# $FreeBSD: head/lib/librt/Makefile 218984 2011-02-23 21:17:38Z dim $ LIB=rt SHLIB_MAJOR= 1 CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR} .ifndef NO_THREAD_STACK_UNWIND CFLAGS+=-fexceptions .endif CFLAGS+=-Winline -Wall DPADD= ${LIBPTHREAD} LDADD= -lpthread WARNS?= 2 SRCS+= aio.c mq.c sigev_thread.c timer.c PRECIOUSLIB= VERSION_MAP= ${.CURDIR}/Version.map .include