diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-10-12 17:14:27 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-10-12 17:14:27 +0000 |
| commit | 7238317403b95a8e35cf0bc7cd66fbd78ecbe521 (patch) | |
| tree | b480b030557dcd146b771d786e0492809e86bbc0 /libexec/Makefile | |
| parent | 4d56eb007b18881becb2107f87bd2a7edca3e6bf (diff) | |
Diffstat (limited to 'libexec/Makefile')
| -rw-r--r-- | libexec/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index e87b48b153a8..180dd10b5d29 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -4,7 +4,7 @@ SUBDIR= ${_atf} \ ${_atrun} \ - ${_blacklistd-helper} \ + ${_blocklistd-helper} \ ${_comsat} \ ${_dma} \ flua \ @@ -37,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" |
