b3d14eaccc
While here put the periodic files for some utilities in their own packages. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33454
13 lines
150 B
Makefile
13 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= periodic
|
|
|
|
CONFS= periodic.conf
|
|
CONFSDIR= /etc/defaults
|
|
SCRIPTS=periodic.sh
|
|
MAN= periodic.8
|
|
|
|
SUBDIR= etc
|
|
|
|
.include <bsd.prog.mk>
|