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

.include <bsd.regress.mk>