diff --git a/config/sun4os4-defs.make b/config/sun4os4-defs.make
index d0cb789c18a8240e71b1430e88275bd7832016df..e470035bbe5c194623f4dc8719232505d1dc6e7c 100644
--- a/config/sun4os4-defs.make
+++ b/config/sun4os4-defs.make
@@ -1,5 +1,5 @@
 #
-# $Id: sun4os4-defs.make,v 1.10 1992/01/05 18:22:24 ceder Exp $
+# $Id: sun4os4-defs.make,v 1.11 1992/02/09 21:26:06 linus 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.10 1992/01/05 18:22:24 ceder Exp $
+# $Id: sun4os4-defs.make,v 1.11 1992/02/09 21:26:06 linus 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.
@@ -41,8 +41,8 @@ SYMLINK = ln -s
 YACC = bison -d
 LEX = flex
 
-INCLUDEDIR	= $(TOPDIR)/include
-LIBDIR		= $(TOPDIR)/lib
+INCLUDEDIR	= /usr/local/include/lyskom
+LIBDIR		= /usr/local/lib/lyskom
 ANSIDIR		= $(INCLUDEDIR)/ansi
 
 INCLUDES = -I$(ANSIDIR) -I$(INCLUDEDIR)