freebsd-dev/usr.sbin/newsyslog/Makefile
Brad Davis 31ef5c6891 Move all the newsyslog related configs to usr.sbin/newsyslog/
This is related to pkgbase and changes these to use CONFS so that these are
tagged as config files.

Approved by:	AllanJude (mentor)
Sponsored by:	Essen Hackathon
Differential Revision:	https://reviews.freebsd.org/D16694
2018-08-12 13:24:53 +00:00

16 lines
238 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
CONFS= newsyslog.conf
PROG= newsyslog
MAN= newsyslog.8 newsyslog.conf.5
SRCS= newsyslog.c ptimes.c
LIBADD= sbuf
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
SUBDIR+= newsyslog.conf.d
.include <bsd.prog.mk>