=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.52 retrieving revision 1.58 diff -u -r1.52 -r1.58 --- src/Makefile 1999/12/22 21:25:24 1.52 +++ src/Makefile 2000/09/03 18:41:11 1.58 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.52 1999/12/22 21:25:24 mickey Exp $ +# $OpenBSD: Makefile,v 1.58 2000/09/03 18:41:11 espie Exp $ # # For more information on building in tricky environments, please see @@ -38,7 +38,7 @@ SUBDIR+= sys lkm -.if (${KERBEROS} == "yes") +.if (${KERBEROS:L} == "yes") SUBDIR+= kerberosIV .endif @@ -80,23 +80,20 @@ (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:L} == "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 + ldconfig -R .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 +110,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: @@ -337,7 +333,7 @@ ${CROSSENV} MAKEOBJDIR=obj.${MACHINE}.${TARGET} \ DESTDIR=${CROSSDIR} SKIPDIR=libocurses/PSD.doc \ ${MAKE} NOMAN= install) -.if (${KERBEROS} == "yes") +.if (${KERBEROS:L} == "yes") (cd kerberosIV; \ BSDOBJDIR=${CROSSDIR}/usr/obj \ BSDSRCDIR=${.CURDIR} MAKEOBJDIR=obj.${MACHINE}.${TARGET} \