NetBSD/regress/lib/libpthread/sigsuspend/Makefile

15 lines
162 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/03/02 06:07:23 dogcow Exp $
WARNS=1
PROG= sigsuspend
LDADD= -lpthread
NOMAN=
regress:
./sigsuspend
.include <bsd.prog.mk>