Page MenuHomeFreeBSD

D2748.id.diff
No OneTemporary

D2748.id.diff

Index: head/include/arpa/Makefile
===================================================================
--- head/include/arpa/Makefile
+++ head/include/arpa/Makefile
@@ -2,7 +2,6 @@
.include <src.opts.mk>
-NO_OBJ=
INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
.if ${MK_TELNET} == "no"
INCS+= telnet.h
Index: head/include/gssapi/Makefile
===================================================================
--- head/include/gssapi/Makefile
+++ head/include/gssapi/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
-NO_OBJ=
INCS= gssapi.h
INCSDIR= ${INCLUDEDIR}/gssapi
Index: head/include/protocols/Makefile
===================================================================
--- head/include/protocols/Makefile
+++ head/include/protocols/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
-NO_OBJ=
INCS= dumprestore.h routed.h rwhod.h talkd.h timed.h
INCSDIR=${INCLUDEDIR}/protocols
Index: head/include/xlocale/Makefile
===================================================================
--- head/include/xlocale/Makefile
+++ head/include/xlocale/Makefile
@@ -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
Index: head/libexec/save-entropy/Makefile
===================================================================
--- head/libexec/save-entropy/Makefile
+++ head/libexec/save-entropy/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
SCRIPTS= save-entropy.sh
-NO_OBJ=
.include <bsd.prog.mk>
Index: head/share/dict/Makefile
===================================================================
--- head/share/dict/Makefile
+++ head/share/dict/Makefile
@@ -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
Index: head/share/dtrace/toolkit/Makefile
===================================================================
--- head/share/dtrace/toolkit/Makefile
+++ head/share/dtrace/toolkit/Makefile
@@ -12,6 +12,4 @@
SCRIPTSDIR= ${SHAREDIR}/dtrace/toolkit
-NO_OBJ=
-
.include <bsd.prog.mk>
Index: head/share/examples/pf/Makefile
===================================================================
--- head/share/examples/pf/Makefile
+++ head/share/examples/pf/Makefile
@@ -1,7 +1,5 @@
# $FreeBSD$
-NO_OBJ=
-
FILES= faq-example1 faq-example2 faq-example3 \
ackpri queue1 queue2 queue3 queue4 \
pf.conf \
Index: head/share/misc/Makefile
===================================================================
--- head/share/misc/Makefile
+++ head/share/misc/Makefile
@@ -11,7 +11,6 @@
scsi_modes \
organization.dot
-NO_OBJ=
FILESDIR= ${BINDIR}/misc
.if ${MK_USB} != "no"
Index: head/share/sendmail/Makefile
===================================================================
--- head/share/sendmail/Makefile
+++ head/share/sendmail/Makefile
@@ -9,8 +9,6 @@
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
Index: head/share/skel/Makefile
===================================================================
--- head/share/skel/Makefile
+++ head/share/skel/Makefile
@@ -9,6 +9,5 @@
FILES2DIR= /usr/share/skel
FILES1MODE= 0644
FILES2MODE= 0600
-NO_OBJ=
.include <bsd.prog.mk>
Index: head/share/snmp/mibs/Makefile
===================================================================
--- head/share/snmp/mibs/Makefile
+++ head/share/snmp/mibs/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
FILES= FREEBSD-MIB.txt
-NO_OBJ=
FILESDIR= ${SHAREDIR}/snmp/mibs
.include <bsd.prog.mk>
Index: head/share/syscons/fonts/Makefile
===================================================================
--- head/share/syscons/fonts/Makefile
+++ head/share/syscons/fonts/Makefile
@@ -32,6 +32,4 @@
FILESDIR= ${SHAREDIR}/syscons/fonts
-NO_OBJ=
-
.include <bsd.prog.mk>
Index: head/share/syscons/keymaps/Makefile
===================================================================
--- head/share/syscons/keymaps/Makefile
+++ head/share/syscons/keymaps/Makefile
@@ -52,6 +52,4 @@
FILESDIR= ${SHAREDIR}/syscons/keymaps
-NO_OBJ=
-
.include <bsd.prog.mk>
Index: head/usr.bin/alias/Makefile
===================================================================
--- head/usr.bin/alias/Makefile
+++ head/usr.bin/alias/Makefile
@@ -2,7 +2,6 @@
SCRIPTS=generic.sh
SCRIPTSNAME=alias
-NO_OBJ=
LINKS= ${BINDIR}/alias ${BINDIR}/bg \
${BINDIR}/alias ${BINDIR}/cd \
Index: head/usr.sbin/pc-sysinstall/backend-partmanager/Makefile
===================================================================
--- head/usr.sbin/pc-sysinstall/backend-partmanager/Makefile
+++ head/usr.sbin/pc-sysinstall/backend-partmanager/Makefile
@@ -3,6 +3,5 @@
FILES= create-part.sh delete-part.sh
FILESMODE= ${BINMODE}
FILESDIR=${SHAREDIR}/pc-sysinstall/backend-partmanager
-NO_OBJ=
.include <bsd.prog.mk>
Index: head/usr.sbin/pc-sysinstall/backend-query/Makefile
===================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/Makefile
+++ head/usr.sbin/pc-sysinstall/backend-query/Makefile
@@ -8,6 +8,5 @@
xkeyboard-models.sh xkeyboard-variants.sh
FILESMODE= ${BINMODE}
FILESDIR=${SHAREDIR}/pc-sysinstall/backend-query
-NO_OBJ=
.include <bsd.prog.mk>
Index: head/usr.sbin/pc-sysinstall/backend/Makefile
===================================================================
--- head/usr.sbin/pc-sysinstall/backend/Makefile
+++ head/usr.sbin/pc-sysinstall/backend/Makefile
@@ -10,6 +10,5 @@
functions.sh parseconfig.sh startautoinstall.sh installimage.sh
FILESMODE= ${BINMODE}
FILESDIR=${SHAREDIR}/pc-sysinstall/backend
-NO_OBJ=
.include <bsd.prog.mk>
Index: head/usr.sbin/pc-sysinstall/conf/Makefile
===================================================================
--- head/usr.sbin/pc-sysinstall/conf/Makefile
+++ head/usr.sbin/pc-sysinstall/conf/Makefile
@@ -1,7 +1,5 @@
# $FreeBSD$
-NO_OBJ=
-
FILESGROUPS= CONF LICENSE
CONF= exclude-from-upgrade pc-sysinstall.conf avail-langs
CONFDIR= ${SHAREDIR}/pc-sysinstall/conf
Index: head/usr.sbin/pc-sysinstall/examples/Makefile
===================================================================
--- head/usr.sbin/pc-sysinstall/examples/Makefile
+++ head/usr.sbin/pc-sysinstall/examples/Makefile
@@ -6,6 +6,5 @@
pcinstall.cfg.zfs
FILESDIR=${SHAREDIR}/examples/pc-sysinstall
-NO_OBJ=
.include <bsd.prog.mk>

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 27, 11:29 AM (17 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37296023
Default Alt Text
D2748.id.diff (6 KB)

Event Timeline