From 2d10ed65a77e2680b3a7ce557122cb2b2d373cda Mon Sep 17 00:00:00 2001 From: Linus Tolke Y <linus@lysator.liu.se> Date: Mon, 10 Feb 1992 02:44:23 +0000 Subject: [PATCH] MKDIR new alias. --- config/sun4os4-defs.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/sun4os4-defs.make b/config/sun4os4-defs.make index e470035bb..cb364f081 100644 --- a/config/sun4os4-defs.make +++ b/config/sun4os4-defs.make @@ -1,5 +1,5 @@ # -# $Id: sun4os4-defs.make,v 1.11 1992/02/09 21:26:06 linus Exp $ +# $Id: sun4os4-defs.make,v 1.12 1992/02/10 02:44:23 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.11 1992/02/09 21:26:06 linus Exp $ +# $Id: sun4os4-defs.make,v 1.12 1992/02/10 02:44:23 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. @@ -40,6 +40,7 @@ TOUCHLIB = ranlib -t SYMLINK = ln -s YACC = bison -d LEX = flex +MKDIR=/bin/mkdir INCLUDEDIR = /usr/local/include/lyskom LIBDIR = /usr/local/lib/lyskom -- GitLab