summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2012-11-19 11:26:35 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2012-11-19 11:26:35 +0000
commit5b99897d9aff57b81537e3334e7ed5702236f4f2 (patch)
tree0bf5792bed798f6d89efa80292f9962e9737cdfa
parentff52d9a828cfe124708d7085f16281b9ee1d7af2 (diff)
Link libkms to the build (needs a userland from the kms branch).mpi/libdrm-update
-rw-r--r--lib/libdrm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdrm/Makefile b/lib/libdrm/Makefile
index fd49bcb86..5551815fb 100644
--- a/lib/libdrm/Makefile
+++ b/lib/libdrm/Makefile
@@ -3,7 +3,7 @@
.include "${.CURDIR}/Makefile.inc"
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
-SUBDIR=intel radeon
+SUBDIR=intel radeon libkms
.elif ${MACHINE} == "macppc"
SUBDIR=radeon
.endif