From 80ff3e345431e406d5090f5d77c77d285a8f03e2 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 18 Apr 2001 16:06:52 +0000 Subject: (otherlibs): Added. 2001-04-18 Andreas Jaeger * Makefile (otherlibs): Added. --- rt/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rt') diff --git a/rt/Makefile b/rt/Makefile index c1e84c5270..70e058c544 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -64,3 +64,8 @@ endif ifeq (yes,$(build-bounded)) $(tests:%=$(objpfx)%-bp): $(objpfx)librt_b.a $(bounded-thread-library) endif + +ifeq (yes,$(build-static-nss)) +otherlibs += $(nssobjdir)/libnss_files.a $(resolvobjdir)/libnss_dns.a \ + $(resolvobjdir)/libresolv.a +endif -- cgit 1.4.1