diff options
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/clients/Naming/Client/Makefile | 2 | ||||
-rw-r--r-- | netsvcs/clients/Naming/Dump_Restore/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/netsvcs/clients/Naming/Client/Makefile b/netsvcs/clients/Naming/Client/Makefile index 6713a9431e6..9ae66c53e33 100644 --- a/netsvcs/clients/Naming/Client/Makefile +++ b/netsvcs/clients/Naming/Client/Makefile @@ -19,8 +19,6 @@ SHOBJ = $(addsuffix .so,$(FILES)) LIBS += $(ACELIB) -LDLIBS = -lClient_Test - VLDLIBS = $(LDLIBS:%=%$(VAR)) BIN2 = main diff --git a/netsvcs/clients/Naming/Dump_Restore/Makefile b/netsvcs/clients/Naming/Dump_Restore/Makefile index 85ec778c356..39e86109271 100644 --- a/netsvcs/clients/Naming/Dump_Restore/Makefile +++ b/netsvcs/clients/Naming/Dump_Restore/Makefile @@ -19,8 +19,6 @@ SHOBJ = $(addsuffix .so,$(FILES)) LIBS += $(ACELIB) -LDLIBS = -lDump_Restore - VLDLIBS = $(LDLIBS:%=%$(VAR)) BIN2 = main |