diff options
author | thomas <thomas@FreeBSD.org> | 2002-10-25 15:23:26 +0000 |
---|---|---|
committer | thomas <thomas@FreeBSD.org> | 2002-10-25 15:23:26 +0000 |
commit | 08d4d01809c75b7ddbfd396de936b72168343fcc (patch) | |
tree | bec51c3da88b4c1c2445d7702837cea313725db5 /etc | |
parent | 0eb26ce875cd4196d3c985aaf5766854d19ff0e0 (diff) | |
download | FreeBSD-src-08d4d01809c75b7ddbfd396de936b72168343fcc.zip FreeBSD-src-08d4d01809c75b7ddbfd396de936b72168343fcc.tar.gz |
Add newly-added sripts to FILES.
Reviewed by: roberto
Diffstat (limited to 'etc')
-rw-r--r-- | etc/periodic/security/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/periodic/security/Makefile b/etc/periodic/security/Makefile index 999ffb3..48e7303 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> |