aboutsummaryrefslogtreecommitdiff
path: root/dist.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2017-04-12 08:18:20 -0500
committerBrent Cook <bcook@openbsd.org>2017-04-19 04:01:44 -0500
commitfe69b6b418a24937d3c6bb35741965f95c164b15 (patch)
tree000c7c2748bd18be8c9304fecb1e24ec64074941 /dist.sh
parentdf4451aeec4f1f609b3cb2113b0b39e6b762535f (diff)
downloadportable-fe69b6b418a24937d3c6bb35741965f95c164b15.tar.gz
portable-fe69b6b418a24937d3c6bb35741965f95c164b15.tar.bz2
portable-fe69b6b418a24937d3c6bb35741965f95c164b15.zip
add nc(1) manpage to install if enabled
Diffstat (limited to 'dist.sh')
-rwxr-xr-xdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.sh b/dist.sh
index 7d2af51..bdb549a 100755
--- a/dist.sh
+++ b/dist.sh
@@ -4,4 +4,4 @@ set -e
4rm -f man/*.1 man/*.3 include/openssl/*.h 4rm -f man/*.1 man/*.3 include/openssl/*.h
5./autogen.sh 5./autogen.sh
6./configure 6./configure
7make distcheck 7make -j2 distcheck