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.95 retrieving revision 1.95.2.2 diff -u -p -r1.95 -r1.95.2.2 --- src/Makefile 1999/04/01 02:49:12 1.95 +++ src/Makefile 2000/09/09 16:29:26 1.95.2.2 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 1999/04/01 02:49:12 cjs Exp $ +# $NetBSD: Makefile,v 1.95.2.2 2000/09/09 16:29:26 he 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 @@ -46,6 +46,10 @@ _J= -j${NBUILDJOBS} SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys +.if make(cleandir) || make(obj) +SUBDIR+= distrib +.endif + .if exists(games) SUBDIR+= games .endif