summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-26 08:28:51 +0000
committerngie <ngie@FreeBSD.org>2015-01-26 08:28:51 +0000
commitcd3bc64929e0fc207fb11e5c8a36c2af5d501fe3 (patch)
tree0f1895695ccdc36f51f2f4da928b9f04c6e2bd05 /etc
parent257aba085730d64b00b00e69f6ec003f6b6a847e (diff)
downloadFreeBSD-src-cd3bc64929e0fc207fb11e5c8a36c2af5d501fe3.zip
FreeBSD-src-cd3bc64929e0fc207fb11e5c8a36c2af5d501fe3.tar.gz
Honor MK_AMD with etc/rc.d/amd
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index d5f0458..29b77b3 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -11,7 +11,6 @@ FILES= DAEMON \
accounting \
addswap \
adjkerntz \
- amd \
archdep \
atm1 \
atm2 \
@@ -156,6 +155,10 @@ FILES= DAEMON \
FILES+= power_profile
.endif
+.if ${MK_AMD} != "no"
+FILES+= amd
+.endif
+
.if ${MK_APM} != "no"
FILES+= apm
FILES+= apmd
OpenPOWER on IntegriCloud