summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watchdogd/Makefile
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-08-24 19:28:33 +0000
committerpjd <pjd@FreeBSD.org>2005-08-24 19:28:33 +0000
commit9de6caadfaaf2914c0753081337f979387c3a7db (patch)
tree28db68ffa5202c48c7e0e48ab4493e67dcc1275b /usr.sbin/watchdogd/Makefile
parenta834e2610e36c1ba370a2d6b444f1916e46cf280 (diff)
downloadFreeBSD-src-9de6caadfaaf2914c0753081337f979387c3a7db.zip
FreeBSD-src-9de6caadfaaf2914c0753081337f979387c3a7db.tar.gz
Use pidfile(3) in watchdogd(8).
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