put in an old-style Makefile
[unix-history] / usr / src / lib / libc / db / test / Makefile
# @(#)Makefile 8.2 (Berkeley) %G%
PROG= dbtest
OBJS= dbtest.o #strerror.o
CFLAGS= -O -DDEBUG -DSTATISTICS
LIB= ../PORT/bsd.44/libdb.a
dbtest: ${OBJS} ${LIB}
${CC} -o $@ ${OBJS} ${LIB}