From 4d27ff91d01ec406d08089baae33529e85e9868f Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 25 Feb 2010 20:24:19 +0000 Subject: Fixed dependencies (make checkdpadd). --- lib/librt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/librt') diff --git a/lib/librt/Makefile b/lib/librt/Makefile index e2ac374..f98d94e 100644 --- a/lib/librt/Makefile +++ b/lib/librt/Makefile @@ -4,7 +4,8 @@ LIB=rt SHLIB_MAJOR= 1 CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR} CFLAGS+=-Winline -Wall -g -LDADD+=-lpthread +DPADD= ${LIBPTHREAD} +LDADD= -lpthread WARNS?= 2 -- cgit v1.1