diff options
Diffstat (limited to 'src/usr.bin/nc/Makefile')
-rw-r--r-- | src/usr.bin/nc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.6 2001/09/02 18:45:41 jakob Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2015/09/11 21:07:01 beck Exp $ |
2 | 2 | ||
3 | PROG= nc | 3 | PROG= nc |
4 | SRCS= netcat.c atomicio.c socks.c | 4 | SRCS= netcat.c atomicio.c socks.c |
5 | LDADD+= -ltls -lssl -lcrypto | ||
6 | DPADD+= ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} | ||
5 | 7 | ||
6 | .include <bsd.prog.mk> | 8 | .include <bsd.prog.mk> |