OSDN Git Service

initial commit
[openbsd-octeon/openbsd-octeon.git] / src / regress / lib / libc / stdio_threading / fgetln / Makefile
1 TOPDIR=${.CURDIR}
2 PROG=fgetln_test
3 CFLAGS+=-I${TOPDIR}/../include/
4 LDFLAGS+=-lpthread
5
6 .include <bsd.regress.mk>