mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
# We *know* we have a limits.h in the glibc library, with extra
|
|
# definitions needed for e.g. libgfortran.
|
|
ifneq ($(inhibit_libc),true)
|
|
LIMITS_H_TEST = :
|
|
endif
|