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