=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.44 retrieving revision 1.45 diff -c -r1.44 -r1.45 *** src/Makefile 1999/01/08 00:26:59 1.44 --- src/Makefile 1999/01/24 16:08:37 1.45 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.44 1999/01/08 00:26:59 millert Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.45 1999/01/24 16:08:37 art Exp $ # # For more information on building in tricky environments, please see *************** *** 87,93 **** ldconfig .endif .if (${KERBEROS} == "yes") ! (cd ${.CURDIR}/kerberosIV && ${MAKE} build) .endif .if (${MACHINE_ARCH} == "mips") ldconfig --- 87,93 ---- ldconfig .endif .if (${KERBEROS} == "yes") ! (cd ${.CURDIR}/kerberosIV && ${MAKE} SUDO=${SUDO} build) .endif .if (${MACHINE_ARCH} == "mips") ldconfig