]>
Commit | Line | Data |
---|---|---|
5b2abdfb | 1 | # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 |
59e0d9fe | 2 | # $FreeBSD: src/lib/libc/db/mpool/Makefile.inc,v 1.4 2002/11/18 09:50:55 ru Exp $ |
5b2abdfb A |
3 | |
4 | .PATH: ${.CURDIR}/db/mpool | |
5 | ||
59e0d9fe A |
6 | .include "Makefile.fbsd_begin" |
7 | FBSDMISRCS= mpool.c | |
8 | .for _src in ${FBSDMISRCS} | |
9 | CFLAGS-${_src:R}-fbsd.${_src:E} += -D__DBINTERFACE_PRIVATE | |
10 | .endfor | |
11 | .include "Makefile.fbsd_end" |