allow optionally installing nc(1) with '--enable-nc'

This commit is contained in:
Brent Cook
2015-12-07 08:14:51 -06:00
parent 19f58fdb1b
commit 28aaab4323
2 changed files with 8 additions and 0 deletions

View File

@@ -2,7 +2,11 @@ include $(top_srcdir)/Makefile.am.common
if BUILD_NC
if ENABLE_NC
bin_PROGRAMS = nc
else
noinst_PROGRAMS = nc
endif
EXTRA_DIST = nc.1