[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make build without `games'
Did this a while back and only edited the Makefile in /usr/src line 36
SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games
in
SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share
Probarly not the way to do it, but it worked just fine.
> I'm trying to figure out how to run a 'make build' and specify things I
> do not want to be built. I read the FAQ, no luck there. I've looked at
> bsd.sys.mk and sys.mk, but I am uncertain that the answer's in there.
>
> Basically, I installed a 3.0 box with everything except XFree and the
> games. I'm fetching the patch branch as we speak, and should launch a
> 'make build' soon. I'd just like to avoid building the games from
> source.
>
> A courtesy CC would be greatly appreciated :)
>
> Thanks to all!