xref: /openbsd-src/regress/lib/libc/stdio_threading/fgets/Makefile (revision cd1eb269cafb12c415be1749cd4a4b5422710415)
1TOPDIR=${.CURDIR}
2PROG=fgets_test
3CFLAGS+=-I${TOPDIR}/../include/
4LDFLAGS+=-lpthread
5
6.include <bsd.regress.mk>
7