1# $FreeBSD$
2
3PROG=	newsyslog
4MAN=	newsyslog.8 newsyslog.conf.5
5SRCS=	newsyslog.c ptimes.c
6
7.include <bsd.prog.mk>
8