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