Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/bouyer-socketcan]: src/usr.bin/nc 727211



details:   https://anonhg.NetBSD.org/src/rev/d9251263bd32
branches:  bouyer-socketcan
changeset: 820833:d9251263bd32
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 09 21:25:06 2017 +0000

description:
727211

diffstat:

 usr.bin/nc/Makefile |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r e1e6dbe0ed9f -r d9251263bd32 usr.bin/nc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/nc/Makefile       Thu Feb 09 21:25:06 2017 +0000
@@ -0,0 +1,14 @@
+#      $OpenBSD: Makefile,v 1.7 2015/09/11 21:07:01 beck Exp $
+
+.include <bsd.own.mk>
+
+PROG=  nc
+SRCS=  netcat.c atomicio.c socks.c
+
+#.if ${MKCRYPTO} == "yes"
+#CPPFLAGS+=-DCRYPTO
+#LDADD+= -ltls -lssl -lcrypto
+#DPADD+=  ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
+#.endif
+
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index