=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.103 retrieving revision 1.104 diff -c -r1.103 -r1.104 *** src/Makefile 2004/05/03 15:18:18 1.103 --- src/Makefile 2004/08/06 22:30:54 1.104 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.103 2004/05/03 15:18:18 drahn Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.104 2004/08/06 22:30:54 pefo Exp $ # # For more information on building in tricky environments, please see *************** *** 137,143 **** macppc|mvmeppc) \ echo powerpc ;;\ sgi) \ ! echo mips ;;\ *) \ (echo Unknown arch ${TARGET} >&2) ; exit 1;; \ esac > ${CROSSDIR}/TARGET_ARCH --- 137,143 ---- macppc|mvmeppc) \ echo powerpc ;;\ sgi) \ ! echo mips64 ;;\ *) \ (echo Unknown arch ${TARGET} >&2) ; exit 1;; \ esac > ${CROSSDIR}/TARGET_ARCH