Temporarily disconnect ipfstat, ipnat, and ipftest to unbreak world.

Pointy hat to:	brooks
This commit is contained in:
Brooks Davis 2003-10-31 18:54:46 +00:00
parent 9bf40ede4a
commit cd30ca946d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121817
2 changed files with 2 additions and 5 deletions

View File

@ -87,9 +87,7 @@ SUBDIR+=devd
.if !defined(NO_IPFILTER)
SUBDIR+=ipf \
ipfs \
ipfstat \
ipmon \
ipnat
ipmon
.endif
.if !defined(NOINET6)

View File

@ -142,8 +142,7 @@ SUBDIR+=mld6query \
.endif
.if !defined(NO_IPFILTER)
SUBDIR+=ipftest \
ipresend \
SUBDIR+=ipresend \
ipsend \
iptest
.endif