aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-13 07:23:04 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-13 07:23:04 -0500
commit02b7539cf55166ef65fb5503d59bc019ea0e8f49 (patch)
tree6311b1d3d50906010633fba2006ad4e094a6c5af /update.sh
parent82e96d3565fb9c16b4ab9a6684d1c4b7d514212f (diff)
downloadportable-02b7539cf55166ef65fb5503d59bc019ea0e8f49.tar.gz
portable-02b7539cf55166ef65fb5503d59bc019ea0e8f49.tar.bz2
portable-02b7539cf55166ef65fb5503d59bc019ea0e8f49.zip
readd openssl.1, distribute nc.1
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 2 insertions, 0 deletions
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 > \
212 212
213# copy nc(1) source 213# copy nc(1) source
214echo "copying nc(1) source" 214echo "copying nc(1) source"
215$CP $app_src/nc/nc.1 apps/nc
215rm -f apps/nc/*.c apps/nc/*.h 216rm -f apps/nc/*.c apps/nc/*.h
216$CP $libc_src/stdlib/strtonum.c apps/nc 217$CP $libc_src/stdlib/strtonum.c apps/nc
217for i in `awk '/SOURCES|HEADERS|MANS/ { print $3 }' apps/nc/Makefile.am` ; do 218for i in `awk '/SOURCES|HEADERS|MANS/ { print $3 }' apps/nc/Makefile.am` ; do
@@ -222,6 +223,7 @@ done
222 223
223# copy openssl(1) source 224# copy openssl(1) source
224echo "copying openssl(1) source" 225echo "copying openssl(1) source"
226$CP $app_src/openssl/openssl.1 apps/openssl
225rm -f apps/openssl/*.c apps/openssl/*.h 227rm -f apps/openssl/*.c apps/openssl/*.h
226$CP $libc_src/stdlib/strtonum.c apps/openssl/compat 228$CP $libc_src/stdlib/strtonum.c apps/openssl/compat
227$CP $libcrypto_src/cert.pem apps/openssl 229$CP $libcrypto_src/cert.pem apps/openssl