Alternate version of rev 1.20.

Comment out rather than totally remove the ipfilter pieces that we need
reconnected some day.  This is now only ipnat as it is for configuring NAT.
ipfstat is meant for reporting statistics/filter lists.  For /rescue it is
enough to configure lists but not view the installed ones.
This commit is contained in:
obrien 2003-11-09 01:22:27 +00:00
parent 2d5987075a
commit 8eacd94a3c

View File

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