NetBSD/etc/etc.arm32
fair 75f8e74b32 These commits do two things:
1. Provide a consistent and extensible framework for compiling
kernels for the "make snapshot" target.

2. Add OBJDIR support for the "make snapshot" target, in the form
of three new make variables: KERNOBJDIR, KERNSRCDIR, and KERNCONFDIR.
Default values are in the Makefile.inc, and for OBJDIR they should
be defined in /etc/mk.conf as

	KERNSRCDIR=${BSDSRCDIR}/sys
	KERNOBJDIR=${BSDOBJDIR}/sys/arch/${MACHINE}/compile

The next step is to make a new target in the src/etc/Makefile for "release"
(or something like that) to make release(7) format files.
1998-06-28 09:38:40 +00:00
..
MAKEDEV Fixes PR #3858: /dev/fd uniformly updated in MAKEDEV to make directory 1997-11-26 03:09:23 +00:00
Makefile.inc These commits do two things: 1998-06-28 09:38:40 +00:00
disktab Add disktab entry for mdroot and miniroot. 1997-02-03 02:51:51 +00:00
fstab.wd Added swap entry and a nice set of comments. 1997-07-28 17:38:45 +00:00
ttys Use the Pc entry from gettytab for our virtual terminals. 1997-07-31 02:34:18 +00:00