summaryrefslogtreecommitdiff
path: root/lib/libc/db/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/Makefile.inc')
-rw-r--r--lib/libc/db/Makefile.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/db/Makefile.inc b/lib/libc/db/Makefile.inc
index 44b5a0b1ee6..9f9a35830d4 100644
--- a/lib/libc/db/Makefile.inc
+++ b/lib/libc/db/Makefile.inc
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:19:54 tholo Exp $
+# $OpenBSD: Makefile.inc,v 1.3 1998/11/20 11:18:33 d Exp $
#
CFLAGS+=-D__DBINTERFACE_PRIVATE
-.include "${.CURDIR}/db/btree/Makefile.inc"
-.include "${.CURDIR}/db/db/Makefile.inc"
-.include "${.CURDIR}/db/hash/Makefile.inc"
-.include "${.CURDIR}/db/man/Makefile.inc"
-.include "${.CURDIR}/db/mpool/Makefile.inc"
-.include "${.CURDIR}/db/recno/Makefile.inc"
+.include "${LIBCSRCDIR}/db/btree/Makefile.inc"
+.include "${LIBCSRCDIR}/db/db/Makefile.inc"
+.include "${LIBCSRCDIR}/db/hash/Makefile.inc"
+.include "${LIBCSRCDIR}/db/man/Makefile.inc"
+.include "${LIBCSRCDIR}/db/mpool/Makefile.inc"
+.include "${LIBCSRCDIR}/db/recno/Makefile.inc"