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

This commit is contained in:
brooks 2003-10-31 19:48:40 +00:00
parent d8c7e800e5
commit 3526d4016c

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