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/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/watchdogd/Makefile b/usr.sbin/watchdogd/Makefile
new file mode 100644
index 0000000..5df7946
--- /dev/null
+++ b/usr.sbin/watchdogd/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PROG= watchdogd
+LINKS= ${BINDIR}/watchdogd ${BINDIR}/watchdog
+MAN= watchdogd.8 watchdog.8
+
+LDADD= -lutil
+DPADD= ${LIBUTIL}
+
+.include <bsd.prog.mk>
+
+test: ${PROG}
+ ./${PROG} -t 1.0
OpenPOWER on IntegriCloud