aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-10-24 15:33:08 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-10-24 15:33:08 +0000
commita35d88931c87cfe6bd38f01d7bad22140b3b38f3 (patch)
tree2a28a087684353f3fc60fa304d31bd2590e83ab7 /include
parent88348311f3943c504b62ed3ffad125c06e3dea7a (diff)
downloadsrc-a35d88931c87cfe6bd38f01d7bad22140b3b38f3.tar.gz
src-a35d88931c87cfe6bd38f01d7bad22140b3b38f3.zip
For variables that are only checked with defined(), don't provide
any fake value.
Notes
Notes: svn path=/head/; revision=136910
Diffstat (limited to 'include')
-rw-r--r--include/arpa/Makefile2
-rw-r--r--include/protocols/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/Makefile b/include/arpa/Makefile
index 2e6086bc4988..6ad9e475635d 100644
--- a/include/arpa/Makefile
+++ b/include/arpa/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-NOOBJ= noobj
+NOOBJ=
INCS= ftp.h inet.h nameser.h nameser_compat.h telnet.h tftp.h
INCSDIR=${INCLUDEDIR}/arpa
diff --git a/include/protocols/Makefile b/include/protocols/Makefile
index 3c79142557a6..4ee43a118b35 100644
--- a/include/protocols/Makefile
+++ b/include/protocols/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-NOOBJ= noobj
+NOOBJ=
INCS= dumprestore.h routed.h rwhod.h talkd.h timed.h
INCSDIR=${INCLUDEDIR}/protocols