=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Attic/config.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/make/Attic/config.h 1996/09/02 16:04:07 1.5 +++ src/usr.bin/make/Attic/config.h 1996/09/21 19:36:27 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.5 1996/09/02 16:04:07 briggs Exp $ */ +/* $OpenBSD: config.h,v 1.6 1996/09/21 19:36:27 niklas Exp $ */ /* $NetBSD: config.h,v 1.6 1996/05/28 23:34:39 christos Exp $ */ /* @@ -112,7 +112,8 @@ */ #define SUNSHCMD -#if !defined(__svr4__) && !defined(__SVR4) && !defined(__alpha__) +#if !defined(__svr4__) && !defined(__SVR4) && !defined(__alpha__) && \ + !defined(__mips__) # ifndef RANLIBMAG # define RANLIBMAG "__.SYMDEF" # endif