Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / daemon / Makefile
1 # $FreeBSD: src/usr.sbin/daemon/Makefile,v 1.1.2.1 2002/08/28 17:25:54 sheldonh Exp $
2 # $DragonFly: src/usr.sbin/daemon/Makefile,v 1.2 2003/06/17 04:29:53 dillon Exp $
3
4 PROG=   daemon
5 WARNS?= 2
6 MAN=    daemon.8
7
8 .include <bsd.prog.mk>