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 rcsdiff: /ftp/cvs/cvsroot/src/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.157 retrieving revision 1.158 diff -u -p -r1.157 -r1.158 --- src/Makefile 2001/11/20 15:20:28 1.157 +++ src/Makefile 2001/11/20 17:05:02 1.158 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.157 2001/11/20 15:20:28 thorpej Exp $ +# $NetBSD: Makefile,v 1.158 2001/11/20 17:05:02 tv 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 @@ -77,17 +77,8 @@ _J= -j${NBUILDJOBS} .endif -# NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW. Also note that -# distrib does not belong here, either, as it is a very special case. -_SUBDIR+= tools lib include gnu bin games libexec sbin usr.bin \ - usr.sbin share sys regress - -.if make(cleandir) || make(clean) || make(obj) -_SUBDIR+= distrib -.ifdef MAKEOBJDIRPREFIX -_SUBDIR+= etc -.endif -.endif +_SUBDIR= tools lib include gnu bin games libexec sbin usr.bin \ + usr.sbin share sys etc distrib regress # Weed out directories that don't exist.