=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.54 retrieving revision 1.55 diff -c -r1.54 -r1.55 *** src/Makefile 2000/03/10 22:05:49 1.54 --- src/Makefile 2000/04/09 07:48:14 1.55 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.54 2000/03/10 22:05:49 niklas Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.55 2000/04/09 07:48:14 deraadt Exp $ # # For more information on building in tricky environments, please see *************** *** 93,99 **** ${MAKE} -f Makefile.bsd-wrapper perl.lib && \ ${SUDO} ${MAKE} -f Makefile.bsd-wrapper install.lib) .if (${MACHINE_ARCH} == "mips") ! ldconfig .endif ${MAKE} depend && ${MAKE} && ${SUDO} ${MAKE} install --- 93,99 ---- ${MAKE} -f Makefile.bsd-wrapper perl.lib && \ ${SUDO} ${MAKE} -f Makefile.bsd-wrapper install.lib) .if (${MACHINE_ARCH} == "mips") ! ldconfig -R .endif ${MAKE} depend && ${MAKE} && ${SUDO} ${MAKE} install