summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/include/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/include/Makefile.in b/c/src/lib/include/Makefile.in
index 0c4b854556..bd11d7a246 100644
--- a/c/src/lib/include/Makefile.in
+++ b/c/src/lib/include/Makefile.in
@@ -20,7 +20,7 @@ H_PIECES=chain console clockdrv iosupp ringbuf \
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
SYS_H_PIECES=termios utime
-ifeq ($(HAS_NETWORKING),yes)
+ifeq ($(HAS_NETWORKING),no)
SYS_H_PIECES+=ioctl
endif
SYS_H_FILES=$(SYS_H_PIECES:%=$(srcdir)/sys/%.h)