1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/lib/librt/Makefile

15 lines
206 B
Makefile
Raw Normal View History

# $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=
.include <bsd.lib.mk>