date and time created 92/08/26 12:59:22 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 27 Aug 1992 03:59:22 +0000 (19:59 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 27 Aug 1992 03:59:22 +0000 (19:59 -0800)
SCCS-vsn: lib/libc/db/test/Makefile 5.1

usr/src/lib/libc/db/test/Makefile [new file with mode: 0644]

diff --git a/usr/src/lib/libc/db/test/Makefile b/usr/src/lib/libc/db/test/Makefile
new file mode 100644 (file)
index 0000000..a5088e2
--- /dev/null
@@ -0,0 +1,16 @@
+#      @(#)Makefile    5.1 (Berkeley) %G%
+
+PROG=  dbtest
+SRCS=  dbtest.c
+#SRCS+=        rec_close.c rec_delete.c rec_get.c rec_open.c rec_put.c \
+#      rec_search.c rec_seq.c rec_utils.c
+#.PATH:        ../recno
+#SRCS+=        bt_close.c bt_conv.c bt_debug.c bt_delete.c bt_get.c bt_open.c \
+#      bt_overflow.c bt_put.c bt_search.c bt_seq.c bt_split.c bt_stack.c \
+#      bt_utils.c
+#.PATH:        ../btree
+CFLAGS=        -g -DDEBUG
+NOMAN= noman
+
+NOINCLUDE=1
+.include <bsd.prog.mk>