b5207b31c4
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.
7 lines
70 B
Makefile
7 lines
70 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= lastlogin
|
|
MAN= lastlogin.8
|
|
|
|
.include <bsd.prog.mk>
|