summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watchdogd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/watchdogd/Makefile')
-rw-r--r--usr.sbin/watchdogd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/watchdogd/Makefile b/usr.sbin/watchdogd/Makefile
index 68675c7..08880e1 100644
--- a/usr.sbin/watchdogd/Makefile
+++ b/usr.sbin/watchdogd/Makefile
@@ -5,8 +5,8 @@ LINKS= ${BINDIR}/watchdogd ${BINDIR}/watchdog
MAN= watchdogd.8 watchdog.8
WARNS?= 6
-LDADD= -lm
-DPADD= ${LIBM}
+LDADD= -lm -lutil
+DPADD= ${LIBM} ${LIBUTIL}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud