aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-10-11 19:27:51 +0000
committerEd Maste <emaste@FreeBSD.org>2024-01-07 19:31:11 +0000
commit53a984a36f3c27f3e272ea6a8f5efa49ad0c2685 (patch)
tree2288b59d8c7b40c1916dc8b1824f40bd1456c1d5 /libexec
parent512c3cfb3cfdc011b4622392d84e0818f7373ed6 (diff)
Diffstat (limited to 'libexec')
-rw-r--r--libexec/blacklistd-helper/Makefile4
-rw-r--r--libexec/fingerd/Makefile2
-rw-r--r--libexec/ftpd/Makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/libexec/blacklistd-helper/Makefile b/libexec/blacklistd-helper/Makefile
index a22ba37fc764..c0eb25489052 100644
--- a/libexec/blacklistd-helper/Makefile
+++ b/libexec/blacklistd-helper/Makefile
@@ -1,6 +1,6 @@
-BLACKLIST_DIR=${SRCTOP}/contrib/blacklist
+BLOCKLIST_DIR=${SRCTOP}/contrib/blocklist
-SCRIPTS= ${BLACKLIST_DIR}/libexec/blacklistd-helper
+SCRIPTS= ${BLOCKLIST_DIR}/libexec/blacklistd-helper
.include <bsd.prog.mk>
diff --git a/libexec/fingerd/Makefile b/libexec/fingerd/Makefile
index f0f797ad02db..c5b780c4e225 100644
--- a/libexec/fingerd/Makefile
+++ b/libexec/fingerd/Makefile
@@ -10,7 +10,7 @@ WARNS?= 2
WFORMAT=0
.if ${MK_BLACKLIST_SUPPORT} != "no"
-CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blacklist/include
+CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blocklist/include
LIBADD+= blacklist
LDFLAGS+=-L${LIBBLACKLISTDIR}
.endif
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index aa02c545d81b..f58b675cf8e7 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -23,7 +23,7 @@ CFLAGS+=-Dmain=ls_main -I${SRCTOP}/bin/ls
LIBADD+= m
.if ${MK_BLACKLIST_SUPPORT} != "no"
-CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blacklist/include
+CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blocklist/include
SRCS+= blacklist.c
LIBADD+= blacklist
LDFLAGS+=-L${LIBBLACKLISTDIR}