freebsd-dev/lib/libc_r/test/sigsuspend/Makefile
John Birrell cffdbf7096 Revise test code for sigwait and add test code for sigsuspend.
Submitted by: Daniel M. Eischen <eischen@vigrid.com>
1998-09-30 07:14:02 +00:00

9 lines
142 B
Makefile

# $Id: Makefile,v 1.1 1998/08/25 12:35:16 jb Exp $
PROG= sigsuspend
SRCS= sigsuspend.c
NOMAN= 1
LDFLAGS= -pthread
.include <bsd.prog.mk>