diff options
Diffstat (limited to 'regress/lib/libc/stdio_threading/fopen/Makefile')
-rw-r--r-- | regress/lib/libc/stdio_threading/fopen/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/lib/libc/stdio_threading/fopen/Makefile b/regress/lib/libc/stdio_threading/fopen/Makefile new file mode 100644 index 00000000000..4301a83978f --- /dev/null +++ b/regress/lib/libc/stdio_threading/fopen/Makefile @@ -0,0 +1,6 @@ +TOPDIR=${.CURDIR} +PROG=fopen_test +CFLAGS+=-I ${TOPDIR}/../include/ +LDFLAGS+=-lpthread + +.include <bsd.regress.mk> |