=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lorder/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/lorder/Makefile 1995/10/18 08:45:35 1.1 +++ src/usr.bin/lorder/Makefile 1995/12/18 16:46:46 1.2 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.8 1995/04/24 07:39:04 cgd Exp $ +# $NetBSD: Makefile,v 1.9 1995/12/18 07:59:12 jonathan Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 MAN= lorder.1 -.if (${MACHINE_ARCH} != "alpha") -SCRIPT= lorder.sh -.else -# alpha uses special version which works with GNU nm. +.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "mips") +# alpha, mips use special version which works with GNU (or BSD) nm. SCRIPT= lorder.sh.gnm +.else +SCRIPT= lorder.sh .endif realinstall: