From a787f964a158aec0fd77d9969e1e600f431f4e38 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 12 Sep 2015 10:51:11 -0500 Subject: restrict nc to openbsd builds for now --- 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 9d5dafc..b27d7de 100644 --- a/apps/nc/Makefile.am +++ b/apps/nc/Makefile.am @@ -1,5 +1,7 @@ include $(top_srcdir)/Makefile.am.common +if HOST_OPENBSD + if HAVE_POLL noinst_PROGRAMS = nc @@ -17,3 +19,5 @@ nc_SOURCES += strtonum.c endif endif + +endif -- cgit v1.2.3-55-g6feb