freebsd-dev/usr.sbin/utxrm/Makefile
Ed Schouten b30bfd4339 Add a utility, utxrm(8).
Most of the ports I broke when I imported utmpx, were simple management
utilities for the utmp database, allowing you to add/remove entries
manually.

Add a small tool called utxrm(8), which allows you to remove an entry
from the utmpx database by hand. This is useful when a login daemon
crashes or fails to remove the entry during shutdown.
2011-02-19 11:44:04 +00:00

7 lines
62 B
Makefile

# $FreeBSD$
PROG= utxrm
MAN= utxrm.8
.include <bsd.prog.mk>