freebsd-dev/usr.sbin/periodic/Makefile
Brad Davis 412e58bf47 Move defaults/periodic.conf back to a config file.
Ths prevents etcupdate and mergemaster from deleting it for now.

Approved by:	re (rgrimes), will (mentor)
Differential Revision:	https://reviews.freebsd.org/D16975
2018-09-02 15:53:56 +00:00

11 lines
131 B
Makefile

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