# $BSDSUniX$ LIB=rt .if defined(FBSDCOMPAT) SHLIB_MAJOR= 1 .else SHLIB_MAJOR= 2 .endif 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