aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/nc/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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
2 2
3if BUILD_NC 3if BUILD_NC
4 4
5if ENABLE_NC
6bin_PROGRAMS = nc
7else
5noinst_PROGRAMS = nc 8noinst_PROGRAMS = nc
9endif
6 10
7EXTRA_DIST = nc.1 11EXTRA_DIST = nc.1
8 12