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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to