=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/Makefile 1996/12/13 15:45:58 1.13 --- src/Makefile 1997/02/27 20:57:52 1.14 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.13 1996/12/13 15:45:58 deraadt Exp $ # $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $ .include # for NOMAN, if it's there. --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.14 1997/02/27 20:57:52 briggs Exp $ # $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $ .include # for NOMAN, if it's there. *************** *** 47,53 **** (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) .if (${MACHINE_ARCH} == "mips") ! ldconfig # Fuck. .endif .if defined(KERBEROS) (cd ${.CURDIR}/kerberosIV && ${MAKE} build) --- 47,53 ---- (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) .if (${MACHINE_ARCH} == "mips") ! ldconfig .endif .if defined(KERBEROS) (cd ${.CURDIR}/kerberosIV && ${MAKE} build)