diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-26 19:58:55 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-26 19:58:55 +0000 |
commit | fd6c3ced9a310121934ad19d774ed1e387aef875 (patch) | |
tree | f53a9a1d729d0f6e62cb23c1f154aafbea796aab /Makefile | |
parent | 1bbf79c10209eed220220add2b8657f774d8a46c (diff) |
set XCONFIG for release-install
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.16 2007/03/16 23:54:43 todd Exp $ +# $OpenBSD: Makefile,v 1.17 2007/03/26 19:58:54 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 RM?=rm SUBDIR= proto data/bitmaps lib app data/xkbdata xserver driver util doc |