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/nc/Makefile.am | 2 ++ apps/openssl/Makefile.am | 2 ++ update.sh | 2 ++ 3 files changed, 6 insertions(+) diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am index b27d7de..916681b 100644 --- a/apps/nc/Makefile.am +++ b/apps/nc/Makefile.am @@ -6,6 +6,8 @@ if HAVE_POLL noinst_PROGRAMS = nc +EXTRA_DIST = nc.1 + nc_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) nc_LDADD += $(top_builddir)/tls/libtls.la 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 diff --git a/update.sh b/update.sh index f4aa70a..d3e2d21 100755 --- a/update.sh +++ b/update.sh @@ -212,6 +212,7 @@ sed -e "s/compat\///" crypto/Makefile.am.arc4random > \ # copy nc(1) source echo "copying nc(1) source" +$CP $app_src/nc/nc.1 apps/nc rm -f apps/nc/*.c apps/nc/*.h $CP $libc_src/stdlib/strtonum.c apps/nc for i in `awk '/SOURCES|HEADERS|MANS/ { print $3 }' apps/nc/Makefile.am` ; do @@ -222,6 +223,7 @@ done # copy openssl(1) source echo "copying openssl(1) source" +$CP $app_src/openssl/openssl.1 apps/openssl rm -f apps/openssl/*.c apps/openssl/*.h $CP $libc_src/stdlib/strtonum.c apps/openssl/compat $CP $libcrypto_src/cert.pem apps/openssl -- cgit v1.2.3-55-g6feb