summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-01-09 19:07:04 +0000
committerantoine <antoine@FreeBSD.org>2010-01-09 19:07:04 +0000
commitbca24819c8090f1a827d00da43b796a2da4fa67e (patch)
tree9f66c9e42769601ed300eab549122c74576e9d91 /tools
parent8283a25bdd72579abfa7bb38dff4bd4a62e77271 (diff)
downloadFreeBSD-src-bca24819c8090f1a827d00da43b796a2da4fa67e.zip
FreeBSD-src-bca24819c8090f1a827d00da43b796a2da4fa67e.tar.gz
Add files to remove when MK_APM=no.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index ec7a3cf..5b04fa5 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -50,6 +50,14 @@ OLD_FILES+=usr/share/man/man8/mk-amd-map.8.gz
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
OpenPOWER on IntegriCloud