summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authordavid <>2003-07-31 22:46:59 +0000
committerdavid <>2003-07-31 22:46:59 +0000
commit5c60c89548f5fe068ab31cc82c3f4132cfd9bcf1 (patch)
tree72bb5ce2a8ca554a469c97f223a6a6f5f9ac43eb /src/regress/lib
parent33c506bfed3ead4cc96819ce600895082c214755 (diff)
downloadopenbsd-5c60c89548f5fe068ab31cc82c3f4132cfd9bcf1.tar.gz
openbsd-5c60c89548f5fe068ab31cc82c3f4132cfd9bcf1.tar.bz2
openbsd-5c60c89548f5fe068ab31cc82c3f4132cfd9bcf1.zip
add missing CLEANFILES; ok deraadt@
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libc/atexit/Makefile3
1 files changed, 2 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.4 2002/10/21 20:40:50 mickey Exp $ 1# $OpenBSD: Makefile,v 1.5 2003/07/31 22:46:59 david Exp $
2 2
3NOMAN= 3NOMAN=
4PROG=atexit_test 4PROG=atexit_test
5CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc 5CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc
6CLEANFILES+= invalid.out valid.out
6 7
7run-regress-atexit_test: ${PROG} 8run-regress-atexit_test: ${PROG}
8 ./${PROG} -valid 2>${.OBJDIR}/valid.out 9 ./${PROG} -valid 2>${.OBJDIR}/valid.out