=================================================================== RCS file: /cvsrepo/anoncvs/cvs/xenocara/Makefile,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- xenocara/Makefile 2010/01/10 13:36:10 1.34 +++ xenocara/Makefile 2010/01/31 14:28:45 1.35 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2010/01/10 13:36:10 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.35 2010/01/31 14:28:45 matthieu Exp $ .include LOCALAPPD=/usr/local/lib/X11/app-defaults @@ -95,8 +95,8 @@ release-install: @${MAKE} install -.if ${MACHINE} == alpha || ${MACHINE} == hp300 || ${MACHINE} == mac68k || \ - ${MACHINE} == macppc || ${MACHINE} == sgi || \ +.if ${MACHINE} == alpha || ${MACHINE} == hp300 || ${MACHINE} == loongson || \ + ${MACHINE} == mac68k || ${MACHINE} == macppc || ${MACHINE} == sgi || \ ${MACHINE} == vax || ${MACHINE} == zaurus @if [ -f $(DESTDIR)/etc/X11/xorg.conf ]; then \ echo "Not overwriting existing" $(DESTDIR)/etc/X11/xorg.conf; \