freebsd-dev/etc/periodic/monthly/Makefile
Ed Schouten 9f0c9022c2 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.
2011-06-17 21:30:21 +00:00

14 lines
171 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
FILES= 999.local
# NB: keep these sorted by MK_* knobs
.if ${MK_UTMPX} != "no"
FILES+= 200.accounting
.endif
.include <bsd.prog.mk>