1# $NetBSD: NetBSD-3.1.mk,v 1.1 2006/08/21 21:14:24 ghen Exp $
2#
3# Configuration file for the NetBSD 3.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/installation/floppy/boot-big.fs,link
20
21# BOOTFILE.amd64 is relative to CD staging root
22BOOTFILE.amd64=		boot.amd64
23INTFILES.amd64=		boot.amd64:amd64/installation/floppy/boot-big.fs,link
24
25# macppc has external bootblock generation tool
26EXTFILES.macppc=	macppc.bootxx:macppc/binary/sets/base.tgz,./usr/mdec/bootxx \
27			macppc.ofwboot:macppc/binary/sets/base.tgz,./usr/mdec/ofwboot
28INTFILES.macppc=	ofwboot.xcf:macppc/installation/ofwboot.xcf,link \
29			ofwboot:macppc/binary/sets/base.tgz,./usr/mdec/ofwboot \
30			netbsd.macppc:macppc/binary/kernel/netbsd-INSTALL.gz,link
31
32# BOOTFILE.pmax is absolute
33BOOTFILE.pmax=		${EXTFILEDIR}/pmax.bootxx
34EXTFILES.pmax=		pmax.bootxx:pmax/binary/sets/base.tgz,./usr/mdec/bootxx_cd9660
35INTFILES.pmax=		netbsd.pmax:pmax/binary/kernel/netbsd-INSTALL.gz,link \
36			boot.pmax:pmax/binary/sets/base.tgz,./usr/mdec/boot.pmax
37
38# sgimips needs the compressed kernels with short names in /, the various
39# boot files that go into the volume header and the bootblock.h file
40# to grep for the volume header size
41EXTFILES.sgimips=	sgimips.bootblock.h:sgimips/binary/sets/comp.tgz,./usr/include/sys/bootblock.h
42INTFILES.sgimips=	aoutboot:sgimips/binary/sets/base.tgz,./usr/mdec/aoutboot \
43			ip2xboot:sgimips/binary/sets/base.tgz,./usr/mdec/ip2xboot \
44			ip3xboot:sgimips/binary/sets/base.tgz,./usr/mdec/ip3xboot \
45			ip2x:sgimips/binary/kernel/netbsd-INSTALL32_IP2x.gz,link \
46			ip3x:sgimips/binary/kernel/netbsd-INSTALL32_IP3x.gz,link
47
48
49# BOOTFILE.sparc is absolute
50BOOTFILE.sparc=		${EXTFILEDIR}/sparc-boot.fs
51EXTFILES.sparc=		sparc-boot.fs:sparc/installation/bootfs/boot.fs.gz
52INTFILES.sparc=		installation/bootfs/instfs.tgz:sparc/installation/bootfs/instfs.tgz,link
53INTDIRS.sparc=		installation/bootfs
54MKISOFS_ARGS.sparc=	-hide-hfs ./installation -hide-joliet ./installation
55
56# BOOTFILE.sparc64 is absolute
57BOOTFILE.sparc64=	${EXTFILEDIR}/sparc64-boot.fs
58EXTFILES.sparc64=	sparc64-boot.fs:sparc64/installation/misc/boot.fs.gz
59
60# BOOTFILE.vax is absolute
61BOOTFILE.vax=		${EXTFILEDIR}/vax.xxboot
62EXTFILES.vax=		vax.xxboot:vax/binary/sets/base.tgz,./usr/mdec/xxboot
63INTFILES.vax=		netbsd.vax:vax/installation/netboot/install.ram.gz,link \
64			boot.vax:vax/binary/sets/base.tgz,./usr/mdec/boot
65