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.35 retrieving revision 1.36 diff -u -p -r1.35 -r1.36 --- src/Makefile 1996/04/25 01:09:33 1.35 +++ src/Makefile 1996/08/10 23:29:00 1.36 @@ -1,10 +1,15 @@ -# $NetBSD: Makefile,v 1.35 1996/04/25 01:09:33 jtc Exp $ +# $NetBSD: Makefile,v 1.36 1996/08/10 23:29:00 explorer Exp $ .include # for configuration variables. # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW -SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games +SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share + +.if exists(games) +SUBDIR+= games +.endif + SUBDIR+= gnu SUBDIR+= sys