1# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 2# $FreeBSD$ 3 4.PATH: ${LIBC_SRCTOP}/db/mpool 5 6SRCS+= mpool.c 7.if ${MK_SYMVER} == yes 8SRCS+= mpool-compat.c 9.endif 10