Expand PMF_FN_* macros.
[netbsd-mini2440.git] / regress / lib / libpthread / condcancel1 / Makefile
blob6ca5af438f48eb64ec0913e6d4821bea1a33fefd
1 # $NetBSD: Makefile,v 1.1 2003/11/21 19:24:01 nathanw Exp $
3 WARNS=2
5 PROG= condcancel1
6 SRCS= condcancel1.c
8 LDADD= -lpthread
10 NOMAN=
12 regress:
13 ./condcancel1
15 .include <bsd.prog.mk>