xref: /openbsd-src/regress/lib/libpthread/stdarg/Makefile (revision 91f110e064cd7c194e59e019b83bb7496c1c84d4)
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