mirror of git://sourceware.org/git/glibc.git
13 lines
220 B
Makefile
13 lines
220 B
Makefile
|
ifeq ($(subdir),misc)
|
||
|
sysdep_routines += ioperm
|
||
|
sysdep_headers += sys/elf.h sys/io.h
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),signal)
|
||
|
sysdep_routines += sigrestorer
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),resource)
|
||
|
sysdep_routines += oldgetrlimit64
|
||
|
endif
|