summaryrefslogtreecommitdiff
path: root/usr.sbin/watchdogd/Makefile
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2005-08-08 12:08:57 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2005-08-08 12:08:57 +0000
commita22286a7f69eeaeb793ca17852f88268a6951733 (patch)
tree23e77c8b25a7690ddd617f2fe448c1467b962fc7 /usr.sbin/watchdogd/Makefile
parent1e13aa819e750e1a1e169661d868bcc0028def41 (diff)
Initial import of watchdogd, a daemon to retrigger the watchdog timer
from userland (not yet linked to the build process). ok henning@
Diffstat (limited to 'usr.sbin/watchdogd/Makefile')
-rw-r--r--usr.sbin/watchdogd/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/watchdogd/Makefile b/usr.sbin/watchdogd/Makefile
new file mode 100644
index 00000000000..e44f1cfea91
--- /dev/null
+++ b/usr.sbin/watchdogd/Makefile
@@ -0,0 +1,11 @@
+# $OpenBSD: Makefile,v 1.1 2005/08/08 12:08:56 mbalmer Exp $
+
+PROG= watchdogd
+SRCS= watchdogd.c
+
+CFLAGS+= -Wall
+LINTFLAGS+= -u -z
+
+MAN= watchdogd.8
+
+.include <bsd.prog.mk>