freebsd-dev/usr.sbin/utx/Makefile
Ed Schouten 71d8432f98 Replace utxrm(8) by utx(8).
At first, I added a utility called utxrm(8) to remove stale entries from
the user accounting database. It seems there are cases in which we need
to perform different operations on the database as well. Simply rename
utxrm(8) to utx(8) and place the old code under the "rm" command.

In addition to "rm", this tool supports "boot" and "shutdown", which are
going to be used by an rc-script which I am going to commit separately.
2012-02-11 20:28:42 +00:00

10 lines
118 B
Makefile

# $FreeBSD$
PROG= utx
MAN= utx.8
LINKS= ${BINDIR}/utx ${BINDIR}/utxrm
MLINKS= utx.8 utxrm.8
.include <bsd.prog.mk>