Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 01/24/1999 00:15:13
Module Name:	src
Committed By:	scottr
Date:		Sun Jan 24 08:15:13 UTC 1999

Modified Files:
	src/domestic: Makefile
Log Message:
Build compile_et and mk_cmds before anything else; we've all but guaranteed
that the right bits are in place by the time we start a "domestic" build.
The assumption here is that the user will never attempt to do this using
a non-root DESTDIR without first having built the exportable tree (which
we've already done in the case of a top-level 'make build').

This change should make it possible to generate and install the crypto
bits without installing the 'secr' distribution set first.