aboutsummaryrefslogtreecommitdiff
path: root/etc/periodic/monthly
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-06-17 20:47:44 +0000
committerEd Schouten <ed@FreeBSD.org>2011-06-17 20:47:44 +0000
commitf1c344b293cfcba047eb18904e3fa7d0d554dd9a (patch)
tree923bd53925fdbc5da04a3c5fc968bf2920425054 /etc/periodic/monthly
parent1c2ed3845598b9926e9fc36da21372f28428e741 (diff)
downloadsrc-f1c344b293cfcba047eb18904e3fa7d0d554dd9a.tar.gz
src-f1c344b293cfcba047eb18904e3fa7d0d554dd9a.zip
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.
Notes
Notes: svn path=/head/; revision=223201
Diffstat (limited to 'etc/periodic/monthly')
-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 1e71afdcf10d..b7f0ecd7e546 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>