add nc(1) manpage to install if enabled

This commit is contained in:
Brent Cook
2017-04-12 08:18:20 -05:00
parent 922cd9c94e
commit 9d2418ae3a
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ if BUILD_NC
if ENABLE_NC
bin_PROGRAMS = nc
dist_man_MANS = nc.1
else
noinst_PROGRAMS = nc
endif