1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Set XSRCDIR to /usr/xenocara if it's not defined. Matches what

/usr/X11R6/share/mk/bsd.xorg.mk does.

ok robert@
This commit is contained in:
ajacoutot 2017-07-10 07:28:26 +00:00
parent cde1cf7166
commit 900125ccd6

View File

@ -1,4 +1,4 @@
# $OpenBSD: bsd.syspatch.mk,v 1.13 2017/06/20 18:32:26 ajacoutot Exp $
# $OpenBSD: bsd.syspatch.mk,v 1.14 2017/07/10 07:28:26 ajacoutot Exp $
#
# Copyright (c) 2016-2017 Robert Nagy <robert@openbsd.org>
#
@ -57,6 +57,7 @@ _FAKE_COOKIE= ${ERRATA}/.fake_done
.if ${BUILD:L:Msrc} || ${BUILD:L:Mkernel}
SRCDIR= ${BSDSRCDIR}
.elif ${BUILD:L:Mxenocara}
XSRCDIR?= /usr/xenocara
SRCDIR= ${XSRCDIR}
MTREE_FILES+= /etc/mtree/BSD.x11.dist
.endif