summaryrefslogtreecommitdiff
path: root/regress/lib/libc_r/stdarg/Makefile
blob: 9db141562a350cfb0e24697e274d1685ce9d349e (plain)
1
2
3
4
5
6
7
8
9
10
# $OpenBSD: Makefile,v 1.2 2001/12/12 21:09:18 fgsch Exp $

PROG=	stdarg
SRCS=	stdarg.c

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

MAXTIME= 10

.include <bsd.prog.mk>