NetBSD/regress/lib/libc/db/Makefile

18 lines
389 B
Makefile
Raw Normal View History

1995-04-21 02:37:12 +04:00
# $NetBSD: Makefile,v 1.10 1995/04/20 22:39:11 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
1993-05-28 01:19:56 +04:00
PROG= dbtest
1994-01-24 06:50:04 +03:00
# add -DSTATISTICS to CFLAGS to get usage statistics. Note that
# for this to work, libc must be compiled with -DSTATISTICS as well
1994-08-18 04:38:04 +04:00
CFLAGS= -g -D__DBINTERFACE_PRIVATE -DDEBUG
NOMAN= noman
1993-05-28 01:27:46 +04:00
CLEANFILES+= t1 t2 t3
1993-05-28 01:19:56 +04:00
install:
regress:
sh ${.CURDIR}/run.test
1993-05-28 01:19:56 +04:00
.include <bsd.prog.mk>