aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
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 \