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.139 retrieving revision 1.140 diff -u -p -r1.139 -r1.140 --- src/Makefile 2001/10/19 14:17:52 1.139 +++ src/Makefile 2001/10/21 08:03:01 1.140 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.139 2001/10/19 14:17:52 tv Exp $ +# $NetBSD: Makefile,v 1.140 2001/10/21 08:03:01 jmc 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 @@ -73,8 +73,17 @@ _J= -j${NBUILDJOBS} .if ${USETOOLS} == "yes" _SUBDIR+= tools .endif +# NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW + _SUBDIR+= lib include gnu bin games libexec sbin usr.bin \ - usr.sbin share sys etc distrib regress + usr.sbin share sys regress + +.if make(cleandir) || make(obj) +_SUBDIR+= distrib +.ifdef MAKEOBJDIRPREFIX +_SUBDIR+= etc +.endif +.endif # Weed out directories that don't exist.