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