summaryrefslogtreecommitdiff
path: root/regress/lib/libc_r/stdarg/Makefile
blob: 2975e4b61c3d344b8dcdb22a12c64cc0ff0895f3 (plain)
1
2
3
4
5
6
7
8
9
# $OpenBSD: Makefile,v 1.3 2002/01/03 00:43:48 art Exp $

PROG=	stdarg

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

REGRESSMAXTIME= 10

.include <bsd.regress.mk>