summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-15 22:17:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-15 22:17:10 +0000
commitcf1806b4e83bf265450c678182cb9b8ee51db4bf (patch)
treefb3e3145b157f27309687147cf9b8f7b16507f01
parentAfter comments D. V. Henkel-Wallace <gumby@zembu.com>, the interface to (diff)
downloadrtems-cf1806b4e83bf265450c678182cb9b8ee51db4bf.tar.bz2
Attempt at getting desired ioctl.h included. :)
-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)