summaryrefslogtreecommitdiffstats
path: root/bin/date/Makefile
diff options
context:
space:
mode:
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