summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-04 09:31:10 +0000
committerngie <ngie@FreeBSD.org>2015-02-04 09:31:10 +0000
commit152cd06f5340b78af4216d4e197e9cb1e99ead23 (patch)
tree8948b6ba4e1b0e19b7f7f05e9af8f5f0670ab961 /tools
parent5f6c6cdef0f4b549fd110f91bb2d7b6f1eca86dd (diff)
downloadFreeBSD-src-152cd06f5340b78af4216d4e197e9cb1e99ead23.zip
FreeBSD-src-152cd06f5340b78af4216d4e197e9cb1e99ead23.tar.gz
MFC r277732:
r277732: Honor MK_API in etc/rc.d Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index c226f0e..a532b6b 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -48,6 +48,8 @@ OLD_FILES+=usr/share/man/man8/wire-test.8.gz
.endif
.if ${MK_APM} == no
+OLD_FILES+=etc/rc.d/apm
+OLD_FILES+=etc/rc.d/apmd
OLD_FILES+=etc/apmd.conf
OLD_FILES+=usr/sbin/apm
OLD_FILES+=usr/share/examples/etc/apmd.conf
OpenPOWER on IntegriCloud