Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / regress / lib / libpthread / cond3 / Makefile
blob1014ce44322ef42a9c5c939e657f5b7df534d85f
1 # $NetBSD$
3 WARNS=1
5 PROG= cond3
6 SRCS= cond3.c
8 LDADD= -lpthread
10 NOMAN=
12 regress:
13 ./cond3
15 .include <bsd.prog.mk>