summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-03-21 09:15:39 +0000
committerru <ru@FreeBSD.org>2002-03-21 09:15:39 +0000
commitdea7dd81b76d83cb17c0c1e01fbef70c5c203b6a (patch)
tree2a46595d7dbcf62515f44f58ae1d572ede6a2581 /share/examples/Makefile
parentc0ffe1791c52bb12277d5d8905c040d7754172e6 (diff)
downloadFreeBSD-src-dea7dd81b76d83cb17c0c1e01fbef70c5c203b6a.zip
FreeBSD-src-dea7dd81b76d83cb17c0c1e01fbef70c5c203b6a.tar.gz
Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217
with the NO_IPFILTER make.conf(5) knob. (So that we can "make the-rest-of-the-world" again.)
Diffstat (limited to 'share/examples/Makefile')
-rw-r--r--share/examples/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index 35f3546..d2cd800 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -41,7 +41,10 @@ etc-examples:
.endif
.if ${SHARED} != "symlinks"
-SUBDIR= ipfilter smbfs
+SUBDIR= smbfs
+.if !defined(NO_IPFILTER)
+SUBDIR+=ipfilter
+.endif
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud