summaryrefslogtreecommitdiff
path: root/usr.sbin/watchdogd/Makefile
diff options
context:
space:
mode:
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>