This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / lib / libc / db / test / Makefile
# @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= dbtest
SRCS= dbtest.c
CFLAGS+= -g -DDEBUG -DSTATISTICS
NOMAN= noman
NOINCLUDE=1
.include <bsd.prog.mk>