summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lastlogin/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-13 18:17:12 +0000
committered <ed@FreeBSD.org>2010-01-13 18:17:12 +0000
commit7297d6b5779271a7e43264e39e539c880d9d50fa (patch)
treed517e6759cb842f8b2c3b42260e816375e28b76d /usr.sbin/lastlogin/Makefile
parentf9e9ecaea9305b47e0ad07a9a069b4e11f6bf788 (diff)
downloadFreeBSD-src-7297d6b5779271a7e43264e39e539c880d9d50fa.zip
FreeBSD-src-7297d6b5779271a7e43264e39e539c880d9d50fa.tar.gz
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.
Diffstat (limited to 'usr.sbin/lastlogin/Makefile')
-rw-r--r--usr.sbin/lastlogin/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/lastlogin/Makefile b/usr.sbin/lastlogin/Makefile
index 4c65ab9..715badd 100644
--- a/usr.sbin/lastlogin/Makefile
+++ b/usr.sbin/lastlogin/Makefile
@@ -3,7 +3,4 @@
PROG= lastlogin
MAN= lastlogin.8
-DPADD= ${LIBULOG}
-LDADD= -lulog
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud