From 9d2418ae3a0b9577fdea0bac90802d8c0147f7f4 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 12 Apr 2017 08:18:20 -0500 Subject: add nc(1) manpage to install if enabled --- apps/nc/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') 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 if ENABLE_NC bin_PROGRAMS = nc +dist_man_MANS = nc.1 else noinst_PROGRAMS = nc endif -- cgit v1.2.3-55-g6feb