Expand PMF_FN_* macros.
[netbsd-mini2440.git] / regress / lib / libpthread / cond2 / Makefile
blob9cd36652cdf3776d60349f7192ea8069ace07f26
1 # $NetBSD$
3 WARNS=1
5 PROG= cond2
6 SRCS= cond2.c
8 LDADD= -lpthread
10 NOMAN=
12 regress:
13 ./cond2
15 .include <bsd.prog.mk>