From 02b7539cf55166ef65fb5503d59bc019ea0e8f49 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 13 Sep 2015 07:23:04 -0500 Subject: readd openssl.1, distribute nc.1 --- apps/openssl/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/openssl') diff --git a/apps/openssl/Makefile.am b/apps/openssl/Makefile.am index 9c763e1..5a8d458 100644 --- a/apps/openssl/Makefile.am +++ b/apps/openssl/Makefile.am @@ -2,6 +2,8 @@ include $(top_srcdir)/Makefile.am.common bin_PROGRAMS = openssl +dist_man_MANS = openssl.1 + openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) openssl_LDADD += $(top_builddir)/ssl/libssl.la openssl_LDADD += $(top_builddir)/crypto/libcrypto.la -- cgit v1.2.3-55-g6feb