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

9 lines
92 B
Makefile
Raw Normal View History

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