diff options
Diffstat (limited to 'regress/lib/libpthread/stdarg/Makefile')
-rw-r--r-- | regress/lib/libpthread/stdarg/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/lib/libpthread/stdarg/Makefile b/regress/lib/libpthread/stdarg/Makefile new file mode 100644 index 00000000000..60c57f3e876 --- /dev/null +++ b/regress/lib/libpthread/stdarg/Makefile @@ -0,0 +1,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> |