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