summaryrefslogtreecommitdiff
path: root/lib/libc_r/test/sigsuspend/Makefile
blob: 796ffdf97e159fe15fe0f22a96d3a6ef44782d43 (plain)
1
2
3
4
5
6
7
8
#	$Id: Makefile,v 1.1 1998/11/09 03:13:17 d Exp $

PROG=		sigsuspend
SRCS=		sigsuspend.c
NOMAN=		1
LDFLAGS=	-pthread

.include <bsd.prog.mk>