aboutsummaryrefslogtreecommitdiff
path: root/apps/nc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nc')
-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 9d5dafc..b27d7de 100644
--- a/apps/nc/Makefile.am
+++ b/apps/nc/Makefile.am
@@ -1,5 +1,7 @@
1include $(top_srcdir)/Makefile.am.common 1include $(top_srcdir)/Makefile.am.common
2 2
3if HOST_OPENBSD
4
3if HAVE_POLL 5if HAVE_POLL
4 6
5noinst_PROGRAMS = nc 7noinst_PROGRAMS = nc
@@ -17,3 +19,5 @@ nc_SOURCES += strtonum.c
17endif 19endif
18 20
19endif 21endif
22
23endif