summaryrefslogtreecommitdiff
path: root/regress/lib/libc_r/stdarg/Makefile
blob: 60c57f3e876693ee8de84fcfdf25d3b0b4ba5a4f (plain)
1
2
3
4
5
6
7
8
# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:16 fgsch Exp $

PROG=	stdarg
SRCS=	stdarg.c

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

.include <bsd.prog.mk>