summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watchdogd/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2012-11-03 18:38:28 +0000
committerdelphij <delphij@FreeBSD.org>2012-11-03 18:38:28 +0000
commit8dbd4c35e84b7f7553f8d1f359e64e51a6225da1 (patch)
tree189cba1dc2eeed04cdac2f265ac34711dcf9889e /usr.sbin/watchdogd/Makefile
parentc754915a07dad30e703ea916dcdd42cbd277ba0d (diff)
downloadFreeBSD-src-8dbd4c35e84b7f7553f8d1f359e64e51a6225da1.zip
FreeBSD-src-8dbd4c35e84b7f7553f8d1f359e64e51a6225da1.tar.gz
Replace log(3) with flsll(3) for watchdogd(8) and drop libm dependency.
MFC after: 2 weeks
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 be69d2b..5df7946 100644
--- a/usr.sbin/watchdogd/Makefile
+++ b/usr.sbin/watchdogd/Makefile
@@ -4,8 +4,8 @@ PROG= watchdogd
LINKS= ${BINDIR}/watchdogd ${BINDIR}/watchdog
MAN= watchdogd.8 watchdog.8
-LDADD= -lm -lutil
-DPADD= ${LIBM} ${LIBUTIL}
+LDADD= -lutil
+DPADD= ${LIBUTIL}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud