summaryrefslogtreecommitdiffstats
path: root/usr.sbin/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 /usr.sbin/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 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 4cb446d..422a5fc 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
OpenPOWER on IntegriCloud