[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / db

Annotation of src/lib/libc/db/Makefile.inc, Revision 1.6

1.6     ! lukem       1: #      $NetBSD: Makefile.inc,v 1.5 1995/02/27 13:19:23 cgd Exp $
1.4       cgd         2: #      @(#)Makefile.inc        8.2 (Berkeley) 2/21/94
                      3: #
1.6     ! lukem       4: CPPFLAGS+=-D__DBINTERFACE_PRIVATE
1.3       mycroft     5:
1.1       cgd         6: .include "${.CURDIR}/db/btree/Makefile.inc"
1.2       cgd         7: .include "${.CURDIR}/db/db/Makefile.inc"
1.1       cgd         8: .include "${.CURDIR}/db/hash/Makefile.inc"
1.2       cgd         9: .include "${.CURDIR}/db/man/Makefile.inc"
                     10: .include "${.CURDIR}/db/mpool/Makefile.inc"
                     11: .include "${.CURDIR}/db/recno/Makefile.inc"

CVSweb <webmaster@jp.NetBSD.org>