[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using SKIPDIR in /etc/mk.conf WAS Re: Make build without `games'



On 31 Mar 2002, Shawn Duffy wrote:
> > > SKIPDIR="games/:gnu/usr.sbin/sendmail/:usr.sbin/httpd/"
[...]
> so can anyone say how this is really supposed to work if we don't want
> to build particualar things?

A quick look in /usr/share/mk/bsd.subdir.mk makes me believe that the
following line in /etc/mk.conf should work (note - no quotes):

SKIPDIR=games gnu/usr.sbin/sendmail usr.sbin/httpd

   Andreas

--