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