=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.56 retrieving revision 1.57 diff -c -r1.56 -r1.57 *** src/Makefile 2000/04/21 00:10:40 1.56 --- src/Makefile 2000/08/01 15:56:38 1.57 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.56 2000/04/21 00:10:40 millert Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.57 2000/08/01 15:56:38 millert Exp $ # # For more information on building in tricky environments, please see *************** *** 80,91 **** (cd ${.CURDIR}/include; ${MAKE} prereq; ${SUDO} ${MAKE} includes) ${SUDO} ${MAKE} cleandir (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \ ! ${SUDO} ${MAKE} install) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \ ! ${SUDO} ${MAKE} install) .if (${KERBEROS} == "yes") (cd ${.CURDIR}/kerberosIV/lib && ${MAKE} depend && ${MAKE} && \ ! ${SUDO} ${MAKE} install) .endif (cd ${.CURDIR}/gnu/usr.bin/perl && \ ${MAKE} -f Makefile.bsd-wrapper depend && \ --- 80,91 ---- (cd ${.CURDIR}/include; ${MAKE} prereq; ${SUDO} ${MAKE} includes) ${SUDO} ${MAKE} cleandir (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \ ! NOMAN=1 ${SUDO} ${MAKE} install) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \ ! 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 depend && \