summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2010-06-29 16:20:29 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2010-06-29 16:20:29 +0000
commitcd8901614cb90ac8c9614d3d62200d80b727d954 (patch)
tree33599049a40fdc013e7bb4f97894d976735beed9 /regress
parent303d2b5bbdde6b19e2f5e03f096fc12920d87827 (diff)
Correct the target name
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libc/orientation/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/orientation/Makefile b/regress/lib/libc/orientation/Makefile
index b116a04b0f7..5c73702abec 100644
--- a/regress/lib/libc/orientation/Makefile
+++ b/regress/lib/libc/orientation/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.1 2009/11/21 09:56:10 guenther Exp $
+# $OpenBSD: Makefile,v 1.2 2010/06/29 16:20:28 guenther Exp $
NOMAN=
PROG=orientation_test
CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc
-run-regress-atexit_test: ${PROG}
+run-regress-${PROG}: ${PROG}
./${PROG}
.include <bsd.regress.mk>