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

9 lines
97 B
Makefile
Raw Normal View History

1999-08-28 00:22:10 +00:00
# $FreeBSD$
PROG= sigwait
SRCS= sigwait.c
NOMAN= 1
LDFLAGS= -pthread
.include <bsd.prog.mk>