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/string | |
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/string')
-rw-r--r-- | lib/libc/string/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 77fe8e0..6d64ea5 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -20,6 +20,8 @@ MISRCS+=bcmp.c bcopy.c bzero.c ffs.c ffsl.c fls.c flsl.c index.c memccpy.c \ wmemcmp.c \ wmemcpy.c wmemmove.c wmemset.c +SYM_MAPS+= ${.CURDIR}/string/Symbol.map + # machine-dependent string sources .if exists(${.CURDIR}/${MACHINE_ARCH}/string/Makefile.inc) |