Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2010 20:08:46 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r203564 - head/tools/build/mk
Message-ID:  <201002062008.o16K8kcF026077@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002062008.o16K8kcF026077>