summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2006-03-13 01:15:01 +0000
committerdeischen <deischen@FreeBSD.org>2006-03-13 01:15:01 +0000
commita0f6b0f1d026a8f482a319443c75421f9d668c07 (patch)
tree6e1707a1132e7e6e97c7086220d021a6a6fb9837 /lib/libc/gen/Makefile.inc
parent349adc9b525fdf960528de1a0ae2e4150e9c529b (diff)
downloadFreeBSD-src-a0f6b0f1d026a8f482a319443c75421f9d668c07.zip
FreeBSD-src-a0f6b0f1d026a8f482a319443c75421f9d668c07.tar.gz
Add each directory's symbol map file to SYM_MAPS.
Diffstat (limited to 'lib/libc/gen/Makefile.inc')
-rw-r--r--lib/libc/gen/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index 44f0cde..af92c63 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -33,6 +33,8 @@ SRCS+= __xuname.c _pthread_stubs.c _rand48.c _spinlock_stub.c _thread_init.c \
usleep.c utime.c valloc.c vis.c wait.c wait3.c waitpid.c \
wordexp.c
+SYM_MAPS+=${.CURDIR}/gen/Symbol.map
+
# machine-dependent gen sources
.if exists(${.CURDIR}/${MACHINE_ARCH}/gen/Makefile.inc)
.include "${.CURDIR}/${MACHINE_ARCH}/gen/Makefile.inc"
OpenPOWER on IntegriCloud