freebsd-dev/usr.sbin/newsyslog/Makefile
Emmanuel Vadot 26ea904caa pkgbase: Create a FreeBSD-newsyslog package
This allow one to install it without having to install FreeBSD-utilities.
While here put some newsyslog.d file in their own package.

MFC after:	2 weeks
Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D33456
2021-12-21 10:17:42 +01:00

18 lines
258 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
PACKAGE= newsyslog
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>