freebsd-dev/usr.bin/wtmpcvt/Makefile
Ed Schouten 5ab7f1fc40 Add wtmpcvt(1).
This utility allows users to convert their wtmp databases to the new
format. It makes no sense for users to keep their wtmp log files if they
are unable to view them.

It basically copies ut_line into ut_id as well. This makes it possible
for last(1) and ac(8) to match login records with their corresponding
logout record.
2010-01-14 20:58:45 +00:00

6 lines
51 B
Makefile

# $FreeBSD$
PROG= wtmpcvt
.include <bsd.prog.mk>