summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-10-24 15:33:08 +0000
committerru <ru@FreeBSD.org>2004-10-24 15:33:08 +0000
commit5db2b9d5b3371f0f9ee8b69caba9e7c1e641877f (patch)
tree2a28a087684353f3fc60fa304d31bd2590e83ab7 /etc
parentde65dd674240a6b2dc4e8d5f93291feb7cad100f (diff)
downloadFreeBSD-src-5db2b9d5b3371f0f9ee8b69caba9e7c1e641877f.zip
FreeBSD-src-5db2b9d5b3371f0f9ee8b69caba9e7c1e641877f.tar.gz
For variables that are only checked with defined(), don't provide
any fake value.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/Makefile2
-rw-r--r--etc/mtree/Makefile2
-rw-r--r--etc/namedb/Makefile2
-rw-r--r--etc/pam.d/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/etc/defaults/Makefile b/etc/defaults/Makefile
index 9e10092..701867f 100644
--- a/etc/defaults/Makefile
+++ b/etc/defaults/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
FILES= devfs.rules pccard.conf periodic.conf rc.conf
-NOOBJ= noobj
+NOOBJ=
FILESDIR= /etc/defaults
FILESMODE= 444
diff --git a/etc/mtree/Makefile b/etc/mtree/Makefile
index cbd5d37..97a1bc6 100644
--- a/etc/mtree/Makefile
+++ b/etc/mtree/Makefile
@@ -17,7 +17,7 @@ _BIND.include.dist= BIND.include.dist
.endif
.endif
-NOOBJ= noobj
+NOOBJ=
FILESDIR= /etc/mtree
.include <bsd.prog.mk>
diff --git a/etc/namedb/Makefile b/etc/namedb/Makefile
index db52d47..22fb64d 100644
--- a/etc/namedb/Makefile
+++ b/etc/namedb/Makefile
@@ -2,7 +2,7 @@
FILES= PROTO.localhost.rev PROTO.localhost-v6.rev named.conf named.root \
make-localhost
-NOOBJ= noobj
+NOOBJ=
FILESDIR= /etc/namedb
FILESMODE= 644
diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile
index 604e1a8..1fd307e 100644
--- a/etc/pam.d/Makefile
+++ b/etc/pam.d/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-NOOBJ= noobj
+NOOBJ=
FILES= README ftpd gdm imap kde login other passwd pop3 \
rexecd rsh sshd su system telnetd xdm
FILESDIR= /etc/pam.d
OpenPOWER on IntegriCloud