aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-03-21 09:15:39 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-03-21 09:15:39 +0000
commit7a43a96ab0f7805f65711627ed9b8fae71ef2787 (patch)
tree2a46595d7dbcf62515f44f58ae1d572ede6a2581 /sbin
parent6a1bd01754a8b0836ba4aaa0c246ec1fa8bee31f (diff)
downloadsrc-7a43a96ab0f7805f65711627ed9b8fae71ef2787.tar.gz
src-7a43a96ab0f7805f65711627ed9b8fae71ef2787.zip
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.)
Notes
Notes: svn path=/head/; revision=92868
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 443bb2210889..cf0d54e7e343 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -29,11 +29,7 @@ SUBDIR= adjkerntz \
ifconfig \
init \
ip6fw \
- ipf \
- ipfs \
- ipfstat \
ipfw \
- ipmon \
kldconfig \
kldload \
kldstat \
@@ -80,6 +76,14 @@ SUBDIR= adjkerntz \
umount \
vinum
+.if !defined(NO_IPFILTER)
+SUBDIR+=ipf \
+ ipfs \
+ ipfstat \
+ ipmon \
+ ipnat
+.endif
+
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=cxconfig \
kget \