]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/newsyslog/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>