NetBSD/regress/lib/libpthread/sigmask1/Makefile

15 lines
154 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1 2004/01/02 19:26:24 cl Exp $
WARNS=1
PROG= sigmask1
LDADD= -lpthread
NOMAN=
regress:
./sigmask1
.include <bsd.prog.mk>