summaryrefslogtreecommitdiffstats
path: root/share/mk/sys.mk
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-04 02:52:27 +0000
committerjkh <jkh@FreeBSD.org>1994-09-04 02:52:27 +0000
commitb7c7a70ea8efa8993c908d5a7a131af2fdd4b7df (patch)
tree9db5257bb1c37345fa5e44009d31eec8bb9e5f23 /share/mk/sys.mk
parent395545fbc599b4d54b578cb8eddfbf0b1f9fa53b (diff)
downloadFreeBSD-src-b7c7a70ea8efa8993c908d5a7a131af2fdd4b7df.zip
FreeBSD-src-b7c7a70ea8efa8993c908d5a7a131af2fdd4b7df.tar.gz
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
Diffstat (limited to 'share/mk/sys.mk')
-rw-r--r--share/mk/sys.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index f5adaf3..9217dc4 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -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
OpenPOWER on IntegriCloud