svn commit: r201926 - head/tools/build/mk
Antoine Brodin
antoine at FreeBSD.org
Sat Jan 9 19:07:05 UTC 2010
Author: antoine
Date: Sat Jan 9 19:07:04 2010
New Revision: 201926
URL: http://svn.freebsd.org/changeset/base/201926
Log:
Add files to remove when MK_APM=no.
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc Sat Jan 9 19:04:38 2010 (r201925)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc Sat Jan 9 19:07:04 2010 (r201926)
@@ -50,6 +50,14 @@ OLD_FILES+=usr/share/man/man8/mk-amd-map
OLD_FILES+=usr/share/man/man8/wire-test.8.gz
.endif
+.if ${MK_APM} == no
+OLD_FILES+=etc/apmd.conf
+OLD_FILES+=usr/sbin/apm
+OLD_FILES+=usr/share/examples/etc/apmd.conf
+OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz
+OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz
+.endif
+
#.if ${MK_ATM} == no
# to be filled in
#.endif
More information about the svn-src-all
mailing list