=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.54 retrieving revision 1.58 diff -u -r1.54 -r1.58 --- src/Makefile 2000/03/10 22:05:49 1.54 +++ src/Makefile 2000/09/03 18:41:11 1.58 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.54 2000/03/10 22:05:49 niklas 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,20 +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) -.if (${KERBEROS} == "yes") + NOMAN=1 ${SUDO} ${MAKE} install) +.if (${KERBEROS:L} == "yes") (cd ${.CURDIR}/kerberosIV/lib && ${MAKE} depend && ${MAKE} && \ - ${SUDO} ${MAKE} install) + 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 ${MAKE} depend && ${MAKE} && ${SUDO} ${MAKE} install @@ -334,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} \