04825266e6
images. amd64 gets a single kernel; i386 images gets 3 kernels: - netbsd, copy from netbsd-INSTALL_LARGE.gz, loaded by default - nbsd-l, copy from netbsd-INSTALL_LAPTOP.gz - nbsd-i, copy from netbsd-INSTALL.gz for those who want the traditionnal non-ACPI kernel - drop the bootcd-laptop image both gets an installcd image, which is the same as bootcd but with the binary sets in addition to kernels.
16 lines
262 B
Makefile
16 lines
262 B
Makefile
# $NetBSD: Makefile,v 1.4 2007/03/06 21:52:44 bouyer Exp $
|
|
|
|
SUBDIR=
|
|
SUBDIR+= ramdisks
|
|
SUBDIR+= .WAIT
|
|
SUBDIR+= instkernel
|
|
SUBDIR+= .WAIT
|
|
SUBDIR+= cdroms
|
|
SUBDIR+= floppies
|
|
TARGETS+= release
|
|
|
|
iso_image:
|
|
${MAKEDIRTARGET} cdroms iso_image
|
|
|
|
.include <bsd.subdir.mk>
|