Add files to remove when MK_IPFW=no.

This commit is contained in:
Antoine Brodin 2010-02-06 20:08:46 +00:00
parent 91ff065b11
commit 02eb407f8c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203564

View File

@ -1013,6 +1013,17 @@ OLD_FILES+=usr/share/man/man8/ipnat.8.gz
OLD_FILES+=usr/share/man/man8/ippool.8.gz
.endif
.if ${MK_IPFW} == no
OLD_FILES+=etc/periodic/security/500.ipfwdenied
OLD_FILES+=etc/periodic/security/550.ipfwlimit
OLD_FILES+=sbin/ipfw
OLD_FILES+=sbin/natd
OLD_FILES+=usr/sbin/ipfwpcap
OLD_FILES+=usr/share/man/man8/ipfw.8.gz
OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz
OLD_FILES+=usr/share/man/man8/natd.8.gz
.endif
.if ${MK_IPX} == no
OLD_LIBS+=lib/libipx.so.4
OLD_FILES+=usr/lib/libipx.a