fc61d47eda
- add a Makefile wrapper - fix pthread_self() prototype.
6 lines
130 B
Makefile
6 lines
130 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2009/05/22 16:29:39 matthieu Exp $
|
|
|
|
SHARED_LIBS= pthread-stubs 0.1
|
|
|
|
.include <bsd.xorg.mk>
|