611565d05b
bootfloppy-big to actually use INSTALL_LARGE (with ACPI) and 5 floppies.
17 lines
343 B
Makefile
17 lines
343 B
Makefile
# $NetBSD: Makefile,v 1.36 2007/11/15 00:31:19 joerg Exp $
|
|
|
|
SUBDIR=
|
|
SUBDIR+= bootfloppy
|
|
SUBDIR+= bootfloppy-big
|
|
SUBDIR+= bootfloppy-com
|
|
SUBDIR+= bootfloppy-big
|
|
# These are all rather archaic...
|
|
# SUBDIR+= bootfloppy-ps2
|
|
# SUBDIR+= bootfloppy-small
|
|
# SUBDIR+= bootfloppy-tiny
|
|
# SUBDIR+= rescue-tiny
|
|
|
|
TARGETS+= release
|
|
|
|
.include <bsd.subdir.mk>
|