xref: /dragonfly/usr.sbin/newsyslog/Makefile (revision 984263bc)
1# $FreeBSD: src/usr.sbin/newsyslog/Makefile,v 1.7.2.2 2001/11/14 16:55:38 obrien Exp $
2
3PROG=	newsyslog
4MAN=	newsyslog.8
5WARNS?=	2
6
7.include <bsd.prog.mk>
8