xref: /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/Makefile.inc (revision 7c31cdfa408a4ebce7a3e10d29056a15c28bc092)
1#	@(#)Makefile.inc	8.2 (Berkeley) 2/21/94
2#
3CFLAGS+=-D__DBINTERFACE_PRIVATE
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"
11