aboutsummaryrefslogtreecommitdiff
path: root/apps/nc
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-12 07:48:06 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-12 08:08:24 -0500
commit854f4f69af9003c0c29d3838001f549beaf36936 (patch)
tree913e183b140e6a974efa7643ec217d0f6d574257 /apps/nc
parent34bfb6ecb5d178ee62b402ee344d0f6caf5cdad0 (diff)
downloadportable-854f4f69af9003c0c29d3838001f549beaf36936.tar.gz
portable-854f4f69af9003c0c29d3838001f549beaf36936.tar.bz2
portable-854f4f69af9003c0c29d3838001f549beaf36936.zip
add 'nc' to the distribution as an example of libtls client and server
Diffstat (limited to 'apps/nc')
-rw-r--r--apps/nc/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am
new file mode 100644
index 0000000..ccb770a
--- /dev/null
+++ b/apps/nc/Makefile.am
@@ -0,0 +1,11 @@
1include $(top_srcdir)/Makefile.am.common
2
3bin_PROGRAMS = nc
4
5nc_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
6nc_LDADD += $(top_builddir)/tls/libtls.la
7
8nc_SOURCES = atomicio.c
9nc_SOURCES += netcat.c
10nc_SOURCES += socks.c
11noinst_HEADERS = atomicio.h