=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.48 retrieving revision 1.49 diff -c -r1.48 -r1.49 *** src/Makefile 1999/02/02 08:53:32 1.48 --- src/Makefile 1999/03/02 21:47:32 1.49 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.48 1999/02/02 08:53:32 imp Exp $ # # For more information on building in tricky environments, please see --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.49 1999/03/02 21:47:32 niklas Exp $ # # For more information on building in tricky environments, please see *************** *** 77,83 **** rm -f ${GLOBAL_AUTOCONF_CACHE} .endif (cd ${.CURDIR}/share/mk && ${SUDO} ${MAKE} install) ! (cd ${.CURDIR}/include; ${SUDO} ${MAKE} includes) ${SUDO} ${MAKE} cleandir (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \ ${SUDO} ${MAKE} install) --- 77,83 ---- rm -f ${GLOBAL_AUTOCONF_CACHE} .endif (cd ${.CURDIR}/share/mk && ${SUDO} ${MAKE} install) ! (cd ${.CURDIR}/include; ${MAKE} prereq; ${SUDO} ${MAKE} includes) ${SUDO} ${MAKE} cleandir (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \ ${SUDO} ${MAKE} install)