summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/orientation/Makefile4
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
3NOMAN= 3NOMAN=
4PROG=orientation_test 4PROG=orientation_test
5CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc 5CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc
6 6
7run-regress-atexit_test: ${PROG} 7run-regress-${PROG}: ${PROG}
8 ./${PROG} 8 ./${PROG}
9 9
10.include <bsd.regress.mk> 10.include <bsd.regress.mk>