aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-13 19:06:29 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-13 19:06:29 -0500
commiteaa4c1cc8ae7043cd84699cfcbee2e3ae9a7fc33 (patch)
treee04a9cf7e829a55a4016a236c649a01e59c191d8 /apps
parent696ba18c6ab02ded424aa4d87712064eba82f804 (diff)
downloadportable-eaa4c1cc8ae7043cd84699cfcbee2e3ae9a7fc33.tar.gz
portable-eaa4c1cc8ae7043cd84699cfcbee2e3ae9a7fc33.tar.bz2
portable-eaa4c1cc8ae7043cd84699cfcbee2e3ae9a7fc33.zip
a few more linux nc build tweaks
Diffstat (limited to 'apps')
-rw-r--r--apps/nc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am
index 89fe266..7d8e04f 100644
--- a/apps/nc/Makefile.am
+++ b/apps/nc/Makefile.am
@@ -7,6 +7,8 @@ noinst_PROGRAMS = nc
7EXTRA_DIST = nc.1 7EXTRA_DIST = nc.1
8 8
9nc_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) 9nc_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
10nc_LDADD += $(top_builddir)/tls/libcrypto.la
11nc_LDADD += $(top_builddir)/tls/libssl.la
10nc_LDADD += $(top_builddir)/tls/libtls.la 12nc_LDADD += $(top_builddir)/tls/libtls.la
11 13
12CPPFLAGS += -I$(top_srcdir)/apps/nc/compat 14CPPFLAGS += -I$(top_srcdir)/apps/nc/compat