summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-04 09:33:42 +0000
committerngie <ngie@FreeBSD.org>2015-02-04 09:33:42 +0000
commit6cbea0fc89c154fb5824e46613301e5bb40568fb (patch)
treec66ce6ac2e39353590c2f147ee4ac5834d5d39f4 /etc
parent152cd06f5340b78af4216d4e197e9cb1e99ead23 (diff)
downloadFreeBSD-src-6cbea0fc89c154fb5824e46613301e5bb40568fb.zip
FreeBSD-src-6cbea0fc89c154fb5824e46613301e5bb40568fb.tar.gz
MFC r277733:
r277733: Honor MK_AMD with etc/rc.d/amd 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 b5112c6..8c69fb6 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -11,7 +11,6 @@ FILES= DAEMON \
accounting \
addswap \
adjkerntz \
- amd \
archdep \
atm1 \
atm2 \
@@ -164,6 +163,10 @@ FILES= DAEMON \
zfs \
zvol
+.if ${MK_AMD} != "no"
+FILES+= amd
+.endif
+
.if ${MK_APM} != "no"
FILES+= apm
FILES+= apmd
OpenPOWER on IntegriCloud