freebsd-dev/usr.sbin/lastlogin/Makefile
Ed Schouten b5207b31c4 Port lastlogin(8) to utmpx.
While there, fix a bug I introduced previously. We must reopen the
database for each username passed on the command line. We must rewind
the database and search from the beginning.
2010-01-13 18:17:12 +00:00

7 lines
70 B
Makefile

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