summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/Makefile')
-rw-r--r--etc/rc.d/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 65102a1..89d2baf 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -14,9 +14,6 @@ FILES= DAEMON \
addswap \
adjkerntz \
archdep \
- atm1 \
- atm2 \
- atm3 \
auditd \
auditdistd \
bgfsck \
@@ -157,6 +154,14 @@ APM+= apmd
APMPACKAGE= apm
.endif
+.if ${MK_ATM} != "no"
+FILESGROUPS+= ATM
+ATM+= atm1
+ATM+= atm2
+ATM+= atm3
+ATMPACKAGE= atm
+.endif
+
.if ${MK_AUTOFS} != "no"
FILES+= automount
FILES+= automountd
OpenPOWER on IntegriCloud