NetBSD/distrib/sparc/Makefile
pk 6b7e1b7c52 Boot from floppy now requires two disk images:
- a bootable bootfs which contains a spartan md-based `ramdisk'
	  filesystem, which loads the tar file image:
	- instfs, which is constructed from the miniroot filesystem
	  and contains all installation utilities.

The current miniroot image also supersedes the former separate
{bootfs,ramdisk}.sysinst tools.
2000-10-20 11:56:55 +00:00

6 lines
112 B
Makefile

# $NetBSD: Makefile,v 1.4 2000/10/20 11:56:55 pk Exp $
SUBDIR= ramdisk bootfs instfs
.include <bsd.subdir.mk>