There's only one ipfilter directory now

This commit is contained in:
Darren Reed 2005-04-25 18:56:42 +00:00
parent f81bd860b1
commit dfce72524f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145525

View File

@ -38,11 +38,7 @@ SUBDIR= adjkerntz \
init \
${_ip6fw} \
${_ipf} \
${_ipfs} \
${_ipfstat} \
ipfw \
${_ipmon} \
${_ipnat} \
kldconfig \
kldload \
kldstat \
@ -104,10 +100,6 @@ _devd= devd
.if !defined(NO_IPFILTER)
_ipf= ipf
_ipfs= ipfs
_ipfstat= ipfstat
_ipmon= ipmon
_ipnat= ipnat
.endif
.if !defined(NO_PF)