freebsd-dev/usr.sbin/watchdogd/Makefile
Sean Kelly bc8b08782b 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)
2003-07-03 03:37:04 +00:00

8 lines
79 B
Makefile

# $FreeBSD$
PROG= watchdogd
MAN= watchdogd.8
WARNS= 6
.include <bsd.prog.mk>