]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libc/db/Makefile.inc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libc / db / Makefile.inc
1 #       from @(#)Makefile.inc   8.2 (Berkeley) 2/21/94
2 # $FreeBSD$
3 #
4 CFLAGS+=-D__DBINTERFACE_PRIVATE
5
6 .include "${.CURDIR}/db/btree/Makefile.inc"
7 .include "${.CURDIR}/db/db/Makefile.inc"
8 .include "${.CURDIR}/db/hash/Makefile.inc"
9 .include "${.CURDIR}/db/man/Makefile.inc"
10 .include "${.CURDIR}/db/mpool/Makefile.inc"
11 .include "${.CURDIR}/db/recno/Makefile.inc"
12
13 SYM_MAPS+=${.CURDIR}/db/Symbol.map