aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-03-15 19:26:32 +0000
committerEd Maste <emaste@FreeBSD.org>2016-03-15 19:26:32 +0000
commitc38dac681dc4870327a8b734c94a436968e2bd9d (patch)
tree1b7199c947f6144ec65d5144b75f7900cc3dd112 /lib/libc/db
parent931ef67a960c856c16c782462ce591b9a03fcda9 (diff)
Notes
Diffstat (limited to 'lib/libc/db')
-rw-r--r--lib/libc/db/mpool/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/db/mpool/Makefile.inc b/lib/libc/db/mpool/Makefile.inc
index bab7e6d2234f5..76ec0ebe5cd29 100644
--- a/lib/libc/db/mpool/Makefile.inc
+++ b/lib/libc/db/mpool/Makefile.inc
@@ -3,4 +3,7 @@
.PATH: ${LIBC_SRCTOP}/db/mpool
-SRCS+= mpool.c mpool-compat.c
+SRCS+= mpool.c
+.if ${MK_SYMVER} == yes
+SRCS+= mpool-compat.c
+.endif