summaryrefslogtreecommitdiff
path: root/lib/libc/db/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/test/Makefile')
-rw-r--r--lib/libc/db/test/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libc/db/test/Makefile b/lib/libc/db/test/Makefile
new file mode 100644
index 000000000000..f04a780c74dc
--- /dev/null
+++ b/lib/libc/db/test/Makefile
@@ -0,0 +1,10 @@
+# @(#)Makefile 8.1 (Berkeley) 6/4/93
+
+PROG= dbtest
+SRCS= dbtest.c
+
+CFLAGS+= -g -DDEBUG -DSTATISTICS
+NOMAN= noman
+
+NOINCLUDE=1
+.include <bsd.prog.mk>