608fa2c9e7
Submitted by: Daniel Eischen <eischen@vigrid.com>
9 lines
89 B
Makefile
9 lines
89 B
Makefile
# $Id:$
|
|
|
|
PROG= mutex
|
|
SRCS= mutex.c
|
|
NOMAN= 1
|
|
LDFLAGS= -pthread
|
|
|
|
.include <bsd.prog.mk>
|