XINPUT is also needed by vax.

This commit is contained in:
mhitch 2004-04-23 05:56:47 +00:00
parent 3c5e603d8f
commit 46aadbda46

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2004/03/10 16:21:16 rtr Exp $
# $NetBSD: Makefile,v 1.9 2004/04/23 05:56:47 mhitch Exp $
.include "../Makefile.serverlib"
@ -26,7 +26,8 @@ CPPFLAGS+= -I${X11SRCDIR.xc}/programs/Xserver/include \
${MACHINE} == "acorn32" || \
${MACHINE} == "pmax" || \
${MACHINE} == "sun3" || \
${MACHINE} == "dreamcast"
${MACHINE} == "dreamcast" || \
${MACHINE} == "vax"
CPPFLAGS+= -DXINPUT
.endif