From ce12c05888b625afbe26a6f295223dcddb126be3 Mon Sep 17 00:00:00 2001 From: bcallah Date: Fri, 7 Feb 2014 19:40:52 +0000 Subject: [PATCH] We're no longer building this on octeon. "Sure!" miod@ --- kdrive/Makefile.bsd-wrapper | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/kdrive/Makefile.bsd-wrapper b/kdrive/Makefile.bsd-wrapper index 627dc7fa3..8cb09c7b9 100644 --- a/kdrive/Makefile.bsd-wrapper +++ b/kdrive/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.16 2013/08/17 17:03:26 bcallah Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.17 2014/02/07 19:40:52 bcallah Exp $ .include @@ -20,10 +20,6 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \ --disable-xvfb \ --without-fop --without-xmlto --without-xsltproc -.if ${MACHINE} == "octeon" -CONFIGURE_ARGS+=--disable-glx -.endif - realinstall: (cd hw/kdrive/ephyr ; make install)