=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/Makefile 1997/09/21 11:46:58 1.22 +++ src/Makefile 1997/12/09 19:45:29 1.23 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 1997/09/21 11:46:58 deraadt Exp $ +# $OpenBSD: Makefile,v 1.23 1997/12/09 19:45:29 niklas Exp $ # # For more information on building in tricky environments, please see @@ -75,6 +75,9 @@ .endif .if (${KERBEROS} == "yes") (cd ${.CURDIR}/kerberosIV && ${MAKE} build) +.endif +.if (${MACHINE_ARCH} == "mips") + ldconfig .endif ${MAKE} depend && ${MAKE} && ${MAKE} install