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.
10 lines
190 B
Makefile
10 lines
190 B
Makefile
# $NetBSD: Makefile,v 1.7 2000/11/28 03:03:26 minoura Exp $
|
|
|
|
SUBDIR= ramdisk.sysinst bootfloppy.sysinst bootfloppy.generic inst
|
|
|
|
.PHONY: release
|
|
|
|
TARGETS+= release
|
|
|
|
.include <bsd.subdir.mk>
|