]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/newsyslog/Makefile
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / usr.sbin / newsyslog / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.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>