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