=================================================================== RCS file: /cvsrepo/anoncvs/cvs/xenocara/Makefile,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** xenocara/Makefile 2009/05/20 18:26:32 1.29 --- xenocara/Makefile 2009/09/10 19:28:23 1.30 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.29 2009/05/20 18:26:32 miod Exp $ .include LOCALAPPD=/usr/local/lib/X11/app-defaults --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.30 2009/09/10 19:28:23 matthieu Exp $ .include LOCALAPPD=/usr/local/lib/X11/app-defaults *************** *** 7,13 **** XCONFIG=${XSRCDIR}/etc/X11.${MACHINE}/xorg.conf RM?=rm ! .if ${MACHINE_ARCH} != "sh" XSERVER= xserver .endif --- 7,13 ---- XCONFIG=${XSRCDIR}/etc/X11.${MACHINE}/xorg.conf RM?=rm ! .if ${MACHINE_ARCH} != "sh" && ${MACHINE_ARCH} != "vax" XSERVER= xserver .endif