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.104 retrieving revision 1.105 diff -u -p -r1.104 -r1.105 --- src/Makefile 1999/12/05 22:53:53 1.104 +++ src/Makefile 2000/02/01 01:22:05 1.105 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 1999/12/05 22:53:53 simonb Exp $ +# $NetBSD: Makefile,v 1.105 2000/02/01 01:22:05 assar 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 @@ -48,6 +48,8 @@ _J= -j${NBUILDJOBS} SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share sys +includes-lib: includes-include includes-sys + .if exists(games) SUBDIR+= games .endif