NetBSD/regress/lib/libc/db/Makefile

16 lines
390 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2001/03/11 16:40:40 bjh21 Exp $
1995-04-21 02:37:12 +04:00
# @(#)Makefile 8.1 (Berkeley) 6/4/93
1993-05-28 01:19:56 +04:00
PROG= dbtest
1997-10-27 00:50:53 +03:00
# add -DSTATISTICS to CPPFLAGS to get usage statistics. Note that
1994-01-24 06:50:04 +03:00
# for this to work, libc must be compiled with -DSTATISTICS as well
1997-10-27 00:50:53 +03:00
CPPFLAGS+= -g -D__DBINTERFACE_PRIVATE -DDEBUG
MKMAN= no
1993-05-28 01:27:46 +04:00
CLEANFILES+= t1 t2 t3
1993-05-28 01:19:56 +04:00
regress: dbtest
sh ${.CURDIR}/run.test
1993-05-28 01:19:56 +04:00
.include <bsd.prog.mk>