diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2006-03-13 01:15:01 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2006-03-13 01:15:01 +0000 |
commit | 6fad3aaf157b3ab3d64b99ca7c14751124c044dd (patch) | |
tree | 6e1707a1132e7e6e97c7086220d021a6a6fb9837 /lib/libc/string/Makefile.inc | |
parent | 3650be51e29c2f0bc791966d320e9afbfa6f70d5 (diff) |
Add each directory's symbol map file to SYM_MAPS.
Notes
Notes:
svn path=/head/; revision=156613
Diffstat (limited to 'lib/libc/string/Makefile.inc')
-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 77fe8e0da6be..6d64ea5a08c9 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) |