Skip to content
Snippets Groups Projects
Commit 2d10ed65 authored by Linus Tolke's avatar Linus Tolke
Browse files

MKDIR new alias.

parent efb84d86
No related branches found
No related tags found
No related merge requests found
#
# $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment