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

.include <bsd.regress.mk>
