diff options
author | 2010-06-29 16:20:28 +0000 | |
---|---|---|
committer | 2010-06-29 16:20:28 +0000 | |
commit | 3715591fdf149a04dc98348a62dde78ecad7faa7 (patch) | |
tree | 37cc5258affe16a32d1cffe1364c61f86faede9e | |
parent | sync to bsd.lv version 1.10.3: (diff) | |
download | wireguard-openbsd-3715591fdf149a04dc98348a62dde78ecad7faa7.tar.xz wireguard-openbsd-3715591fdf149a04dc98348a62dde78ecad7faa7.zip |
Correct the target name
-rw-r--r-- | regress/lib/libc/orientation/Makefile | 4 |
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> |