Deleted Added
full compact
1c1
< # $FreeBSD: head/secure/usr.sbin/sshd/Makefile 301551 2016-06-07 16:18:09Z lidl $
---
> # $FreeBSD: head/secure/usr.sbin/sshd/Makefile 302182 2016-06-24 23:22:42Z gjb $
43,49d42
< .if ${MK_BLACKLIST_SUPPORT} != "no"
< CFLAGS+= -DUSE_BLACKLIST -I${SRCTOP}/contrib/blacklist/include
< SRCS+= blacklist.c
< LIBADD+= blacklist
< LDFLAGS+=-L${LIBBLACKLISTDIR}
< .endif
<