aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.own.mk
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-06-17 21:30:21 +0000
committerEd Schouten <ed@FreeBSD.org>2011-06-17 21:30:21 +0000
commit9f0c9022c2a001dc3c2983af781a73d31360af12 (patch)
treeda84081292245c979214c2758c0344668b632ac7 /share/mk/bsd.own.mk
parent2663175a9ea5b21404c6d21ea1438e4a153984aa (diff)
downloadsrc-9f0c9022c2a001dc3c2983af781a73d31360af12.tar.gz
src-9f0c9022c2a001dc3c2983af781a73d31360af12.zip
Add WITHOUT_UTMPX switch to the build system.
This knob removes the tools that are exclusively used to view and maintain the databases maintained by utmpx, namely last, users, who, wtmpcvt, ac, lastlogin and utxrm. The tool w is not in this list, because it has some other functionality which is unrelated to utmpx; it is hardlinked to the uptime tool.
Notes
Notes: svn path=/head/; revision=223209
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r--share/mk/bsd.own.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index f7ab5f8703ec..a589fba8fbcb 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -383,6 +383,7 @@ __DEFAULT_YES_OPTIONS = \
TEXTPROC \
TOOLCHAIN \
USB \
+ UTMPX \
WIRELESS \
WPA_SUPPLICANT_EAPOL \
ZFS \