summaryrefslogtreecommitdiff
path: root/libexec/ftpd/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2020-06-15 01:57:29 +0000
committerchristos <christos@NetBSD.org>2020-06-15 01:57:29 +0000
commitc43fc84bb02202ef2fa0c9331960f02ebe2b23da (patch)
treefdce42ffd5313e329039793fe7eb65b640747318 /libexec/ftpd/Makefile
parente1af12342a4340e563eecf034315007bf755424e (diff)
Rename blacklist -> blocklist
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r--libexec/ftpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index 2518fcf7433..1595c46b414 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2019/10/15 18:29:21 christos Exp $
+# $NetBSD: Makefile,v 1.68 2020/06/15 01:57:31 christos Exp $
# @(#)Makefile 8.2 (Berkeley) 4/4/94
.include <bsd.own.mk>
@@ -12,8 +12,8 @@ MAN= ftpd.conf.5 ftpusers.5 ftpd.8
MLINKS= ftpusers.5 ftpchroot.5
SRCS+= pfilter.c
-LDADD+= -lblacklist
-DPADD+= ${LIBBLACKLIST}
+LDADD+= -lblocklist
+DPADD+= ${LIBBLOCKLIST}
.if defined(NO_INTERNAL_LS)
CPPFLAGS+=-DNO_INTERNAL_LS