summaryrefslogtreecommitdiff
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-07-21 17:13:39 +0000
committerBrad Davis <brd@FreeBSD.org>2018-07-21 17:13:39 +0000
commit31ad99a4af252affbffc4007feb8c66ccc770bf9 (patch)
tree5b18aa502de148691fcff46c3120f4814a36fe3e /etc/rc.d/Makefile
parent55cd45239691eb6657319412187ea98151fa9012 (diff)
Notes
Diffstat (limited to 'etc/rc.d/Makefile')
-rw-r--r--etc/rc.d/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 83d16d3922ade..494bf8da19f9e 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -157,6 +157,9 @@ AMDPACKAGE= amd
.if ${MK_APM} != "no"
FILESGROUPS+= APM
APM+= apm
+.if ${MACHINE} == "i386"
+APM+= apmd
+.endif
APMPACKAGE= apm
.endif