Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v retrieving revision 1.118 retrieving revision 1.118.2.2 diff -u -p -r1.118 -r1.118.2.2 --- src/Makefile 2000/06/20 06:00:24 1.118 +++ src/Makefile 2000/08/24 02:19:59 1.118.2.2 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2000/06/20 06:00:24 thorpej Exp $ +# $NetBSD: Makefile,v 1.118.2.2 2000/08/24 02:19:59 fredb Exp $ # This is the top-level makefile for building NetBSD. For an outline of # how to build a snapshot or release, as well as other release engineering @@ -52,7 +52,7 @@ _M=-m ${DESTDIR}/usr/share/mk # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys -.if make(obj) +.if make(cleandir) || make(obj) SUBDIR+= distrib .ifdef MAKEOBJDIRPREFIX SUBDIR+= etc