xref: /dragonfly/usr.sbin/daemon/Makefile (revision 1b722dce)
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.3 2004/12/21 23:30:57 liamfoy Exp $
3
4PROG=	daemon
5MAN=	daemon.8
6
7.include <bsd.prog.mk>
8