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

.include <bsd.regress.mk>