mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
4acaec8fc3
Current the library implements mqueue, timer and aio with SIGEV_THREAD notification supported. Earlier version reviewed by: deischen
16 lines
217 B
Makefile
16 lines
217 B
Makefile
# $FreeBSD$
|
|
|
|
LIB=rt
|
|
SHLIB_MAJOR= 1
|
|
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}
|
|
CFLAGS+=-Winline -Wall -g
|
|
|
|
#MAN= libthr.3
|
|
NO_MAN=yes
|
|
|
|
SRCS+= aio.c mq.c sigev_thread.c timer.c
|
|
|
|
PRECIOUSLIB=
|
|
|
|
.include <bsd.lib.mk>
|