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

.include <bsd.regress.mk>