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.)
This commit is contained in:
Ruslan Ermilov
2002-03-21 09:15:39 +00:00
parent 6a1bd01754
commit 7a43a96ab0
7 changed files with 29 additions and 9 deletions
+4 -1
View File
@@ -41,7 +41,10 @@ etc-examples:
.endif
.if ${SHARED} != "symlinks"
SUBDIR= ipfilter smbfs
SUBDIR= smbfs
.if !defined(NO_IPFILTER)
SUBDIR+=ipfilter
.endif
.endif
.include <bsd.subdir.mk>