summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-27 17:40:48 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-27 17:40:48 +0000
commit6435e77d06fdf6073dd1285e5a3ab54254e1348c (patch)
tree79ff9d4ad49591d3db93913a47b1efe084ed8a5a /netsvcs
parent78c83074c7583d70c3eba3b713e33d7511f67bdd (diff)
downloadATCD-6435e77d06fdf6073dd1285e5a3ab54254e1348c.tar.gz
removed SHOBJ so that main.so is not built, because it wasn't needed
Diffstat (limited to 'netsvcs')
-rw-r--r--netsvcs/servers/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/netsvcs/servers/Makefile b/netsvcs/servers/Makefile
index 164514c7671..d1c49b9912c 100644
--- a/netsvcs/servers/Makefile
+++ b/netsvcs/servers/Makefile
@@ -9,12 +9,7 @@
#----------------------------------------------------------------------------
BIN = main
-
-FILES = main
-
-LSRC = $(addsuffix .cpp,$(FILES))
-LOBJ = $(LSRC:%.cpp=$(VDIR)%.o)
-SHOBJ = $(addsuffix .so,$(FILES))
+LSRC = $(addsuffix .cpp,$(BIN))
LDLIBS = -lnetsvcs
@@ -30,7 +25,6 @@ include $(WRAPPER_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(WRAPPER_ROOT)/include/makeinclude/macros.GNU
include $(WRAPPER_ROOT)/include/makeinclude/rules.common.GNU
include $(WRAPPER_ROOT)/include/makeinclude/rules.nonested.GNU
-include $(WRAPPER_ROOT)/include/makeinclude/rules.lib.GNU
include $(WRAPPER_ROOT)/include/makeinclude/rules.bin.GNU
include $(WRAPPER_ROOT)/include/makeinclude/rules.local.GNU