Temporarily disable ipfstat and ipnat in /rescue to fix world.

This commit is contained in:
Brooks Davis 2003-10-31 19:48:40 +00:00
parent cd30ca946d
commit 709f2f3096

View file

@ -128,7 +128,7 @@ CRUNCH_PROGS_sbin+= vinum
.endif
.if !defined(NO_IPFILTER)
CRUNCH_PROGS_sbin+= ipf ipfs ipfstat ipmon ipnat
CRUNCH_PROGS_sbin+= ipf ipfs ipmon
.endif
# crunchgen does not like C++ programs; this should be fixed someday