diff options
-rw-r--r-- | driver/Makefile | 8 | ||||
-rw-r--r-- | xserver/Makefile.bsd-wrapper | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/driver/Makefile b/driver/Makefile index 015655a70..ebc802cab 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2010/02/04 06:25:40 matthieu Exp $ +# $OpenBSD: Makefile,v 1.35 2011/01/02 14:04:18 matthieu Exp $ INPUT_DRV_DEFAULT= \ xf86-input-keyboard \ @@ -18,7 +18,7 @@ INPUT_DRV_alpha= ${INPUT_DRV_COMMON} INPUT_DRV_amd64= ${INPUT_DRV_COMMON} xf86-input-vmmouse -INPUT_DRV_hppa= +INPUT_DRV_hppa= ${INPUT_DRV_DEFAULT} INPUT_DRV_i386= ${INPUT_DRV_COMMON} xf86-input-vmmouse @@ -69,7 +69,9 @@ VIDEO_DRV_amd64= \ VIDEO_DRV_armish= \ xf86-video-wsfb xf86-video-wsudl -VIDEO_DRV_hppa= +VIDEO_DRV_hppa= \ + xf86-video-wsfb \ + xf86-video-wsudl # keep this list sorted, please. VIDEO_DRV_i386= \ diff --git a/xserver/Makefile.bsd-wrapper b/xserver/Makefile.bsd-wrapper index 2b42a245c..60170e8b3 100644 --- a/xserver/Makefile.bsd-wrapper +++ b/xserver/Makefile.bsd-wrapper @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.30 2010/12/05 15:36:03 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.31 2011/01/02 14:04:18 matthieu Exp $ .include <bsd.xconf.mk> DIST= ${.CURDIR} # Machines for which we don't build the Xorg Xserver -NO_XORG_MACHINES= aviion hppa hppa64 landisk \ +NO_XORG_MACHINES= aviion hppa64 landisk \ mvme68k mvme88k mvmeppc solbourne vax NO_XF86UTIL_MACHINES= hp300 landisk mac68k sgi sparc vax |