diff --git a/etc/periodic/security/Makefile b/etc/periodic/security/Makefile index 954becb36175..3b618624189d 100644 --- a/etc/periodic/security/Makefile +++ b/etc/periodic/security/Makefile @@ -11,8 +11,7 @@ FILES= 100.chksetuid \ 400.passwdless \ 410.logincheck \ 700.kernelmsg \ - 800.loginfail \ - 900.tcpwrap + 800.loginfail DATA= security.functions # NB: keep these sorted by MK_* knobs @@ -35,4 +34,8 @@ FILES+= 520.pfdenied FILES+= 460.chkportsum .endif +.if ${MK_INETD} != "no" && ${MK_TCP_WRAPPERS} != "no" +FILES+= 900.tcpwrap +.endif + .include