freebsd-dev/lib/libc_r/test/sigwait/Makefile
1999-08-28 00:22:10 +00:00

9 lines
97 B
Makefile

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