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

.include <bsd.regress.mk>
