summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-02-06 20:08:46 +0000
committerantoine <antoine@FreeBSD.org>2010-02-06 20:08:46 +0000
commit5d9ac4f480861592350e8bbf42e2980c56cfc95b (patch)
tree390435c3deabc28ff8b83eeaeae9068dce30d5c8 /tools
parent8d4298591ab87d86631cadd615002c156e5f7a99 (diff)
downloadFreeBSD-src-5d9ac4f480861592350e8bbf42e2980c56cfc95b.zip
FreeBSD-src-5d9ac4f480861592350e8bbf42e2980c56cfc95b.tar.gz
Add files to remove when MK_IPFW=no.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 6e84e72..f4cd721 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -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
OpenPOWER on IntegriCloud