7 lines
183 B
Makefile
7 lines
183 B
Makefile
# $NetBSD: Makefile,v 1.6 2003/01/30 19:31:59 thorpej Exp $
|
|
|
|
SUBDIR+= barrier1 cond1 cond2 cond3 cond4 cond5 \
|
|
mutex1 mutex2 mutex3 mutex4 once1 once2 sem
|
|
|
|
.include <bsd.subdir.mk>
|