From 7a43a96ab0f7805f65711627ed9b8fae71ef2787 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 21 Mar 2002 09:15:39 +0000 Subject: 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.) --- usr.sbin/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'usr.sbin') 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 -- cgit v1.3