xref: /dragonfly/usr.sbin/newsyslog/Makefile (revision 1bf4b486)
1# $FreeBSD: src/usr.sbin/newsyslog/Makefile,v 1.7.2.2 2001/11/14 16:55:38 obrien Exp $
2# $DragonFly: src/usr.sbin/newsyslog/Makefile,v 1.3 2005/01/17 01:49:24 cpressey Exp $
3
4PROG=	newsyslog
5MAN=	newsyslog.8
6WARNS?=	6
7
8.include <bsd.prog.mk>
9