diff options
author | Brent Cook <bcook@openbsd.org> | 2017-04-12 08:18:20 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-04-19 04:01:44 -0500 |
commit | fe69b6b418a24937d3c6bb35741965f95c164b15 (patch) | |
tree | 000c7c2748bd18be8c9304fecb1e24ec64074941 | |
parent | df4451aeec4f1f609b3cb2113b0b39e6b762535f (diff) | |
download | portable-fe69b6b418a24937d3c6bb35741965f95c164b15.tar.gz portable-fe69b6b418a24937d3c6bb35741965f95c164b15.tar.bz2 portable-fe69b6b418a24937d3c6bb35741965f95c164b15.zip |
add nc(1) manpage to install if enabled
-rw-r--r-- | apps/nc/Makefile.am | 1 | ||||
-rwxr-xr-x | dist.sh | 2 |
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 | ||
5 | if ENABLE_NC | 5 | if ENABLE_NC |
6 | bin_PROGRAMS = nc | 6 | bin_PROGRAMS = nc |
7 | dist_man_MANS = nc.1 | ||
7 | else | 8 | else |
8 | noinst_PROGRAMS = nc | 9 | noinst_PROGRAMS = nc |
9 | endif | 10 | endif |
@@ -4,4 +4,4 @@ set -e | |||
4 | rm -f man/*.1 man/*.3 include/openssl/*.h | 4 | rm -f man/*.1 man/*.3 include/openssl/*.h |
5 | ./autogen.sh | 5 | ./autogen.sh |
6 | ./configure | 6 | ./configure |
7 | make distcheck | 7 | make -j2 distcheck |