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