]>
Commit | Line | Data |
---|---|---|
5b2abdfb | 1 | # from @(#)Makefile.inc 8.2 (Berkeley) 2/21/94 |
59e0d9fe | 2 | # $FreeBSD: src/lib/libc/db/Makefile.inc,v 1.4 2002/11/18 09:50:54 ru Exp $ |
5b2abdfb | 3 | # |
5b2abdfb A |
4 | |
5 | .include "${.CURDIR}/db/btree/Makefile.inc" | |
6 | .include "${.CURDIR}/db/db/Makefile.inc" | |
7 | .include "${.CURDIR}/db/hash/Makefile.inc" | |
8 | .include "${.CURDIR}/db/man/Makefile.inc" | |
9 | .include "${.CURDIR}/db/mpool/Makefile.inc" | |
10 | .include "${.CURDIR}/db/recno/Makefile.inc" |