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.134 retrieving revision 1.135 diff -u -p -r1.134 -r1.135 --- src/Makefile 2001/10/08 23:42:21 1.134 +++ src/Makefile 2001/10/10 17:20:15 1.135 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.134 2001/10/08 23:42:21 tv Exp $ +# $NetBSD: Makefile,v 1.135 2001/10/10 17:20:15 jwise 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 @@ -69,7 +69,10 @@ _J= -j${NBUILDJOBS} SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys .if make(cleandir) || make(obj) -SUBDIR+= distrib tools +SUBDIR+= distrib +.if ${USETOOLS} != "no" +SUBDIR+= tools +.endif .ifdef MAKEOBJDIRPREFIX SUBDIR+= etc .endif