1 # $NetBSD: Makefile,v 1.8 2026/06/13 12:03:49 kre Exp $ 2 # $OpenBSD: Makefile,v 1.7 2015/09/11 21:07:01 beck Exp $ 3 4 .include <bsd.own.mk> 5 6 PROG= nc 7 SRCS= netcat.c atomicio.c socks.c 8 9 # If this is ever made to work, change ".nr C 0" to ".nr C 1" 10 # early in nc.1 to return all the crypto options to the man page. 11 #CPPFLAGS+=-DCRYPTO 12 #LDADD+= -ltls -lssl -lcrypto 13 #DPADD+= ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} 14 15 .include <bsd.prog.mk> 16