NetBSD/lib/libc/db/Makefile.inc

12 lines
399 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.6 1997/10/22 23:14:11 lukem Exp $
1994-08-18 04:38:04 +04:00
# @(#)Makefile.inc 8.2 (Berkeley) 2/21/94
#
CPPFLAGS+=-D__DBINTERFACE_PRIVATE
1993-08-01 09:37:30 +04:00
1993-03-21 12:45:37 +03:00
.include "${.CURDIR}/db/btree/Makefile.inc"
.include "${.CURDIR}/db/db/Makefile.inc"
1993-03-21 12:45:37 +03:00
.include "${.CURDIR}/db/hash/Makefile.inc"
.include "${.CURDIR}/db/man/Makefile.inc"
.include "${.CURDIR}/db/mpool/Makefile.inc"
.include "${.CURDIR}/db/recno/Makefile.inc"