diff --git a/x11/Xserver/Makefile.common b/x11/Xserver/Makefile.common index f59eaf39d8d7..93cf078ecb78 100644 --- a/x11/Xserver/Makefile.common +++ b/x11/Xserver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2004/02/07 08:30:34 rtr Exp $ +# $NetBSD: Makefile.common,v 1.11 2004/02/07 12:28:13 rtr Exp $ # These define parts of the Xserver tree that are to be # conditionally compiled for different platforms. See @@ -28,10 +28,8 @@ XSERVER_XARM32VIDC= yes XSERVER_XDECNETBSD= yes .endif -# XXX Xdreamcast doesn't link currently so default to no but -# allow override .if ${MACHINE} == "dreamcast" -XSERVER_XDREAMCAST?= no +XSERVER_XDREAMCAST?= yes .endif # XFree86 servers all need XFONT as well.