NetBSD/lib/libc/db/Makefile.inc

11 lines
335 B
PHP
Raw Normal View History

1994-08-18 04:38:04 +04:00
# @(#)Makefile.inc 8.2 (Berkeley) 2/21/94
#
CFLAGS+=-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"