From owner-svn-src-all@FreeBSD.ORG Thu Jun 11 04:22:24 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87F7D8F0; Thu, 11 Jun 2015 04:22:24 +0000 (UTC) (envelope-from sjg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73E6F1EB2; Thu, 11 Jun 2015 04:22:24 +0000 (UTC) (envelope-from sjg@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5B4MOOx093532; Thu, 11 Jun 2015 04:22:24 GMT (envelope-from sjg@FreeBSD.org) Received: (from sjg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5B4MI7R093478; Thu, 11 Jun 2015 04:22:18 GMT (envelope-from sjg@FreeBSD.org) Message-Id: <201506110422.t5B4MI7R093478@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sjg set sender to sjg@FreeBSD.org using -f From: "Simon J. Gerraty" Date: Thu, 11 Jun 2015 04:22:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284255 - in head: include/arpa include/gssapi include/protocols include/xlocale libexec/save-entropy share/dict share/dtrace/toolkit share/examples/pf share/misc share/sendmail share/s... X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 04:22:24 -0000 Author: sjg Date: Thu Jun 11 04:22:17 2015 New Revision: 284255 URL: https://svnweb.freebsd.org/changeset/base/284255 Log: Remove NO_OBJ For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp Modified: head/include/arpa/Makefile head/include/gssapi/Makefile head/include/protocols/Makefile head/include/xlocale/Makefile head/libexec/save-entropy/Makefile head/share/dict/Makefile head/share/dtrace/toolkit/Makefile head/share/examples/pf/Makefile head/share/misc/Makefile head/share/sendmail/Makefile head/share/skel/Makefile head/share/snmp/mibs/Makefile head/share/syscons/fonts/Makefile head/share/syscons/keymaps/Makefile head/usr.bin/alias/Makefile head/usr.sbin/pc-sysinstall/backend-partmanager/Makefile head/usr.sbin/pc-sysinstall/backend-query/Makefile head/usr.sbin/pc-sysinstall/backend/Makefile head/usr.sbin/pc-sysinstall/conf/Makefile head/usr.sbin/pc-sysinstall/examples/Makefile Modified: head/include/arpa/Makefile ============================================================================== --- head/include/arpa/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/include/arpa/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -2,7 +2,6 @@ .include -NO_OBJ= INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h .if ${MK_TELNET} == "no" INCS+= telnet.h Modified: head/include/gssapi/Makefile ============================================================================== --- head/include/gssapi/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/include/gssapi/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -1,6 +1,5 @@ # $FreeBSD$ -NO_OBJ= INCS= gssapi.h INCSDIR= ${INCLUDEDIR}/gssapi Modified: head/include/protocols/Makefile ============================================================================== --- head/include/protocols/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/include/protocols/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -1,6 +1,5 @@ # $FreeBSD$ -NO_OBJ= INCS= dumprestore.h routed.h rwhod.h talkd.h timed.h INCSDIR=${INCLUDEDIR}/protocols Modified: head/include/xlocale/Makefile ============================================================================== --- head/include/xlocale/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/include/xlocale/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -1,6 +1,5 @@ # $FreeBSD$ -NO_OBJ= INCS= _ctype.h _inttypes.h _langinfo.h _locale.h _monetary.h _stdio.h\ _stdlib.h _string.h _strings.h _time.h _uchar.h _wchar.h INCSDIR=${INCLUDEDIR}/xlocale Modified: head/libexec/save-entropy/Makefile ============================================================================== --- head/libexec/save-entropy/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/libexec/save-entropy/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -1,6 +1,5 @@ # $FreeBSD$ SCRIPTS= save-entropy.sh -NO_OBJ= .include Modified: head/share/dict/Makefile ============================================================================== --- head/share/dict/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/share/dict/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -1,8 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ -NO_OBJ= - # XXX MISSING: connectives words FILES= README propernames web2 web2a freebsd FILESDIR= ${BINDIR}/dict Modified: head/share/dtrace/toolkit/Makefile ============================================================================== --- head/share/dtrace/toolkit/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/share/dtrace/toolkit/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -12,6 +12,4 @@ SCRIPTS= ${DTRACETOOLKIT}/execsnoop \ SCRIPTSDIR= ${SHAREDIR}/dtrace/toolkit -NO_OBJ= - .include Modified: head/share/examples/pf/Makefile ============================================================================== --- head/share/examples/pf/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/share/examples/pf/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -1,7 +1,5 @@ # $FreeBSD$ -NO_OBJ= - FILES= faq-example1 faq-example2 faq-example3 \ ackpri queue1 queue2 queue3 queue4 \ pf.conf \ Modified: head/share/misc/Makefile ============================================================================== --- head/share/misc/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/share/misc/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -11,7 +11,6 @@ FILES= ascii birthtoken bsd-family-tree scsi_modes \ organization.dot -NO_OBJ= FILESDIR= ${BINDIR}/misc .if ${MK_USB} != "no" Modified: head/share/sendmail/Makefile ============================================================================== --- head/share/sendmail/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/share/sendmail/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -9,8 +9,6 @@ CFFILES!= (cd ${SENDMAIL_DIR}; find -L $ DDIR= ${DESTDIR}/usr/share/sendmail -NO_OBJ= - # Define SHARED to indicate whether you want symbolic links to the system # source (``symlinks''), or a separate copy (``copies'') SHARED?= copies Modified: head/share/skel/Makefile ============================================================================== --- head/share/skel/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/share/skel/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -9,6 +9,5 @@ FILES1DIR= /usr/share/skel FILES2DIR= /usr/share/skel FILES1MODE= 0644 FILES2MODE= 0600 -NO_OBJ= .include Modified: head/share/snmp/mibs/Makefile ============================================================================== --- head/share/snmp/mibs/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/share/snmp/mibs/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -1,7 +1,6 @@ # $FreeBSD$ FILES= FREEBSD-MIB.txt -NO_OBJ= FILESDIR= ${SHAREDIR}/snmp/mibs .include Modified: head/share/syscons/fonts/Makefile ============================================================================== --- head/share/syscons/fonts/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/share/syscons/fonts/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -32,6 +32,4 @@ FILES= armscii8-8x8.fnt armscii8-8x14.fn FILESDIR= ${SHAREDIR}/syscons/fonts -NO_OBJ= - .include Modified: head/share/syscons/keymaps/Makefile ============================================================================== --- head/share/syscons/keymaps/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/share/syscons/keymaps/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -52,6 +52,4 @@ FILES= INDEX.keymaps \ FILESDIR= ${SHAREDIR}/syscons/keymaps -NO_OBJ= - .include Modified: head/usr.bin/alias/Makefile ============================================================================== --- head/usr.bin/alias/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/usr.bin/alias/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -2,7 +2,6 @@ SCRIPTS=generic.sh SCRIPTSNAME=alias -NO_OBJ= LINKS= ${BINDIR}/alias ${BINDIR}/bg \ ${BINDIR}/alias ${BINDIR}/cd \ Modified: head/usr.sbin/pc-sysinstall/backend-partmanager/Makefile ============================================================================== --- head/usr.sbin/pc-sysinstall/backend-partmanager/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/usr.sbin/pc-sysinstall/backend-partmanager/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -3,6 +3,5 @@ FILES= create-part.sh delete-part.sh FILESMODE= ${BINMODE} FILESDIR=${SHAREDIR}/pc-sysinstall/backend-partmanager -NO_OBJ= .include Modified: head/usr.sbin/pc-sysinstall/backend-query/Makefile ============================================================================== --- head/usr.sbin/pc-sysinstall/backend-query/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/usr.sbin/pc-sysinstall/backend-query/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -8,6 +8,5 @@ FILES= detect-laptop.sh detect-nics.sh d xkeyboard-models.sh xkeyboard-variants.sh FILESMODE= ${BINMODE} FILESDIR=${SHAREDIR}/pc-sysinstall/backend-query -NO_OBJ= .include Modified: head/usr.sbin/pc-sysinstall/backend/Makefile ============================================================================== --- head/usr.sbin/pc-sysinstall/backend/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/usr.sbin/pc-sysinstall/backend/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -10,6 +10,5 @@ FILES= functions-bsdlabel.sh functions-c functions.sh parseconfig.sh startautoinstall.sh installimage.sh FILESMODE= ${BINMODE} FILESDIR=${SHAREDIR}/pc-sysinstall/backend -NO_OBJ= .include Modified: head/usr.sbin/pc-sysinstall/conf/Makefile ============================================================================== --- head/usr.sbin/pc-sysinstall/conf/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/usr.sbin/pc-sysinstall/conf/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -1,7 +1,5 @@ # $FreeBSD$ -NO_OBJ= - FILESGROUPS= CONF LICENSE CONF= exclude-from-upgrade pc-sysinstall.conf avail-langs CONFDIR= ${SHAREDIR}/pc-sysinstall/conf Modified: head/usr.sbin/pc-sysinstall/examples/Makefile ============================================================================== --- head/usr.sbin/pc-sysinstall/examples/Makefile Thu Jun 11 04:00:22 2015 (r284254) +++ head/usr.sbin/pc-sysinstall/examples/Makefile Thu Jun 11 04:22:17 2015 (r284255) @@ -6,6 +6,5 @@ FILES= README pc-autoinstall.conf pcinst pcinstall.cfg.zfs FILESDIR=${SHAREDIR}/examples/pc-sysinstall -NO_OBJ= .include