summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-26 08:23:36 +0000
committerngie <ngie@FreeBSD.org>2015-01-26 08:23:36 +0000
commit257aba085730d64b00b00e69f6ec003f6b6a847e (patch)
treeb5ae23c9786ecaeb1724aee4e9f5a803401b2b62 /etc/rc.d
parent7baa1b2056a33101fd91702ee11726d0ecf6b227 (diff)
downloadFreeBSD-src-257aba085730d64b00b00e69f6ec003f6b6a847e.zip
FreeBSD-src-257aba085730d64b00b00e69f6ec003f6b6a847e.tar.gz
Honor MK_API in etc/rc.d
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 68c95ba..d5f0458 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -12,8 +12,6 @@ FILES= DAEMON \
addswap \
adjkerntz \
amd \
- apm \
- apmd \
archdep \
atm1 \
atm2 \
@@ -158,6 +156,11 @@ FILES= DAEMON \
FILES+= power_profile
.endif
+.if ${MK_APM} != "no"
+FILES+= apm
+FILES+= apmd
+.endif
+
.if ${MK_AUTOFS} != "no"
FILES+= automount
FILES+= automountd
OpenPOWER on IntegriCloud