svn commit: r203564 - head/tools/build/mk

Antoine Brodin antoine at FreeBSD.org
Sat Feb 6 20:08:47 UTC 2010


Author: antoine
Date: Sat Feb  6 20:08:46 2010
New Revision: 203564
URL: http://svn.freebsd.org/changeset/base/203564

Log:
  Add files to remove when MK_IPFW=no.

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Feb  6 20:06:06 2010	(r203563)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Feb  6 20:08:46 2010	(r203564)
@@ -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


More information about the svn-src-all mailing list