2204f3ce42
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
16 lines
227 B
Makefile
16 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
BIN= 100.chksetuid \
|
|
200.chkmounts \
|
|
300.chkuid0 \
|
|
400.passwdless \
|
|
500.ipfwdenied \
|
|
550.ipfwlimit \
|
|
600.ip6fwdenied \
|
|
650.ip6fwlimit \
|
|
700.kernelmsg \
|
|
800.loginfail \
|
|
900.tcpwrap
|
|
|
|
.include <bsd.prog.mk>
|