readd openssl.1, distribute nc.1

This commit is contained in:
Brent Cook 2015-09-13 07:23:04 -05:00
parent 82e96d3565
commit 02b7539cf5
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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