aboutsummaryrefslogtreecommitdiff
path: root/apps
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 /apps
parentdf4451aeec4f1f609b3cb2113b0b39e6b762535f (diff)
downloadportable-fe69b6b418a24937d3c6bb35741965f95c164b15.tar.gz
portable-fe69b6b418a24937d3c6bb35741965f95c164b15.tar.bz2
portable-fe69b6b418a24937d3c6bb35741965f95c164b15.zip
add nc(1) manpage to install if enabled
Diffstat (limited to 'apps')
-rw-r--r--apps/nc/Makefile.am1
1 files changed, 1 insertions, 0 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