diff options
Diffstat (limited to 'lib/libc/db/Makefile.inc')
-rw-r--r-- | lib/libc/db/Makefile.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/libc/db/Makefile.inc b/lib/libc/db/Makefile.inc new file mode 100644 index 0000000..8bd4dd6 --- /dev/null +++ b/lib/libc/db/Makefile.inc @@ -0,0 +1,11 @@ +# from @(#)Makefile.inc 8.2 (Berkeley) 2/21/94 +# $FreeBSD$ +# +CFLAGS+=-D__DBINTERFACE_PRIVATE + +.include "${.CURDIR}/../libc/db/btree/Makefile.inc" +.include "${.CURDIR}/../libc/db/db/Makefile.inc" +.include "${.CURDIR}/../libc/db/hash/Makefile.inc" +.include "${.CURDIR}/../libc/db/man/Makefile.inc" +.include "${.CURDIR}/../libc/db/mpool/Makefile.inc" +.include "${.CURDIR}/../libc/db/recno/Makefile.inc" |