Deleted Added
full compact
Makefile.inc (50476) Makefile.inc (107052)
1# from @(#)Makefile.inc 8.2 (Berkeley) 2/21/94
1# from @(#)Makefile.inc 8.2 (Berkeley) 2/21/94
2# $FreeBSD: head/lib/libc/db/Makefile.inc 50476 1999-08-28 00:22:10Z peter $
2# $FreeBSD: head/lib/libc/db/Makefile.inc 107052 2002-11-18 09:50:57Z ru $
3#
4CFLAGS+=-D__DBINTERFACE_PRIVATE
5
3#
4CFLAGS+=-D__DBINTERFACE_PRIVATE
5
6.include "${.CURDIR}/../libc/db/btree/Makefile.inc"
7.include "${.CURDIR}/../libc/db/db/Makefile.inc"
8.include "${.CURDIR}/../libc/db/hash/Makefile.inc"
9.include "${.CURDIR}/../libc/db/man/Makefile.inc"
10.include "${.CURDIR}/../libc/db/mpool/Makefile.inc"
11.include "${.CURDIR}/../libc/db/recno/Makefile.inc"
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"