freebsd-dev/lib/libc_r/test/mutex/Makefile
John Birrell 608fa2c9e7 Mutex test program.
Submitted by: Daniel Eischen <eischen@vigrid.com>
1999-05-09 07:55:24 +00:00

9 lines
89 B
Makefile

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