diff options
author | david <> | 2003-07-31 22:46:59 +0000 |
---|---|---|
committer | david <> | 2003-07-31 22:46:59 +0000 |
commit | 5c60c89548f5fe068ab31cc82c3f4132cfd9bcf1 (patch) | |
tree | 72bb5ce2a8ca554a469c97f223a6a6f5f9ac43eb /src/regress/lib | |
parent | 33c506bfed3ead4cc96819ce600895082c214755 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | NOMAN= | 3 | NOMAN= |
4 | PROG=atexit_test | 4 | PROG=atexit_test |
5 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc | 5 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc |
6 | CLEANFILES+= invalid.out valid.out | ||
6 | 7 | ||
7 | run-regress-atexit_test: ${PROG} | 8 | run-regress-atexit_test: ${PROG} |
8 | ./${PROG} -valid 2>${.OBJDIR}/valid.out | 9 | ./${PROG} -valid 2>${.OBJDIR}/valid.out |