NetBSD/regress/lib/libc/db/Makefile
lukem dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00

16 lines
383 B
Makefile

# $NetBSD: Makefile,v 1.14 1999/02/13 02:54:31 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= dbtest
# add -DSTATISTICS to CPPFLAGS to get usage statistics. Note that
# for this to work, libc must be compiled with -DSTATISTICS as well
CPPFLAGS+= -g -D__DBINTERFACE_PRIVATE -DDEBUG
MKMAN= no
CLEANFILES+= t1 t2 t3
regress:
sh ${.CURDIR}/run.test
.include <bsd.prog.mk>