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/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/watchdogd/Makefile b/usr.sbin/watchdogd/Makefile
index de6f976..68675c7 100644
--- a/usr.sbin/watchdogd/Makefile
+++ b/usr.sbin/watchdogd/Makefile
@@ -1,7 +1,14 @@
# $FreeBSD$
PROG= watchdogd
-MAN= watchdogd.8
+LINKS= ${BINDIR}/watchdogd ${BINDIR}/watchdog
+MAN= watchdogd.8 watchdog.8
WARNS?= 6
+LDADD= -lm
+DPADD= ${LIBM}
+
.include <bsd.prog.mk>
+
+test: ${PROG}
+ ./${PROG} -t 1.0
OpenPOWER on IntegriCloud