summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/stdarg/Makefile
blob: 547e26115df2ab92aa7ec69f631fe9f3fc3e2aab (plain) (blame)
1
2
3
4
5
6
7
# $OpenBSD: Makefile,v 1.6 2019/05/14 16:43:26 bluhm Exp $

PROG=	stdarg

CFLAGS+= -I${.CURDIR}/../include

.include <bsd.regress.mk>