]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/newsyslog/Makefile
zfs: merge openzfs/zfs@d96e29576
[FreeBSD/FreeBSD.git] / usr.sbin / newsyslog / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PACKAGE=        newsyslog
6
7 CONFS=  newsyslog.conf
8 PROG=   newsyslog
9 MAN=    newsyslog.8 newsyslog.conf.5
10 SRCS=   newsyslog.c ptimes.c
11 LIBADD= sbuf
12
13 HAS_TESTS=
14 SUBDIR.${MK_TESTS}+= tests
15 SUBDIR+=        newsyslog.conf.d
16
17 .include <bsd.prog.mk>