=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.80 retrieving revision 1.82 diff -u -r1.80 -r1.82 --- src/Makefile 2001/09/25 09:43:22 1.80 +++ src/Makefile 2002/01/03 02:19:20 1.82 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.80 2001/09/25 09:43:22 espie Exp $ +# $OpenBSD: Makefile,v 1.82 2002/01/03 02:19:20 art Exp $ # # For more information on building in tricky environments, please see @@ -47,14 +47,10 @@ .endif .if make(clean) || make(cleandir) || make(obj) -SUBDIR+= distrib +SUBDIR+= distrib regress .endif .if exists(regress) -.ifmake !(install) -SUBDIR+= regress -.endif - regression-tests: @echo Running regression tests... @cd ${.CURDIR}/regress && exec ${MAKE} regress @@ -77,7 +73,6 @@ cp /dev/null ${GLOBAL_AUTOCONF_CACHE} .endif cd ${.CURDIR}/share/mk && exec ${SUDO} ${MAKE} install - cd ${.CURDIR}/gnu/share && exec ${SUDO} ${MAKE} install cd ${.CURDIR}/include && ${MAKE} prereq && exec ${SUDO} ${MAKE} includes ${SUDO} ${MAKE} cleandir cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \