aboutsummaryrefslogtreecommitdiff
path: root/usr.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 /usr.sbin
parent6a1bd01754a8b0836ba4aaa0c246ec1fa8bee31f (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 4cb446d89e5c..422a5fce9f1e 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -38,9 +38,6 @@ SUBDIR= IPXrouted \
ifmcstat \
inetd \
iostat \
- ipresend \
- ipsend \
- iptest \
jail \
kbdcontrol \
kbdmap \
@@ -127,6 +124,13 @@ SUBDIR= IPXrouted \
ypset \
zic
+.if !defined(NO_IPFILTER)
+SUBDIR+=ipftest \
+ ipresend \
+ ipsend \
+ iptest
+.endif
+
.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64"
SUBDIR+=pppctl
.endif