summaryrefslogtreecommitdiff
path: root/netsvcs/clients
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/clients')
-rw-r--r--netsvcs/clients/Naming/Client/Makefile2
-rw-r--r--netsvcs/clients/Naming/Dump_Restore/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/netsvcs/clients/Naming/Client/Makefile b/netsvcs/clients/Naming/Client/Makefile
index 26fbef19b6e..4b2e83f328e 100644
--- a/netsvcs/clients/Naming/Client/Makefile
+++ b/netsvcs/clients/Naming/Client/Makefile
@@ -10,7 +10,7 @@
BIN = main
LIB = libClient_Test.a
-SHLIB = libClient_Test.so
+SHLIB = libClient_Test.$(SOEXT)
FILES = Client_Test
diff --git a/netsvcs/clients/Naming/Dump_Restore/Makefile b/netsvcs/clients/Naming/Dump_Restore/Makefile
index b303a7ce3ea..62d2564ef53 100644
--- a/netsvcs/clients/Naming/Dump_Restore/Makefile
+++ b/netsvcs/clients/Naming/Dump_Restore/Makefile
@@ -10,7 +10,7 @@
BIN = main
LIB = libDump_Restore.a
-SHLIB = libDump_Restore.so
+SHLIB = libDump_Restore.$(SOEXT)
FILES = Dump_Restore