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

.include <bsd.regress.mk>