1# $NetBSD: NetBSD-4.0.1.mk,v 1.1 2009/03/25 15:57:17 tsutsui Exp $
2#
3# Configuration file for the NetBSD-4.0.1 binary release.
4
5# sysinst expects the architectures at top level
6RELEASE_SUBDIR=		# empty
7
8# BOOTFILE.alpha is absolute
9BOOTFILE.alpha=		${EXTFILEDIR}/alpha.bootxx
10EXTFILES.alpha=		alpha.bootxx:alpha/binary/sets/base.tgz,./usr/mdec/bootxx_cd9660
11INTFILES.alpha=		netbsd.alpha:alpha/installation/instkernel/netbsd.gz,link \
12			boot:alpha/binary/sets/base.tgz,./usr/mdec/boot
13
14# cats needs an a.out kernel to boot from
15INTFILES.cats=		netbsd.cats:cats/binary/kernel/netbsd.aout-INSTALL.gz
16
17# BOOTFILE.i386 is relative to CD staging root
18BOOTFILE.i386=		boot.i386
19INTFILES.i386=		boot.i386:i386/binary/sets/base.tgz,./usr/mdec/bootxx_cd9660 \
20			boot:i386/binary/sets/base.tgz,./usr/mdec/boot \
21			netbsd:i386/binary/kernel/netbsd-INSTALL_LARGE.gz,link \
22			nblaptop:i386/binary/kernel/netbsd-INSTALL_LAPTOP.gz,link \
23			nbnoacpi:i386/binary/kernel/netbsd-INSTALL.gz,link
24
25# BOOTFILE.amd64 is relative to CD staging root
26BOOTFILE.amd64=		boot.amd64
27INTFILES.amd64=		boot.amd64:amd64/binary/sets/base.tgz,./usr/mdec/bootxx_cd9660 \
28			boot:amd64/binary/sets/base.tgz,./usr/mdec/boot \
29			netbsd:amd64/binary/kernel/netbsd-INSTALL.gz,link
30
31# macppc has external bootblock generation tool
32EXTFILES.macppc=	macppc.bootxx:macppc/binary/sets/base.tgz,./usr/mdec/bootxx \
33			macppc.ofwboot:macppc/binary/sets/base.tgz,./usr/mdec/ofwboot
34INTFILES.macppc=	ofwboot.xcf:macppc/installation/ofwboot.xcf,link \
35			ofwboot:macppc/binary/sets/base.tgz,./usr/mdec/ofwboot \
36			netbsd.macppc:macppc/binary/kernel/netbsd-INSTALL.gz,link
37
38# BOOTFILE.pmax is absolute
39BOOTFILE.pmax=		${EXTFILEDIR}/pmax.bootxx
40EXTFILES.pmax=		pmax.bootxx:pmax/binary/sets/base.tgz,./usr/mdec/bootxx_cd9660
41INTFILES.pmax=		netbsd.pmax:pmax/binary/kernel/netbsd-INSTALL.gz,link \
42			boot.pmax:pmax/binary/sets/base.tgz,./usr/mdec/boot.pmax
43
44# sgimips needs the compressed kernels with short names in /, the various
45# boot files that go into the volume header and the bootblock.h file
46# to grep for the volume header size
47EXTFILES.sgimips=	sgimips.bootblock.h:sgimips/binary/sets/comp.tgz,./usr/include/sys/bootblock.h
48INTFILES.sgimips=	aoutboot:sgimips/binary/sets/base.tgz,./usr/mdec/aoutboot \
49			ip2xboot:sgimips/binary/sets/base.tgz,./usr/mdec/ip2xboot \
50			ip3xboot:sgimips/binary/sets/base.tgz,./usr/mdec/ip3xboot \
51			ip2x:sgimips/binary/kernel/netbsd-INSTALL32_IP2x.gz,link \
52			ip3x:sgimips/binary/kernel/netbsd-INSTALL32_IP3x.gz,link
53
54
55# BOOTFILE.sparc is absolute
56BOOTFILE.sparc=		${EXTFILEDIR}/sparc-boot.fs
57EXTFILES.sparc=		sparc-boot.fs:sparc/installation/bootfs/boot.fs.gz
58INTFILES.sparc=		installation/bootfs/instfs.tgz:sparc/installation/bootfs/instfs.tgz,link
59INTDIRS.sparc=		installation/bootfs
60MKISOFS_ARGS.sparc=	-hide-hfs ./installation -hide-joliet ./installation
61
62# BOOTFILE.sparc64 is absolute
63BOOTFILE.sparc64=	${EXTFILEDIR}/sparc64-boot.fs
64EXTFILES.sparc64=	sparc64-boot.fs:sparc64/installation/misc/boot.fs.gz
65
66# BOOTFILE.vax is absolute
67BOOTFILE.vax=		${EXTFILEDIR}/vax.xxboot
68EXTFILES.vax=		vax.xxboot:vax/binary/sets/base.tgz,./usr/mdec/xxboot
69INTFILES.vax=		netbsd.vax:vax/installation/netboot/install.ram.gz,link \
70			boot.vax:vax/binary/sets/base.tgz,./usr/mdec/boot
71