mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08: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
|