summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-03 17:58:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-03 17:58:07 +0000
commit1e91eab89295033a2338f808f0a6b24678145e53 (patch)
treee7325eef0fc73b8fd6f11bd0372c90b5c142a384 /usr.bin/ssh/sshd
parentcc68a74752deb0c1d78cf4837fbe236fc62bb96e (diff)
libwrap, ick, yuck
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r--usr.bin/ssh/sshd/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile
index f8b3e88c4f7..7c4f35b46a5 100644
--- a/usr.bin/ssh/sshd/Makefile
+++ b/usr.bin/ssh/sshd/Makefile
@@ -33,3 +33,9 @@ minfd.h: gen_minfd
LDADD+= -lcrypto -lutil -lz
DPADD+= ${LIBCRYPTO} ${LIBUTIL} ${LIBZ}
+
+.if (${TCP_WRAPPERS} == "yes")
+CFLAGS+= -DLIBWRAP
+LDADD+= -lwrap
+DPADD+= ${LIBWRAP}
+.endif