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