freebsd-dev/usr.sbin/periodic/Makefile
Brad Davis 81ea85a884 Move all periodic related config and scripts to usr.sbin/periodic/
This makes pkgbase easier by tagging these as CONFS so they are properly
tagged as config files.

Approved by:	will (mentor)
Sponsored by:	Essen Hackathon
Differential Revision:	https://reviews.freebsd.org/D16553
2018-08-11 17:11:08 +00:00

11 lines
131 B
Makefile

# $FreeBSD$
FILES= periodic.conf
FILESDIR= /etc/defaults
SCRIPTS=periodic.sh
MAN= periodic.8
SUBDIR= etc
.include <bsd.prog.mk>