xref: /dragonfly/usr.sbin/daemon/Makefile (revision 6e285212)
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
4PROG=	daemon
5WARNS?=	2
6MAN=	daemon.8
7
8.include <bsd.prog.mk>
9