diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-31 20:25:54 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-31 20:25:54 +0000 |
commit | 98fbc4d7e3582b179aad6b9e6574462b2d371b46 (patch) | |
tree | 4e29d460bb2cb42077569501a7fc510d4b669462 /Makefile | |
parent | 117c4cebce7192973b651ce8f3236f37c5f69702 (diff) |
XENOCARA_TOP -> XSRCDIR and now defaults to /usr/src/xenocara
XENOCARA_OBJDIR -> XOBJDIR and now defaults to /usr/xobj
suggested by espie@ ok krw@ mbalmer@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2007/03/28 19:41:15 matthieu Exp $ +# $OpenBSD: Makefile,v 1.20 2007/03/31 20:25:53 matthieu Exp $ .include <bsd.own.mk> LOCALAPPD=/usr/local/lib/X11/app-defaults LOCALAPPX=/usr/local/lib/X11 REALAPPD=/etc/X11/app-defaults -XCONFIG=${XENOCARA_TOP}/etc/X11.${MACHINE}/xorg.conf +XCONFIG=${XSRCDIR}/etc/X11.${MACHINE}/xorg.conf RM?=rm SUBDIR= proto data/bitmaps lib app data/xkbdata xserver driver util doc |