freebsd_amp_hwpstate/lib/libc_r/test/sigwait/Makefile

9 lines
97 B
Makefile

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