Add an X11BASE variable that currently points to /usr/X386 but will

be easy to change to /usr/X11R6 if and when the time comes.  This is
to deal with things like xditview which otherwise had hardcoded assumptions
about where X lived.  Yuck.
Submitted by:	jkh
This commit is contained in:
Jordan K. Hubbard 1994-09-04 02:52:27 +00:00
parent 5fb32aaddf
commit 74a3c65468

View File

@ -1,5 +1,5 @@
# from: @(#)sys.mk 8.2 (Berkeley) 3/21/94
# $Id: sys.mk,v 1.3 1994/08/28 14:56:07 bde Exp $
# $Id: sys.mk,v 1.4 1994/08/31 03:57:32 paul Exp $
unix ?= We run FreeBSD, not UNIX.
@ -7,6 +7,10 @@ unix ?= We run FreeBSD, not UNIX.
.LIBS: .a
# A few things need X11 so we might as well centralize it so that the
# transition to X11R6 is easier.
X11BASE ?= /usr/X386
AR ?= ar
ARFLAGS ?= rl
RANLIB ?= ranlib