restrict nc to openbsd builds for now

This commit is contained in:
Brent Cook
2015-09-12 10:51:11 -05:00
parent dcbaa6b699
commit a787f964a1
2 changed files with 6 additions and 0 deletions

View File

@@ -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