]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/newsyslog/Makefile
MFC r322124:
[FreeBSD/stable/10.git] / usr.sbin / newsyslog / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PROG=   newsyslog
6 MAN=    newsyslog.8 newsyslog.conf.5
7 SRCS=   newsyslog.c ptimes.c
8
9 .if ${MK_TESTS} != "no"
10 SUBDIR+=        tests
11 .endif
12
13 .include <bsd.prog.mk>