diff --git a/config/balance-defs.make b/config/balance-defs.make
index 904455f012b9cbd5ee20194cda7c61e6ac0b9637..4466016a30e20afc08d580a1da9d5d422a905b65 100644
--- a/config/balance-defs.make
+++ b/config/balance-defs.make
@@ -1,5 +1,5 @@
 #
-# $Id: balance-defs.make,v 1.7 1991/10/30 23:42:43 ceder Exp $
+# $Id: balance-defs.make,v 1.8 1991/10/31 00:14:44 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: balance-defs.make,v 1.7 1991/10/30 23:42:43 ceder Exp $
+# $Id: balance-defs.make,v 1.8 1991/10/31 00:14:44 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.
@@ -38,6 +38,7 @@ RANLIB = ranlib
 TOUCHLIB = ranlib
 SYMLINK = ln -s
 YACC = bison -d
+LEX = flex
 
 INCLUDEDIR	= $(TOPDIR)/include
 LIBDIR		= $(TOPDIR)/lib
diff --git a/config/sun4os4-defs.make b/config/sun4os4-defs.make
index a5f688436b471acff3f657fd865a544d29b610a0..b6eea31e29bdb1bb7caee25d00eadc56cfe93f18 100644
--- a/config/sun4os4-defs.make
+++ b/config/sun4os4-defs.make
@@ -1,5 +1,5 @@
 #
-# $Id: sun4os4-defs.make,v 1.8 1991/10/30 23:42:38 ceder Exp $
+# $Id: sun4os4-defs.make,v 1.9 1991/10/31 00:14:40 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.8 1991/10/30 23:42:38 ceder Exp $
+# $Id: sun4os4-defs.make,v 1.9 1991/10/31 00:14:40 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.
@@ -39,6 +39,7 @@ RANLIB = ranlib
 TOUCHLIB = ranlib -t
 SYMLINK = ln -s
 YACC = bison -d
+LEX = flex
 
 INCLUDEDIR	= $(TOPDIR)/include
 LIBDIR		= $(TOPDIR)/lib