summaryrefslogtreecommitdiff
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-01-21 18:19:33 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-01-21 18:19:33 +0000
commit4ffb51fe8909b19fa4010cbafcf90a0ccc6e004b (patch)
tree45ad64baf52534bd4eb3065ee8ed5a7a88673fa7 /etc/rc.d/Makefile
parent4ebbe36e8899fabd67a6d7f0dc28027393f9325d (diff)
Notes
Diffstat (limited to 'etc/rc.d/Makefile')
-rw-r--r--etc/rc.d/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 2163118572106..1f658aad875b3 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -135,7 +135,8 @@ FILES= DAEMON \
zvol
.if ${MK_ACCT} != "no"
-FILES+= accounting
+FILESGROUPS+= ACCT
+ACCT+= accounting
.endif
.if ${MK_ACPI} != "no"
@@ -148,7 +149,8 @@ FILES+= powerd
.endif
.if ${MK_AMD} != "no"
-FILES+= amd
+FILESGROUPS+= AMD
+AMD+= amd
.endif
.if ${MK_APM} != "no"
@@ -300,6 +302,10 @@ ACPIDIR= /etc/rc.d
ACPIMODE= ${BINMODE}
ACPIPACKAGE= acpi
+AMDDIR= /etc/rc.d
+AMDMODE= ${BINMODE}
+AMDPACKAGE= amd
+
SSHDIR= /etc/rc.d
SSHMODE= ${BINMODE}
SSHPACKAGE= ssh
@@ -312,4 +318,8 @@ JAILDIR= /etc/rc.d
JAILMODE= ${BINMODE}
JAILPACKAGE= jail
+ACCTDIR= /etc/rc.d
+ACCTMODE= ${BINMODE}
+ACCTPACKAGE= acct
+
.include <bsd.prog.mk>