summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
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 /usr.sbin/Makefile
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 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 7fc531a..da50e17 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -3,7 +3,8 @@
.include <bsd.own.mk>
-SUBDIR= adduser \
+SUBDIR= ac \
+ adduser \
arp \
bootparamd \
burncd \
@@ -99,7 +100,6 @@ SUBDIR= adduser \
# NB: keep these sorted by MK_* knobs
.if ${MK_ACCT} != "no"
-SUBDIR+= ac
SUBDIR+= accton
SUBDIR+= sa
.endif
OpenPOWER on IntegriCloud