summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/stdio_threading/fopen/Makefile
blob: e51deeff1d5cc5a6174688c74a819eafe7027944 (plain)
1
2
3
4
5
6
TOPDIR=${.CURDIR}
PROG=fopen_test
CFLAGS+=-I${TOPDIR}/../include/
LDFLAGS+=-lpthread

.include <bsd.regress.mk>