From ad840f58b100380c4c077656a4e62b1c6f122774 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Thu, 22 Aug 1991 20:17:52 +0000
Subject: [PATCH] L{nka med -lresolv. Tog bort rcs-saker.

---
 src/server/Makefile | 38 +++-----------------------------------
 1 file changed, 3 insertions(+), 35 deletions(-)

diff --git a/src/server/Makefile b/src/server/Makefile
index d09543a8a..194bc8cb4 100755
--- a/src/server/Makefile
+++ b/src/server/Makefile
@@ -1,34 +1,8 @@
-#  Makefile for LysKOM
-#
-###############################################################################
-#
-#  SPECIAL CONSIDERATIONS:
-#
-#  -  Requires GNU make.
-#  -  CC, OPTIMIZE-FLAGS and other make variables are passed down 
-#     in the environment.
-#  -  C compiler must be ANSI conformant.
-#
-###############################################################################
-#
-#  SPECIAL TARGETS:
-###############################################################################
-
-# Directories that you might want to override via the environment.
-
-ifndef TOPDIR
-TOPDIR := /usr/lyskom/src
-endif
-
-ifndef SCRIPTDIR
-SCRIPTDIR := $(TOPDIR)/scripts
-endif
+TOPDIR = /usr/lyskom/src
+SCRIPTDIR = $(TOPDIR)/scripts
 
 include $(SCRIPTDIR)/import.make
 
-
-DESTDIR = /usr/lyskom/bin
-
 HDRS = admin.h isc-parse.h prot-a-output.h async.h isc.h \
 	prot-a-parse.h cache.h limits.h prot-a-send-async.h connections.h \
 	log.h prot-a.h dbck-cache.h lyskomd.h ram-output.h disk-cache.h \
@@ -37,11 +11,7 @@ HDRS = admin.h isc-parse.h prot-a-output.h async.h isc.h \
 	std-disclaimer.h internal-services.h mux.h text-garb.h \
 	version.incl cache-node.h
 
-# LIBS = -L/usr/local/lib -ldebug-malloc -lisc -lresolv
-# /usr/local/lib is searched normally, and the -L flag is not supported by
-# DYNIX. /ceder
-
-LIBS = -lisc -lmisc -llyskom-server -lansi
+LIBS = -lisc -lmisc -llyskom-server -lansi -lresolv
 
 TARGET = -DSERVER
 
@@ -158,10 +128,8 @@ clean:
 specials: $(SPECIALS)
 
 tags: $(SRCS) $(HDRS)
-	rcs -l TAGS
 	rm -f TAGS
 	etags -t $(INCLUDEDIR)/*.h *.[hc]
-	echo " " | ci TAGS
 
 include $(SCRIPTDIR)/Parallell-depend.make
 
-- 
GitLab