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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user