NetBSD/distrib/x68k/floppies/bootfloppy.generic/Makefile
minoura 0cab28b0fc Reorganize (again) the installation system.
- 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.
2000-11-28 03:03:26 +00:00

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"