summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-07-31 22:47:00 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-07-31 22:47:00 +0000
commit7c54a82972c135b8fb586f853a7af290fb6f52ab (patch)
tree5ec98bfa5281deea2e49d74935a863da91565b84 /regress/lib
parent53a6b2d111f3675a3528163bb93035873cc6efe3 (diff)
add missing CLEANFILES; ok deraadt@
Diffstat (limited to 'regress/lib')
-rw-r--r--regress/lib/libc/atexit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libc/atexit/Makefile b/regress/lib/libc/atexit/Makefile
index 8731e9d421b..c14b3c7ac47 100644
--- a/regress/lib/libc/atexit/Makefile
+++ b/regress/lib/libc/atexit/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.4 2002/10/21 20:40:50 mickey Exp $
+# $OpenBSD: Makefile,v 1.5 2003/07/31 22:46:59 david Exp $
NOMAN=
PROG=atexit_test
CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc
+CLEANFILES+= invalid.out valid.out
run-regress-atexit_test: ${PROG}
./${PROG} -valid 2>${.OBJDIR}/valid.out