Subject: Re: What is going on with us getting the new BINDs available?
To: Paul Hoffman <phoffman@proper.com>
From: Jun-ichiro itojun Hagino <itojun@iijlab.net>
List: tech-security
Date: 01/31/2001 02:38:32
>>	becaues you are using old make with latest Makefile.  upgrade
>>	/usr/bin/make if you would like to use the Makefile as is.
>Tried that, still fails:
>
>building standard bind library
>ranlib libbind.a
>all ===> .WAIT
>cd: can't cd to /usr/src/usr.sbin/bind/.WAIT
>*** Error code 2
>
>Stop.

	alternatively you may want to use the latest 1.5 tree, grabbed by:
	% cvs -d foo co -P -r netbsd-1-5 basesrc/dist/bind
	% cvs -d foo co -P -r netbsd-1-5 basesrc/usr.sbin/bind
	(foo = your anoncvs setting)

itojun