summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-26 08:46:26 +0000
committerngie <ngie@FreeBSD.org>2015-01-26 08:46:26 +0000
commitf93eba26f7aeeca70409608582d683b3eca81494 (patch)
tree65190904bfee11ce62fe84234e61534028f28f19 /etc/rc.d
parent217732b47df4884c66c89cb08c351e01ec4c1667 (diff)
downloadFreeBSD-src-f93eba26f7aeeca70409608582d683b3eca81494.zip
FreeBSD-src-f93eba26f7aeeca70409608582d683b3eca81494.tar.gz
Honor MK_ACCT with etc/rc.d/accounting
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 2c0b096..a013a6c 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -150,6 +150,10 @@ FILES= DAEMON \
zfs \
zvol
+.if ${MK_ACCT} != "no"
+FILES+= accounting
+.endif
+
.if ${MK_ACPI} != "no"
FILES+= power_profile
.endif
OpenPOWER on IntegriCloud