1# $NetBSD: NetBSD-1.5.mk,v 1.5 2001/01/17 16:04:26 tv Exp $
2#
3# Configuration file for the NetBSD 1.5 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# BOOTFILE.i386 is relative to CD staging root
15BOOTFILE.i386=		boot.i386
16INTFILES.i386=		boot.i386:i386/installation/floppy/boot-big.fs,link
17
18# macppc has external bootblock generation tool
19EXTFILES.macppc=	macppc.ofwboot:macppc/binary/sets/base.tgz,./usr/mdec/ofwboot
20INTFILES.macppc=	ofwboot.xcf:macppc/installation/ofwboot.xcf,link \
21			netbsd.macppc:macppc/installation/netbsd.ram.gz,link
22
23# BOOTFILE.pmax is absolute
24BOOTFILE.pmax=		${EXTFILEDIR}/pmax.bootxx
25EXTFILES.pmax=		pmax.bootxx:pmax/binary/sets/base.tgz,./usr/mdec/bootxx_cd9660
26INTFILES.pmax=		netbsd.pmax:pmax/binary/kernel/install.gz,link \
27			boot.pmax:pmax/binary/sets/base.tgz,./usr/mdec/boot.pmax
28
29# BOOTFILE.sparc is absolute
30BOOTFILE.sparc=		${EXTFILEDIR}/sparc-boot.fs
31EXTFILES.sparc=		sparc-boot.fs:sparc/installation/bootfs/boot.fs.gz
32INTFILES.sparc=		installation/bootfs/instfs.tgz:sparc/installation/bootfs/instfs.tgz,link
33INTDIRS.sparc=		installation/bootfs
34MKISOFS_ARGS.sparc=	-hide-hfs ./installation -hide-joliet ./installation
35
36# BOOTFILE.vax is absolute
37BOOTFILE.vax=		${EXTFILEDIR}/vax.xxboot
38EXTFILES.vax=		vax.xxboot:vax/binary/sets/base.tgz,./usr/mdec/hpboot
39INTFILES.vax=		netbsd.vax:vax/installation/netboot/netbsd.ram.gz,link \
40			boot.vax:vax/binary/sets/base.tgz,./usr/mdec/boot
41