diff options
author | antoine <antoine@FreeBSD.org> | 2010-02-06 20:08:46 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2010-02-06 20:08:46 +0000 |
commit | 5d9ac4f480861592350e8bbf42e2980c56cfc95b (patch) | |
tree | 390435c3deabc28ff8b83eeaeae9068dce30d5c8 | |
parent | 8d4298591ab87d86631cadd615002c156e5f7a99 (diff) | |
download | FreeBSD-src-5d9ac4f480861592350e8bbf42e2980c56cfc95b.zip FreeBSD-src-5d9ac4f480861592350e8bbf42e2980c56cfc95b.tar.gz |
Add files to remove when MK_IPFW=no.
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 11 |
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 |