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:
David E. O'Brien 2003-11-09 01:22:27 +00:00
parent 3cce43b94e
commit dcae43e905
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122341

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