=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.18 retrieving revision 1.21 diff -u -r1.18 -r1.21 --- src/Makefile 1997/07/29 03:18:39 1.18 +++ src/Makefile 1997/08/06 09:40:10 1.21 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 1997/07/29 03:18:39 kstailey Exp $ +# $OpenBSD: Makefile,v 1.21 1997/08/06 09:40:10 deraadt Exp $ # $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $ # @@ -32,6 +32,10 @@ SUBDIR+= kerberosIV .endif +.if make(clean) || make(cleandir) || make(obj) +SUBDIR+= distrib +.endif + .if exists(regress) .ifmake !(install) SUBDIR+= regress @@ -59,8 +63,8 @@ .endif build: -.ifdef GLOBAL_CACHE - rm -f $HOME/.Makefile.bsd-wrapper.cache +.ifdef GLOBAL_AUTOCONF_CACHE + rm -f ${GLOBAL_AUTOCONF_CACHE} .endif (cd ${.CURDIR}/share/mk && ${MAKE} install) (cd ${.CURDIR}/include; ${MAKE} includes)