diff options
author | Wilbern Cobb <wcobb@cvs.openbsd.org> | 2002-08-21 22:49:42 +0000 |
---|---|---|
committer | Wilbern Cobb <wcobb@cvs.openbsd.org> | 2002-08-21 22:49:42 +0000 |
commit | 3d4caf94c14acb51cd099f9699d3f28364e90904 (patch) | |
tree | 1b5f05046271d1f3869eebbfe15f1e4c1cf74fd7 /regress/lib | |
parent | c13550a3b88f2e386aeb30f5ba2dd776feb41c05 (diff) |
add missing CLEANFILES; ok miod@
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libc/db/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/db/Makefile b/regress/lib/libc/db/Makefile index 15e280a4ef6..effbad43d2e 100644 --- a/regress/lib/libc/db/Makefile +++ b/regress/lib/libc/db/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2002/01/03 01:19:17 art Exp $ +# $OpenBSD: Makefile,v 1.9 2002/08/21 22:49:41 wcobb Exp $ # $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $ PROG= dbtest @@ -6,7 +6,7 @@ PROG= dbtest # add -DSTATISTICS to CFLAGS to get usage statistics. Note that # for this to work, libc must be compiled with -DSTATISTICS as well CFLAGS+= -g -D__DBINTERFACE_PRIVATE -DDEBUG -CLEANFILES+= t1 t2 t3 +CLEANFILES+= t1 t2 t3 log DBTARGETS=1 2 3 4 5 6 7 8 9 10 11 12 13 20 |