summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Quinot <thomas@FreeBSD.org>2002-10-25 15:23:26 +0000
committerThomas Quinot <thomas@FreeBSD.org>2002-10-25 15:23:26 +0000
commit77ee1b979888bf4f93b70e2a5952b1f021c06285 (patch)
treebec51c3da88b4c1c2445d7702837cea313725db5
parent7644e396f3a0bdf2cbd99c6ee9a636e00a5cd9ef (diff)
Notes
-rw-r--r--etc/periodic/security/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/periodic/security/Makefile b/etc/periodic/security/Makefile
index 999ffb3f8dd7..48e7303d79aa 100644
--- a/etc/periodic/security/Makefile
+++ b/etc/periodic/security/Makefile
@@ -5,11 +5,13 @@ FILES= 100.chksetuid \
300.chkuid0 \
400.passwdless \
500.ipfwdenied \
+ 510.ipfdenied \
550.ipfwlimit \
600.ip6fwdenied \
650.ip6fwlimit \
700.kernelmsg \
800.loginfail \
- 900.tcpwrap
+ 900.tcpwrap \
+ security.functions
.include <bsd.prog.mk>