aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
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/ftpd
parent512c3cfb3cfdc011b4622392d84e0818f7373ed6 (diff)
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
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}