=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.52 retrieving revision 1.54 diff -u -r1.52 -r1.54 --- src/Makefile 1999/12/22 21:25:24 1.52 +++ src/Makefile 2000/03/10 22:05:49 1.54 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.52 1999/12/22 21:25:24 mickey Exp $ +# $OpenBSD: Makefile,v 1.54 2000/03/10 22:05:49 niklas Exp $ # # For more information on building in tricky environments, please see @@ -83,6 +83,10 @@ ${SUDO} ${MAKE} install) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \ ${SUDO} ${MAKE} install) +.if (${KERBEROS} == "yes") + (cd ${.CURDIR}/kerberosIV/lib && ${MAKE} depend && ${MAKE} && \ + ${SUDO} ${MAKE} install) +.endif (cd ${.CURDIR}/gnu/usr.bin/perl && \ ${MAKE} -f Makefile.bsd-wrapper config.sh && \ ${MAKE} -f Makefile.bsd-wrapper depend && \ @@ -91,12 +95,6 @@ .if (${MACHINE_ARCH} == "mips") ldconfig .endif -.if (${KERBEROS} == "yes") - (cd ${.CURDIR}/kerberosIV && ${MAKE} SUDO=${SUDO} build) -.if (${MACHINE_ARCH} == "mips") - ldconfig -.endif -.endif ${MAKE} depend && ${MAKE} && ${SUDO} ${MAKE} install .if !defined(TARGET) @@ -113,7 +111,6 @@ LORDER=${CROSSDIR}/usr/bin/lorder \ RANLIB=${CROSSDIR}/usr/bin/ranlib \ SIZE=${CROSSDIR}/usr/bin/size STRIP=${CROSSDIR}/usr/bin/strip \ - LORDER=${CROSSDIR}/usr/bin/lorder \ HOSTCC=cc cross-helpers: