summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 14:32:57 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 17:10:19 +0200
commit624510a6e0503241a6a9ac94a08178366d8428f9 (patch)
tree22ac9d309352c77eeb2a76f39f95dca3b5cc64a9 /ftp
parentwww/foreign-cdm: Linux agent for Chromium allowing playing DRM protected cont... (diff)
ftp/freebsd-ftpd: Remove blacklist conditionals
All supported FreeBSD release now has blacklist support so remove the extra conditionals. Approved by: portmgr (blanket)
Diffstat (limited to 'ftp')
-rw-r--r--ftp/freebsd-ftpd/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/ftp/freebsd-ftpd/Makefile b/ftp/freebsd-ftpd/Makefile
index d2f6869f249c..9eb9980babeb 100644
--- a/ftp/freebsd-ftpd/Makefile
+++ b/ftp/freebsd-ftpd/Makefile
@@ -21,9 +21,6 @@ MAKE_ENV+= MAKESYSPATH=/usr/src/share/mk \
OPTIONS_DEFINE= IPV6 LIBBLACKLIST
OPTIONS_DEFAULT= IPV6 LIBBLACKLIST
-.if !exists(/usr/include/blacklist.h)
-OPTIONS_EXCLUDE= LIBBLACKLIST
-.endif
LIBBLACKLIST_DESC= libblacklist(3) support for rlogind(8) and rshd(8)
LIBBLACKLIST_MAKE_ARGS= USE_LIBBLACKLIST=yes