From 8dbd4c35e84b7f7553f8d1f359e64e51a6225da1 Mon Sep 17 00:00:00 2001 From: delphij Date: Sat, 3 Nov 2012 18:38:28 +0000 Subject: Replace log(3) with flsll(3) for watchdogd(8) and drop libm dependency. MFC after: 2 weeks --- usr.sbin/watchdogd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/watchdogd/Makefile') 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 -- cgit v1.1