summaryrefslogtreecommitdiff
path: root/regress/lib/libc/orientation/Makefile
blob: 5c73702abec4374e14ce25ef8f5eb7d841eb5b08 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.2 2010/06/29 16:20:28 guenther Exp $

NOMAN=
PROG=orientation_test
CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc

run-regress-${PROG}: ${PROG}
	./${PROG}

.include <bsd.regress.mk>