xref: /openbsd-src/regress/lib/libpthread/stdarg/Makefile (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1# $OpenBSD: Makefile,v 1.5 2013/12/26 16:22:55 kettenis Exp $
2
3PROG=	stdarg
4
5CFLAGS+= -I${.CURDIR}/../include
6
7REGRESS_MAXTIME=10
8
9.include <bsd.regress.mk>
10