diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-13 07:23:04 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-13 07:23:04 -0500 |
commit | 02b7539cf55166ef65fb5503d59bc019ea0e8f49 (patch) | |
tree | 6311b1d3d50906010633fba2006ad4e094a6c5af /update.sh | |
parent | 82e96d3565fb9c16b4ab9a6684d1c4b7d514212f (diff) | |
download | portable-02b7539cf55166ef65fb5503d59bc019ea0e8f49.tar.gz portable-02b7539cf55166ef65fb5503d59bc019ea0e8f49.tar.bz2 portable-02b7539cf55166ef65fb5503d59bc019ea0e8f49.zip |
readd openssl.1, distribute nc.1
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -212,6 +212,7 @@ sed -e "s/compat\///" crypto/Makefile.am.arc4random > \ | |||
212 | 212 | ||
213 | # copy nc(1) source | 213 | # copy nc(1) source |
214 | echo "copying nc(1) source" | 214 | echo "copying nc(1) source" |
215 | $CP $app_src/nc/nc.1 apps/nc | ||
215 | rm -f apps/nc/*.c apps/nc/*.h | 216 | rm -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 |
217 | for i in `awk '/SOURCES|HEADERS|MANS/ { print $3 }' apps/nc/Makefile.am` ; do | 218 | for 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 |
224 | echo "copying openssl(1) source" | 225 | echo "copying openssl(1) source" |
226 | $CP $app_src/openssl/openssl.1 apps/openssl | ||
225 | rm -f apps/openssl/*.c apps/openssl/*.h | 227 | rm -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 |