NetBSD/distrib/x68k/floppies/Makefile
lukem 18da51172f - reorganise to be more consistent with other distrib/* directories
(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
2002-05-13 01:04:18 +00:00

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>