diff options
author | deischen <deischen@FreeBSD.org> | 2006-03-13 01:15:01 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2006-03-13 01:15:01 +0000 |
commit | a0f6b0f1d026a8f482a319443c75421f9d668c07 (patch) | |
tree | 6e1707a1132e7e6e97c7086220d021a6a6fb9837 /lib/libc/stdlib | |
parent | 349adc9b525fdf960528de1a0ae2e4150e9c529b (diff) | |
download | FreeBSD-src-a0f6b0f1d026a8f482a319443c75421f9d668c07.zip FreeBSD-src-a0f6b0f1d026a8f482a319443c75421f9d668c07.tar.gz |
Add each directory's symbol map file to SYM_MAPS.
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 4516637..29bd492 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -13,6 +13,8 @@ MISRCS+=_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \ strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtoumax.c strtouq.c \ system.c tdelete.c tfind.c tsearch.c twalk.c +SYM_MAPS+= ${.CURDIR}/stdlib/Symbol.map + # machine-dependent stdlib sources .if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc) .include "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc" |