Hide 460.chkportsum in MK_PKGTOOLS != no case.
Submitted by: Alex Kozlov <spam rm-rf kiev ua> MFC after: 2 weeks
This commit is contained in:
parent
fb2971ccd2
commit
65a1c46588
@ -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>
|
||||
|
@ -1790,6 +1790,7 @@ OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
|
||||
|
||||
.if ${MK_PKGTOOLS} == no
|
||||
OLD_FILES+=etc/periodic/daily/490.status-pkg-changes
|
||||
OLD_FILES+=etc/periodic/security/460.chkportsum
|
||||
OLD_FILES+=etc/periodic/weekly/400.status-pkg
|
||||
OLD_FILES+=usr/include/pkg.h
|
||||
OLD_FILES+=usr/lib/libpkg.a
|
||||
|
Loading…
Reference in New Issue
Block a user