mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 10:50:07 +00:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
ifeq ($(subdir),io)
|
|
sysdep_routines += pipe
|
|
endif
|
|
|
|
ifeq ($(subdir),misc)
|
|
sysdep_headers += sys/io.h
|
|
endif
|