aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.sbin
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-06-24 23:22:42 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-06-24 23:22:42 +0000
commitfaebc97a1cb4f0a36a39f0ba9c1b266e070c5f4f (patch)
treed6dfc00fb63fa1abb42bf72a0fd03692230e25ed /secure/usr.sbin
parentbe0319fd1982af041e0dcb65173dcdf280a85b08 (diff)
Notes
Diffstat (limited to 'secure/usr.sbin')
-rw-r--r--secure/usr.sbin/sshd/Makefile7
-rw-r--r--secure/usr.sbin/sshd/Makefile.depend1
2 files changed, 0 insertions, 8 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index bab29015b85eb..f9589a37ae37e 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -40,13 +40,6 @@ CFLAGS+= -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR
LIBADD+= bsm
.endif
-.if ${MK_BLACKLIST_SUPPORT} != "no"
-CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blacklist/include
-SRCS+= blacklist.c
-LIBADD+= blacklist
-LDFLAGS+=-L${LIBBLACKLISTDIR}
-.endif
-
.if ${MK_KERBEROS_SUPPORT} != "no"
CFLAGS+= -include krb5_config.h
SRCS+= krb5_config.h
diff --git a/secure/usr.sbin/sshd/Makefile.depend b/secure/usr.sbin/sshd/Makefile.depend
index 220aae36c11cc..d24b0bef5d550 100644
--- a/secure/usr.sbin/sshd/Makefile.depend
+++ b/secure/usr.sbin/sshd/Makefile.depend
@@ -17,7 +17,6 @@ DIRDEPS = \
kerberos5/lib/libroken \
kerberos5/lib/libwind \
lib/${CSU_DIR} \
- lib/libblacklist \
lib/libbsm \
lib/libc \
lib/libcom_err \