Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/dri we need to handle make includes



details:   https://anonhg.NetBSD.org/src/rev/09d137fa4a7e
branches:  trunk
changeset: 334978:09d137fa4a7e
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 19 05:21:51 2014 +0000

description:
we need to handle make includes

diffstat:

 external/mit/xorg/lib/dri/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 9655434c2b13 -r 09d137fa4a7e external/mit/xorg/lib/dri/Makefile
--- a/external/mit/xorg/lib/dri/Makefile        Fri Dec 19 05:06:41 2014 +0000
+++ b/external/mit/xorg/lib/dri/Makefile        Fri Dec 19 05:21:51 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2014/12/19 05:03:30 christos Exp $
+# $NetBSD: Makefile,v 1.22 2014/12/19 05:21:51 christos Exp $
 
 # Link the mesa_dri_drivers mega driver.
 
@@ -395,4 +395,6 @@
 LIBDIR=                ${X11USRLIBDIR}/modules/dri
 
 .include <bsd.lib.mk>
+.else
+.include <bsd.inc.mk>
 .endif



Home | Main Index | Thread Index | Old Index