diff options
| author | Xin LI <delphij@FreeBSD.org> | 2010-11-23 01:39:30 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2010-11-23 01:39:30 +0000 |
| commit | f6387b28bbe8cc98a92f5b9f14dc3ea6738472ed (patch) | |
| tree | 1223218bbe873838e80f70d76d35ca43d70a9639 /etc | |
| parent | 418c5546097d6b6f0327182d61b20b068770a2f3 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/periodic/security/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/periodic/security/Makefile b/etc/periodic/security/Makefile index 02f8b7635537..fc6772386945 100644 --- a/etc/periodic/security/Makefile +++ b/etc/periodic/security/Makefile @@ -7,7 +7,6 @@ FILES= 100.chksetuid \ 300.chkuid0 \ 400.passwdless \ 410.logincheck \ - 460.chkportsum \ 700.kernelmsg \ 800.loginfail \ 900.tcpwrap \ @@ -28,4 +27,8 @@ FILES+= 500.ipfwdenied \ FILES+= 520.pfdenied .endif +.if ${MK_PKGTOOLS} != "no" +FILES+= 460.chkportsum +.endif + .include <bsd.prog.mk> |
