Attempt at getting desired ioctl.h included. :)

This commit is contained in:
Joel Sherrill
1999-06-15 22:17:10 +00:00
parent 937ab62c30
commit cf1806b4e8

View File

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