OSDN Git Service

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