18da51172f
(no need for a "common" subdir which contains stuff only really referenced by one other directory) - use Makefile.tarfloppy instead of local code to build floppies - use .WAIT in the top-level Makefile appropriately - install inst.fs directly from ramdisk/Makefile rather than providing separate inst/Makefile
9 lines
192 B
Makefile
9 lines
192 B
Makefile
# $NetBSD: Makefile,v 1.10 2002/05/13 01:04:18 lukem Exp $
|
|
|
|
SUBDIR= bootfloppy.generic ramdisk .WAIT instkernel .WAIT
|
|
SUBDIR+= bootfloppy.sysinst
|
|
|
|
TARGETS+= release
|
|
|
|
.include <bsd.subdir.mk>
|