summaryrefslogtreecommitdiffstats
path: root/bin/date/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-05 20:09:50 +0000
committered <ed@FreeBSD.org>2009-12-05 20:09:50 +0000
commitdd6da936a1fd0326da76832a4fd3e5688ca1190e (patch)
treeb7539c6d2646e857a204a269ba6da5524a7d147d /bin/date/Makefile
parent149e4bd942f929cb574d41bd15602213d9b892c5 (diff)
downloadFreeBSD-src-dd6da936a1fd0326da76832a4fd3e5688ca1190e.zip
FreeBSD-src-dd6da936a1fd0326da76832a4fd3e5688ca1190e.tar.gz
Let date(1) use utmpx instead of logwtmp().
utmpx also has OLD_TIME/NEW_TIME messages, which seem to be intended for the same purpose as how we call logwtmp() here.
Diffstat (limited to 'bin/date/Makefile')
-rw-r--r--bin/date/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/date/Makefile b/bin/date/Makefile
index 8a1dc85..b466e1d 100644
--- a/bin/date/Makefile
+++ b/bin/date/Makefile
@@ -3,7 +3,7 @@
PROG= date
SRCS= date.c netdate.c vary.c
-DPADD= ${LIBUTIL}
-LDADD= -lutil
+DPADD= ${LIBULOG}
+LDADD= -lulog
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud