aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2017-04-12 08:18:20 -0500
committerBrent Cook <bcook@openbsd.org>2017-04-12 08:18:20 -0500
commit9d2418ae3a0b9577fdea0bac90802d8c0147f7f4 (patch)
tree3cc37172a24cb481968a2cda493fb8556325d0a8
parent922cd9c94ecc20989a3bce1069a786f31a199b90 (diff)
downloadportable-9d2418ae3a0b9577fdea0bac90802d8c0147f7f4.tar.gz
portable-9d2418ae3a0b9577fdea0bac90802d8c0147f7f4.tar.bz2
portable-9d2418ae3a0b9577fdea0bac90802d8c0147f7f4.zip
add nc(1) manpage to install if enabled
-rw-r--r--apps/nc/Makefile.am1
-rwxr-xr-xdist.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am
index 791eade..4b5b561 100644
--- a/apps/nc/Makefile.am
+++ b/apps/nc/Makefile.am
@@ -4,6 +4,7 @@ if BUILD_NC
4 4
5if ENABLE_NC 5if ENABLE_NC
6bin_PROGRAMS = nc 6bin_PROGRAMS = nc
7dist_man_MANS = nc.1
7else 8else
8noinst_PROGRAMS = nc 9noinst_PROGRAMS = nc
9endif 10endif
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