Subject: Re: don't build games in make build?
To: Tomasz Luchowski <zuntum@netbsd.org>
From: None <xs@nitric.net>
List: netbsd-users
Date: 10/22/2001 20:49:56
on Mon, Oct 22, 2001 at 09:42:37PM +0200, Tomasz Luchowski wrote:
> Is there an easy way not to rebuild games during 'make build'?
> I'm not against our games, but it takes some time to build them,
> and it's a waste of time in my case.

In my top level Makefile there seems to be:

.if exists(games)
SUBDIR+= games
.endif

so:
cd /usr/src
mv games games.nobuild
should work.