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

.include <bsd.regress.mk>