diff options
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 7ce78321f08e..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" |
