diff options
author | David Krause <david@cvs.openbsd.org> | 2003-07-31 22:47:00 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-07-31 22:47:00 +0000 |
commit | 7c54a82972c135b8fb586f853a7af290fb6f52ab (patch) | |
tree | 5ec98bfa5281deea2e49d74935a863da91565b84 /regress/lib | |
parent | 53a6b2d111f3675a3528163bb93035873cc6efe3 (diff) |
add missing CLEANFILES; ok deraadt@
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libc/atexit/Makefile | 3 |
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 |