=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.94 retrieving revision 1.95 diff -c -r1.94 -r1.95 *** src/Makefile 2003/10/05 00:18:02 1.94 --- src/Makefile 2003/12/14 10:02:57 1.95 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.94 2003/10/05 00:18:02 mickey Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.95 2003/12/14 10:02:57 matthieu Exp $ # # For more information on building in tricky environments, please see *************** *** 76,85 **** NOMAN=1 exec ${SUDO} ${MAKE} install cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \ NOMAN=1 exec ${SUDO} ${MAKE} install - .if (${KERBEROS5:L} == "yes") - cd ${.CURDIR}/kerberosV/lib && ${MAKE} depend && ${MAKE} && \ - NOMAN=1 exec ${SUDO} ${MAKE} install - .endif ${MAKE} depend && ${MAKE} && exec ${SUDO} ${MAKE} install .if !defined(TARGET) --- 76,81 ---- *************** *** 314,326 **** eval ${CROSSENV} MAKEOBJDIR=obj.${MACHINE}.${TARGET} \ SKIPDIR=\"${NO_CROSS} libocurses/PSD.doc\" \ ${MAKE} depend all install) - .if (${KERBEROS5:L} == "yes") - MACHINE=${TARGET} MACHINE_ARCH=`cat ${CROSSDIR}/TARGET_ARCH`; \ - export MACHINE MACHINE_ARCH; \ - cd kerberosV/lib; \ - eval ${CROSSENV} MAKEOBJDIR=obj.${MACHINE}.${TARGET} \ - ${MAKE} depend all install - .endif cross-bin: ${CROSSOBJ} MACHINE=${TARGET} MACHINE_ARCH=`cat ${CROSSDIR}/TARGET_ARCH`; \ --- 310,315 ----