summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watchdogd/Makefile
diff options
context:
space:
mode:
authorsmkelly <smkelly@FreeBSD.org>2003-06-26 09:50:52 +0000
committersmkelly <smkelly@FreeBSD.org>2003-06-26 09:50:52 +0000
commitd45e58ad731761c5ee7051580c01c0a05c8d9322 (patch)
tree98951546927e0d8bb8a7c45b699a83ac3f8e84a9 /usr.sbin/watchdogd/Makefile
parent1cee3fa00127dc5a0eac1e6b6d9f489d1324437f (diff)
downloadFreeBSD-src-d45e58ad731761c5ee7051580c01c0a05c8d9322.zip
FreeBSD-src-d45e58ad731761c5ee7051580c01c0a05c8d9322.tar.gz
- Add a software watchdog facility.
This commit has two pieces. One half is the watchdog kernel code which lives primarily in hardclock() in sys/kern/kern_clock.c. The other half is a userland daemon which, when run, will keep the watchdog from firing while the userland is intact and functioning. Approved by: jeff (mentor)
Diffstat (limited to 'usr.sbin/watchdogd/Makefile')
-rw-r--r--usr.sbin/watchdogd/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/watchdogd/Makefile b/usr.sbin/watchdogd/Makefile
new file mode 100644
index 0000000..bc8bfd2
--- /dev/null
+++ b/usr.sbin/watchdogd/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+PROG= watchdogd
+SRCS= watchdogd.c
+MAN= watchdogd.8
+WARNS= 6
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud