don't bother resolving onbld python module deps
[unleashed.git] / bin / nc / Makefile
blobfc786038da3b0797beaaf503b8e92ea60c95ecc3
1 # $OpenBSD: Makefile,v 1.7 2015/09/11 21:07:01 beck Exp $
3 PROG= nc
4 SRCS= netcat.c atomicio.c socks.c
5 LDADD+= -ltls -lssl -lcrypto
6 DPADD+= ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
8 .include "compat.mk"
10 .include <bsd.prog.mk>