summaryrefslogtreecommitdiffstats
path: root/lib/librt/Makefile
blob: 0a21a913099d1abdf3d2cb5fb44a1395757906e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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>
OpenPOWER on IntegriCloud