From bed56a5a945178d0b0ed76601753770fb581504f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 2 Apr 1998 14:33:29 +0000 Subject: [PATCH 1/1] Minor changes. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db6b788..18c317c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1995-1998, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.37 1998-03-31 15:13:19 adam Exp $ +# $Id: Makefile,v 1.38 1998-04-02 14:33:29 adam Exp $ # Uncomment the lines below to enable mOSI communcation. #ODEFS=-DUSE_XTIMOSI @@ -23,6 +23,9 @@ MAKE=make SUBDIR=$(MOD) util odr $(RFC1006) ccl comstack retrieval client server ztest makelib # Add external libraries to the ELIBS macro ELIBS= +# For Solaris add use: +#ELIBS=-lnsl -lsocket + CONTROL=RANLIB="ranlib" ELIBS="$(ELIBS)" # Installation directories, etc. -- 1.7.10.4