Home | History | Annotate | Line # | Download | only in nc
Makefile revision 1.1
      1  1.1  christos #	$OpenBSD: Makefile,v 1.7 2015/09/11 21:07:01 beck Exp $
      2  1.1  christos 
      3  1.1  christos PROG=	nc
      4  1.1  christos SRCS=	netcat.c atomicio.c socks.c
      5  1.1  christos LDADD+= -ltls -lssl -lcrypto
      6  1.1  christos DPADD+=  ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
      7  1.1  christos 
      8  1.1  christos .include <bsd.prog.mk>
      9