diff options
| author | Mark Peek <mp@FreeBSD.org> | 2001-07-31 16:34:52 +0000 |
|---|---|---|
| committer | Mark Peek <mp@FreeBSD.org> | 2001-07-31 16:34:52 +0000 |
| commit | 545d32087be62906a7ba21a71bb3ea5be6e78346 (patch) | |
| tree | 35ccbe1931f185c37b5f982c8567157e6f933c06 /lib/libc/stdlib | |
| parent | 904cc0c45ce86e540d26fe47c7067176306aa912 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 9a96360c69e7..e38704a5eb02 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -21,7 +21,9 @@ SRCS+= strtod.c .endif # machine-dependent stdlib sources +.if exists(${.CURDIR}/../libc/${MACHINE_ARCH}/stdlib/Makefile.inc) .include "${.CURDIR}/../libc/${MACHINE_ARCH}/stdlib/Makefile.inc" +.endif .if ${LIB} == "c" MAN+= abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \ |
