summaryrefslogtreecommitdiff
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
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