c38dac681d
WITHOUT_SYMVER necessarily implies building a system without symver backwards compatability. Sponsored by: The FreeBSD Foundation
10 lines
159 B
Makefile
10 lines
159 B
Makefile
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${LIBC_SRCTOP}/db/mpool
|
|
|
|
SRCS+= mpool.c
|
|
.if ${MK_SYMVER} == yes
|
|
SRCS+= mpool-compat.c
|
|
.endif
|