xref: /openbsd-src/regress/lib/libpthread/stdarg/Makefile (revision a06b5f1b2f3bda5cc27353c34b7d9739a2a57822)
1# $OpenBSD: Makefile,v 1.6 2019/05/14 16:43:26 bluhm Exp $
2
3PROG=	stdarg
4
5CFLAGS+= -I${.CURDIR}/../include
6
7.include <bsd.regress.mk>
8