diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-13 19:06:29 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-13 19:06:29 -0500 |
commit | eaa4c1cc8ae7043cd84699cfcbee2e3ae9a7fc33 (patch) | |
tree | e04a9cf7e829a55a4016a236c649a01e59c191d8 /apps | |
parent | 696ba18c6ab02ded424aa4d87712064eba82f804 (diff) | |
download | portable-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.am | 2 |
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 | |||
7 | EXTRA_DIST = nc.1 | 7 | EXTRA_DIST = nc.1 |
8 | 8 | ||
9 | nc_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 9 | nc_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
10 | nc_LDADD += $(top_builddir)/tls/libcrypto.la | ||
11 | nc_LDADD += $(top_builddir)/tls/libssl.la | ||
10 | nc_LDADD += $(top_builddir)/tls/libtls.la | 12 | nc_LDADD += $(top_builddir)/tls/libtls.la |
11 | 13 | ||
12 | CPPFLAGS += -I$(top_srcdir)/apps/nc/compat | 14 | CPPFLAGS += -I$(top_srcdir)/apps/nc/compat |