0cab28b0fc
- Remove historical `script' installer, which was provided for 4MB RAM systems. - Instead we provide `floppy-root' installer, which is composed of 2 floppies just like the installation system used in the netbsd-1-2 days; one floppy contains (GENERIC) kernel and the other contains the miniroot. - The miniroots for both `ramdisk-root' installation system and `floppy-root' installation system are identical.
16 lines
312 B
Makefile
16 lines
312 B
Makefile
# $NetBSD: Makefile,v 1.1 2000/11/28 03:03:27 minoura Exp $
|
|
|
|
TOP= ${.CURDIR}/..
|
|
|
|
.include "${TOP}/Makefile.inc"
|
|
.include <bsd.kernobj.mk>
|
|
.include <bsd.own.mk>
|
|
|
|
IMAGE= kern.fs
|
|
KERNDIR= ${KERNOBJDIR}/GENERIC
|
|
KERN= ${KERNDIR}/netbsd
|
|
RAMDISKDIR=
|
|
NOKERNCOPY= YES
|
|
|
|
.include "${TOP}/bootfloppy-common/Makefile.inc"
|