NetBSD/regress/lib/libc/db/Makefile

16 lines
396 B
Makefile
Raw Normal View History

2001-12-12 04:23:59 +03:00
# $NetBSD: Makefile,v 1.16 2001/12/12 01:24:00 tv Exp $
1995-04-21 02:37:12 +04:00
# @(#)Makefile 8.1 (Berkeley) 6/4/93
1993-05-28 01:19:56 +04:00
2001-12-12 04:23:59 +03:00
PROG= dbtest
1993-05-28 01:19:56 +04:00
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
2001-12-12 04:23:59 +03:00
CPPFLAGS+= -g -D__DBINTERFACE_PRIVATE -DDEBUG
NOMAN= # defined
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>