From 978fe6ccf47347b1b6888d1ca844a45f27f02afd Mon Sep 17 00:00:00 2001 From: beck <> Date: Fri, 11 Sep 2015 21:07:01 +0000 Subject: Add TLS suppport to nc. Provides a useful little test and script tool. ok jsing@ bluhm@ --- src/usr.bin/nc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/usr.bin/nc/Makefile') diff --git a/src/usr.bin/nc/Makefile b/src/usr.bin/nc/Makefile index 150f8295bd..5f20c40cf7 100644 --- a/src/usr.bin/nc/Makefile +++ b/src/usr.bin/nc/Makefile @@ -1,6 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2001/09/02 18:45:41 jakob Exp $ +# $OpenBSD: Makefile,v 1.7 2015/09/11 21:07:01 beck Exp $ PROG= nc SRCS= netcat.c atomicio.c socks.c +LDADD+= -ltls -lssl -lcrypto +DPADD+= ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} .include -- cgit v1.2.3-55-g6feb