=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.22 retrieving revision 1.23 diff -c -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 **** ! # $OpenBSD: Makefile,v 1.22 1997/09/21 11:46:58 deraadt Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.23 1997/12/09 19:45:29 niklas Exp $ # # For more information on building in tricky environments, please see *************** *** 75,80 **** --- 75,83 ---- .endif .if (${KERBEROS} == "yes") (cd ${.CURDIR}/kerberosIV && ${MAKE} build) + .endif + .if (${MACHINE_ARCH} == "mips") + ldconfig .endif ${MAKE} depend && ${MAKE} && ${MAKE} install