From 28aaab43234226b2885d66d1e70f536cd7e438f0 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 7 Dec 2015 08:14:51 -0600 Subject: allow optionally installing nc(1) with '--enable-nc' --- apps/nc/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps') diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am index 564080c..34c5cd3 100644 --- a/apps/nc/Makefile.am +++ b/apps/nc/Makefile.am @@ -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 -- cgit v1.2.3-55-g6feb