TOPDIR=${.CURDIR}
PROG=fopen_test
CFLAGS+=-I ${TOPDIR}/../include/
LDFLAGS+=-lpthread

.include <bsd.regress.mk>
