From a843c23f2630e4cb1b80ae630eb71a495af4117c Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sat, 4 Apr 1992 17:24:12 +0000
Subject: [PATCH] Added LIBIDENT. Fixed CC, ANSIDIR and INCLUDES.

---
 config/sun4os4-defs.make | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/config/sun4os4-defs.make b/config/sun4os4-defs.make
index 70cfe447a..4b9ab033f 100644
--- a/config/sun4os4-defs.make
+++ b/config/sun4os4-defs.make
@@ -1,5 +1,5 @@
 #
-# $Id: sun4os4-defs.make,v 1.15 1992/03/09 16:12:04 ceder Exp $
+# $Id: sun4os4-defs.make,v 1.16 1992/04/04 17:24:12 ceder Exp $
 # Copyright (C) 1991  Lysator Academic Computer Association.
 #
 # This file is part of the LysKOM server.
@@ -22,7 +22,7 @@
 #
 # Please mail bug reports to bug-lyskom@lysator.liu.se. 
 #
-# $Id: sun4os4-defs.make,v 1.15 1992/03/09 16:12:04 ceder Exp $
+# $Id: sun4os4-defs.make,v 1.16 1992/04/04 17:24:12 ceder Exp $
 # This file is included by all Makefiles in the LysKOM hierarchy.
 # It gives default values for all variables that is normally used. 
 # TOPDIR and SCRIPTDIR must be set before this file is included.
@@ -33,8 +33,7 @@
 SHELL=/bin/sh
 AWK = gawk
 SED = /usr/bin/sed
-#CC = gcc -ansi
-CC = gcc2 -ansi
+CC = gcc -ansi
 RM = /usr/gnu/bin/rm -vf
 RANLIB = ranlib
 TOUCHLIB = ranlib -t
@@ -46,10 +45,10 @@ MKDIR=/bin/mkdir
 INCLUDEDIR	= /usr/local/include/lyskom
 LIBDIR		= /usr/local/lib/lyskom
 #ANSIDIR		= $(INCLUDEDIR)/ansi
-ANSIDIR=
+ANSIDIR=/usr/gnu/var/gcc/sunos4.1.1/2.0/proto-include
+
+INCLUDES = -I$(ANSIDIR) -I$(INCLUDEDIR)
 
-#INCLUDES = -I$(ANSIDIR) -I$(INCLUDEDIR)
-INCLUDES = -I$(INCLUDEDIR) -I/usr/gnu/var/gcc/sunos4.1.1/2.0/proto-include
 OPTIMIZE-FLAGS = -O3
 #MISC-CFLAGS = -g -Wall
 MISC-CFLAGS = -g -Wall -Wstrict-prototypes -Wmissing-prototypes
@@ -71,6 +70,8 @@ LDFLAGS = -h -L$(LIBDIR)
 
 LIBRESOLV = -lresolv
 
+LIBIDENT = -lauthuser
+
 CFLAGS =  $(INCLUDES)  $(OPTIMIZE-FLAGS)  $(MISC-CFLAGS) $(PIPE) $(TARGET)
 
 # LysKOM executables that the typical user doesn't use go here.
-- 
GitLab