mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
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
12 lines
150 B
Makefile
12 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>
|