diff options
author | 2002-08-21 22:49:41 +0000 | |
---|---|---|
committer | 2002-08-21 22:49:41 +0000 | |
commit | 604bf564b5be2a302e42602cb74b3fe7d2ac7df3 (patch) | |
tree | 0f0d5124b7fdbf6d586ba4214c925ca1f38926a6 | |
parent | Recognize both VSIMM slots, and allow one cgfourteen to attach to each (diff) | |
download | wireguard-openbsd-604bf564b5be2a302e42602cb74b3fe7d2ac7df3.tar.xz wireguard-openbsd-604bf564b5be2a302e42602cb74b3fe7d2ac7df3.zip |
add missing CLEANFILES; ok miod@
-rw-r--r-- | regress/lib/libc/db/Makefile | 4 | ||||
-rw-r--r-- | regress/sys/kern/accept/Makefile | 4 | ||||
-rw-r--r-- | regress/sys/uvm/misc/Makefile | 3 |
3 files changed, 7 insertions, 4 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 diff --git a/regress/sys/kern/accept/Makefile b/regress/sys/kern/accept/Makefile index 58a2d63605e..fcf2e6da583 100644 --- a/regress/sys/kern/accept/Makefile +++ b/regress/sys/kern/accept/Makefile @@ -1,5 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2002/02/11 15:40:31 art Exp $ +# $OpenBSD: Makefile,v 1.2 2002/08/21 22:49:41 wcobb Exp $ PROG= accept +CLEANFILES= test-sock + .include <bsd.regress.mk> diff --git a/regress/sys/uvm/misc/Makefile b/regress/sys/uvm/misc/Makefile index e3204313a67..d0b4ec5b534 100644 --- a/regress/sys/uvm/misc/Makefile +++ b/regress/sys/uvm/misc/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2002/02/16 17:31:10 art Exp $ +# $OpenBSD: Makefile,v 1.2 2002/08/21 22:49:41 wcobb Exp $ PROG=misc +CLEANFILES=mapped_file .include <bsd.regress.mk> |