freebsd-dev/lib/libc_r/test/mutex/Makefile

9 lines
89 B
Makefile
Raw Normal View History

# $Id:$
PROG= mutex
SRCS= mutex.c
NOMAN= 1
LDFLAGS= -pthread
.include <bsd.prog.mk>