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