diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2011-05-02 21:52:35 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2011-05-02 21:52:35 +0000 |
commit | 2ec5c293c59cc7dea97ae813d18d4d990df750a6 (patch) | |
tree | 5d74fbb9cf67e96bbb2e35ae28d4c4dc09f96830 /lib/libdrm/Makefile | |
parent | 8830588d7b8e457a085ffb7c0a7befd318cdf34d (diff) |
Add libdrm_radeon
needed for the r600 dri driver. Tested by myself and matthieu.
Diffstat (limited to 'lib/libdrm/Makefile')
-rw-r--r-- | lib/libdrm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdrm/Makefile b/lib/libdrm/Makefile index 9c1ccb635..c6e6bef93 100644 --- a/lib/libdrm/Makefile +++ b/lib/libdrm/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2010/05/08 14:15:29 matthieu Exp $ +# $OpenBSD: Makefile,v 1.6 2011/05/02 21:52:34 oga Exp $ .include <bsd.xconf.mk> .include "${.CURDIR}/Makefile.inc" .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" -SUBDIR=intel +SUBDIR=intel radeon .endif LIB= drm |