summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-05-15 05:38:47 +0000
committerngie <ngie@FreeBSD.org>2016-05-15 05:38:47 +0000
commit79f608b18c145f81187bd1b096d92200ebfa274e (patch)
tree823b1cfc8dedfc6b4d3cefb75f1408563ef1bab8 /tools
parent0978157e2ab9e4fa3951f5b415559fb87d35a000 (diff)
downloadFreeBSD-src-79f608b18c145f81187bd1b096d92200ebfa274e.zip
FreeBSD-src-79f608b18c145f81187bd1b096d92200ebfa274e.tar.gz
Conditionalize installing etc/rc.d/atm{1,2,3}
`BEFORE: netif` was already in etc/rc.d/atm1, so no additional changes are needed in that script MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 8e94d39..6343ec6 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -76,6 +76,9 @@ OLD_FILES+=usr/share/man/man8/atrun.8.gz
.endif
.if ${MK_ATM} == no
+OLD_FILES+=etc/rc.d/atm1
+OLD_FILES+=etc/rc.d/atm2
+OLD_FILES+=etc/rc.d/atm3
OLD_FILES+=rescue/atmconfig
OLD_FILES+=sbin/atmconfig
OLD_FILES+=usr/bin/sscop
OpenPOWER on IntegriCloud