mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
of /etc/daily. Some time later, /etc/daily became a set of periodic(8) scripts. Now, this evolution continues, and /etc/security has been broken into periodic(8) scripts to make local customization easier and more maintainable. Reviewed by: ru Approved by: ru
5 lines
77 B
Makefile
5 lines
77 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= daily security weekly monthly
|
|
|
|
.include <bsd.subdir.mk>
|