summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc
diff options
context:
space:
mode:
authordavid <david@openbsd.org>2003-07-31 22:46:59 +0000
committerdavid <david@openbsd.org>2003-07-31 22:46:59 +0000
commita1cb8e86d351ac110034f44777bf1639be5fc60d (patch)
tree1fee707341d401f3398fce1aa8e22be44746f175 /regress/lib/libc
parentprint rate similar old version; round instead truncate; (diff)
downloadwireguard-openbsd-a1cb8e86d351ac110034f44777bf1639be5fc60d.tar.xz
wireguard-openbsd-a1cb8e86d351ac110034f44777bf1639be5fc60d.zip
add missing CLEANFILES; ok deraadt@
Diffstat (limited to 'regress/lib/libc')
-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