9 lines
89 B
Makefile
9 lines
89 B
Makefile
|
# $Id:$
|
||
|
|
||
|
PROG= mutex
|
||
|
SRCS= mutex.c
|
||
|
NOMAN= 1
|
||
|
LDFLAGS= -pthread
|
||
|
|
||
|
.include <bsd.prog.mk>
|