diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-12 10:51:11 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-12 10:51:11 -0500 |
commit | a787f964a158aec0fd77d9969e1e600f431f4e38 (patch) | |
tree | a828fd198294b4af30c4de2bc60bf10c8d6208a3 /apps | |
parent | dcbaa6b69936fa02e0c1c78fddb066ab519040d5 (diff) | |
download | portable-a787f964a158aec0fd77d9969e1e600f431f4e38.tar.gz portable-a787f964a158aec0fd77d9969e1e600f431f4e38.tar.bz2 portable-a787f964a158aec0fd77d9969e1e600f431f4e38.zip |
restrict nc to openbsd builds for now
Diffstat (limited to 'apps')
-rw-r--r-- | apps/nc/Makefile.am | 4 |
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 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | 1 | include $(top_srcdir)/Makefile.am.common |
2 | 2 | ||
3 | if HOST_OPENBSD | ||
4 | |||
3 | if HAVE_POLL | 5 | if HAVE_POLL |
4 | 6 | ||
5 | noinst_PROGRAMS = nc | 7 | noinst_PROGRAMS = nc |
@@ -17,3 +19,5 @@ nc_SOURCES += strtonum.c | |||
17 | endif | 19 | endif |
18 | 20 | ||
19 | endif | 21 | endif |
22 | |||
23 | endif | ||