=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.53 retrieving revision 1.57 diff -u -r1.53 -r1.57 --- src/Makefile 2000/03/01 03:56:41 1.53 +++ src/Makefile 2000/08/01 15:56:38 1.57 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2000/03/01 03:56:41 todd Exp $ +# $OpenBSD: Makefile,v 1.57 2000/08/01 15:56:38 millert Exp $ # # For more information on building in tricky environments, please see @@ -80,22 +80,19 @@ (cd ${.CURDIR}/include; ${MAKE} prereq; ${SUDO} ${MAKE} includes) ${SUDO} ${MAKE} cleandir (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \ - ${SUDO} ${MAKE} install) + NOMAN=1 ${SUDO} ${MAKE} install) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \ - ${SUDO} ${MAKE} install) + NOMAN=1 ${SUDO} ${MAKE} install) +.if (${KERBEROS} == "yes") + (cd ${.CURDIR}/kerberosIV/lib && ${MAKE} depend && ${MAKE} && \ + NOMAN=1 ${SUDO} ${MAKE} install) +.endif (cd ${.CURDIR}/gnu/usr.bin/perl && \ - ${MAKE} -f Makefile.bsd-wrapper config.sh && \ ${MAKE} -f Makefile.bsd-wrapper depend && \ ${MAKE} -f Makefile.bsd-wrapper perl.lib && \ ${SUDO} ${MAKE} -f Makefile.bsd-wrapper install.lib) .if (${MACHINE_ARCH} == "mips") - ldconfig -.endif -.if (${KERBEROS} == "yes") - (cd ${.CURDIR}/kerberosIV && ${MAKE} SUDO=${SUDO} build) -.if (${MACHINE_ARCH} == "mips") - ldconfig -.endif + ldconfig -R .endif ${MAKE} depend && ${MAKE} && ${SUDO} ${MAKE} install