diff options
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/clients/Naming/Dump_Restore/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/netsvcs/clients/Naming/Dump_Restore/Makefile b/netsvcs/clients/Naming/Dump_Restore/Makefile index de1df1deaee..c387a5bf503 100644 --- a/netsvcs/clients/Naming/Dump_Restore/Makefile +++ b/netsvcs/clients/Naming/Dump_Restore/Makefile @@ -17,8 +17,6 @@ LSRC = $(addsuffix .cpp,$(FILES)) LOBJ = $(LSRC:%.cpp=$(VDIR)%.o) SHOBJ = $(addsuffix .$(SOEXT),$(FILES)) -LIBS += $(ACELIB) - BIN2 = main LIB2 = libDump_Restore.a SHLIB2 = libDump_Restore.$(SOEXT) |