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

.include <bsd.regress.mk>