144963Sjb# $FreeBSD$
244963Sjb
344963Sjb.include <bsd.own.mk>
444963Sjb
544963SjbPROG=	newsyslog
644963SjbMAN=	newsyslog.8 newsyslog.conf.5
744963SjbSRCS=	newsyslog.c ptimes.c
844963Sjb
944963Sjb.if ${MK_TESTS} != "no"
1044963SjbSUBDIR+=	tests
1144963Sjb.endif
1244963Sjb
1344963Sjb.include <bsd.prog.mk>
1444963Sjb