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

.include <bsd.regress.mk>