From 5c60c89548f5fe068ab31cc82c3f4132cfd9bcf1 Mon Sep 17 00:00:00 2001 From: david <> Date: Thu, 31 Jul 2003 22:46:59 +0000 Subject: add missing CLEANFILES; ok deraadt@ --- src/regress/lib/libc/atexit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libc/atexit/Makefile b/src/regress/lib/libc/atexit/Makefile index 8731e9d421..c14b3c7ac4 100644 --- a/src/regress/lib/libc/atexit/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb