diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-20 04:53:36 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-20 04:53:36 +0000 |
commit | 217604f2f905ea83cf78804afb9a6995d01a9aba (patch) | |
tree | c682c75a4b1e647ef4495b8d2ff2765ff43e7142 /netsvcs | |
parent | 5713b1319823b60f4d49e876645979cc5ada452f (diff) | |
download | ATCD-217604f2f905ea83cf78804afb9a6995d01a9aba.tar.gz |
ot
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netsvcs/lib/Makefile b/netsvcs/lib/Makefile index aa9c35dbd8d..3b3c2822cb1 100644 --- a/netsvcs/lib/Makefile +++ b/netsvcs/lib/Makefile @@ -5,7 +5,7 @@ #---------------------------------------------------------------------------- #LIB = libnetsvcs.a -SHLIB = libnetsvcs.so +SHLIB = libnetsvcs.$(SOEXT) FILES = TS_Server_Handler \ TS_Clerk_Handler \ |