diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2022-10-11 19:27:51 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2023-11-03 20:53:04 +0000 |
| commit | 5f4c09dd85bff675e0ca63c55ea3c517e0fddfcc (patch) | |
| tree | 065e7dc5616ebddc83ac0fbc8ad7578a7d67ef40 /libexec | |
| parent | 270f75cf3433807d124cdf1f0072ab801532f425 (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/blacklistd-helper/Makefile | 4 | ||||
| -rw-r--r-- | libexec/fingerd/Makefile | 2 | ||||
| -rw-r--r-- | libexec/ftpd/Makefile | 2 |
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} |
