00fb440c1a
Warning, after symbol versioning is enabled, going back is not easy (use WITHOUT_SYMVER at your own risk). Change the default thread library to libthr. There most likely still needs to be a version bump for at least the thread libraries. If necessary, this will happen later.
17 lines
243 B
Makefile
17 lines
243 B
Makefile
# $FreeBSD$
|
|
|
|
LIB=rt
|
|
SHLIB_MAJOR= 1
|
|
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}
|
|
CFLAGS+=-Winline -Wall -g
|
|
|
|
#MAN= libthr.3
|
|
|
|
SRCS+= aio.c mq.c sigev_thread.c timer.c
|
|
|
|
PRECIOUSLIB=
|
|
|
|
VERSION_MAP= ${.CURDIR}/Version.map
|
|
|
|
.include <bsd.lib.mk>
|