diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libc/orientation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/orientation/Makefile b/src/regress/lib/libc/orientation/Makefile index b116a04b0f..5c73702abe 100644 --- a/src/regress/lib/libc/orientation/Makefile +++ b/src/regress/lib/libc/orientation/Makefile | |||
@@ -1,10 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2009/11/21 09:56:10 guenther Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2010/06/29 16:20:28 guenther Exp $ |
2 | 2 | ||
3 | NOMAN= | 3 | NOMAN= |
4 | PROG=orientation_test | 4 | PROG=orientation_test |
5 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc | 5 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc |
6 | 6 | ||
7 | run-regress-atexit_test: ${PROG} | 7 | run-regress-${PROG}: ${PROG} |
8 | ./${PROG} | 8 | ./${PROG} |
9 | 9 | ||
10 | .include <bsd.regress.mk> | 10 | .include <bsd.regress.mk> |