summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watchdogd/Makefile
diff options
context:
space:
mode:
authorsmkelly <smkelly@FreeBSD.org>2003-07-03 03:37:04 +0000
committersmkelly <smkelly@FreeBSD.org>2003-07-03 03:37:04 +0000
commita83c8ff2e2d64ba020376027cf3e757dde490810 (patch)
tree1950d40c387fe7125df51d651974e338cc8e11ee /usr.sbin/watchdogd/Makefile
parent9e382c20d57cf40ce63ac00b0568b7c203ed16b1 (diff)
downloadFreeBSD-src-a83c8ff2e2d64ba020376027cf3e757dde490810.zip
FreeBSD-src-a83c8ff2e2d64ba020376027cf3e757dde490810.tar.gz
o style(9) fixes
- Reordered #includes - Only include <sys/types.h>, not it and <sys/cdefs.h> o style.Makefile(5) fixes - No SRCS= line when only one src file with same name as program o Use warn()/errx() instead of fprintf() - Integrated patch from Philippe Charnier <charnier@xp11.frmug.org> Approved by: jeff (mentor)
Diffstat (limited to 'usr.sbin/watchdogd/Makefile')
-rw-r--r--usr.sbin/watchdogd/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/watchdogd/Makefile b/usr.sbin/watchdogd/Makefile
index bc8bfd2..e7c5674 100644
--- a/usr.sbin/watchdogd/Makefile
+++ b/usr.sbin/watchdogd/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
-PROG= watchdogd
-SRCS= watchdogd.c
-MAN= watchdogd.8
-WARNS= 6
+PROG= watchdogd
+MAN= watchdogd.8
+WARNS= 6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud