NetBSD/lib/libc/db/Makefile.inc

10 lines
366 B
PHP
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/2/93
# $Id: Makefile.inc,v 1.3 1993/08/01 05:41:09 mycroft Exp $
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"