summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-06-17 20:47:44 +0000
committered <ed@FreeBSD.org>2011-06-17 20:47:44 +0000
commit61d0bc9ccdc16e47db25adbf596082aa382eba9a (patch)
tree923bd53925fdbc5da04a3c5fc968bf2920425054 /etc
parent72db81bfbd9af8abd1d1647a66fc047081b88ac9 (diff)
downloadFreeBSD-src-61d0bc9ccdc16e47db25adbf596082aa382eba9a.zip
FreeBSD-src-61d0bc9ccdc16e47db25adbf596082aa382eba9a.tar.gz
Don't omit ac(8) as part of WITHOUT_ACCT.
The WITHOUT_ACCT switch is supposed to omit tools related to process accounting, namely accton and sa. ac(8) is just a simple tool that prints statistics based on data in the utx.log database. It has nothing to do with the former.
Diffstat (limited to 'etc')
-rw-r--r--etc/periodic/monthly/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/etc/periodic/monthly/Makefile b/etc/periodic/monthly/Makefile
index 1e71afd..b7f0ecd 100644
--- a/etc/periodic/monthly/Makefile
+++ b/etc/periodic/monthly/Makefile
@@ -2,12 +2,7 @@
.include <bsd.own.mk>
-FILES= 999.local
-
-# NB: keep these sorted by MK_* knobs
-
-.if ${MK_ACCT} != "no"
-FILES+= 200.accounting
-.endif
+FILES= 200.accounting \
+ 999.local
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud