From 6749d5bda08abcbed8fb1eb38596df7ae3d13113 Mon Sep 17 00:00:00 2001 From: mpi Date: Wed, 29 Aug 2012 12:51:04 +0000 Subject: [PATCH] Build libdrm_radeon on macppc too, required for upcoming drm(4) support. ok matthieu@ --- lib/libdrm/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libdrm/Makefile b/lib/libdrm/Makefile index c6e6bef93..823c0c292 100644 --- a/lib/libdrm/Makefile +++ b/lib/libdrm/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2011/05/02 21:52:34 oga Exp $ +# $OpenBSD: Makefile,v 1.7 2012/08/29 12:51:04 mpi Exp $ .include .include "${.CURDIR}/Makefile.inc" .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" SUBDIR=intel radeon +.elif ${MACHINE} == "macppc" +SUBDIR=radeon .endif LIB= drm