diff options
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 55e586434087..180dd10b5d29 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -4,13 +4,12 @@ SUBDIR= ${_atf} \ ${_atrun} \ - ${_blacklistd-helper} \ + ${_blocklistd-helper} \ ${_comsat} \ ${_dma} \ flua \ getty \ ${_hyperv} \ - kgdb \ ${_mail.local} \ ${_makewhatis.local} \ ${_mknetid} \ @@ -38,8 +37,8 @@ SUBDIR= ${_atf} \ _atrun= atrun .endif -.if ${MK_BLACKLIST} != "no" -_blacklistd-helper+= blacklistd-helper +.if ${MK_BLOCKLIST} != "no" +_blocklistd-helper+= blocklistd-helper .endif .if ${MK_BOOTPD} != "no" @@ -54,10 +53,6 @@ SUBDIR+= fingerd _phttpget= phttpget .endif -.if ${MK_FTP} != "no" -SUBDIR+= ftpd -.endif - .if ${MK_MAIL} != "no" _comsat= comsat .endif |
