Subject: Re: Building a domestic system...
To: Peter Seebach <seebs@plethora.net>
From: None <erh@nimenees.com>
List: current-users
Date: 02/14/2000 15:34:33
On Mon, Feb 14, 2000 at 01:53:05PM -0600, Peter Seebach wrote:
> (cd /usr/src/domestic && make  _SLAVE_BUILD= build)
> make: don't know how to make build. Stop
> 
> So, obviously I don't just set DOMESTIC to /usr/src/domestic, or whatever.
> What am I supposed to be doing?
	I don't think that works anymore.  (should it?)  What works for
me is having a /usr/src/crypto-us or crypto-intl directory.  Then everything
just happens automatically.  (due to bsd.crypto.mk setting CRYPTOPATH)
	I changed src/etc/Makefile to look at the CRYPTOPATH variable instead
of looking for ../domestic.  Unless someone objects I'll remove the
DOMESTIC stuff from src/Makefile and add
.if defined(DOMESTIC)
	echo DOMESTIC is no longer used.  See bsd.README and bsd.crypto.mk
	echo for more information.
.endif

eric