]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/newsyslog/Makefile
Fix a flag collision introduced in r327451.
[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 HAS_TESTS=
10 SUBDIR.${MK_TESTS}+= tests
11
12 .include <bsd.prog.mk>