list revision 1.4
11.4Smhitch#	$NetBSD: list,v 1.4 1997/11/08 23:01:32 mhitch Exp $
21.1Sis
31.1Sis# Amiga extra's
41.1SisLINK	instbin			sbin/mount_ados
51.1SisLINK	instbin			sbin/mount_kernfs
61.1SisSPECIAL mkdir			kern
71.1SisLINK	instbin			usr/bin/printf
81.1SisLINK	instbin			usr/bin/vi
91.1SisLINK	instbin			usr/sbin/loadkmap
101.1Sis
111.4SmhitchSYMLINK	../../instbin		usr/bin/netstat
121.4Smhitch
131.1Sis# `internal' crunchgen links
141.1SisARGVLINK mount_ados		ados
151.1Sis
161.1Sis# crunchgen source directory specials
171.2SchoppsCRUNCHSPECIAL	loadkmap srcdir sys/arch/amiga/stand/loadkmap
181.2SchoppsCRUNCHSPECIAL	vi srcdir usr.bin/vi/build
191.1Sis
201.4Smhitch# Minimize use of MFS
211.4SmhitchSYMLINK	/tmp	var/tmp
221.4Smhitch
231.1Sis# copy the MAKEDEV script and make some devices
241.1SisCOPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
251.1SisCOPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
261.1SisSPECIAL	cd dev; sh MAKEDEV floppy
271.1SisSPECIAL	/bin/rm dev/MAKEDEV
281.1Sis
291.1Sis# various files that we need in /etc for the install
301.1SisCOPY	${ARCHDIR}/disktab.shadow		etc/disktab.shadow
311.1Sis#SYMLINK	/tmp/disktab.shadow		etc/disktab
321.4SmhitchSYMLINK	/tmp/fstab.shadow		etc/fstab
331.4SmhitchSYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
341.4SmhitchSYMLINK	/tmp/hosts			etc/hosts
351.1Sis
361.1Sis# and the termcap file
371.1SisCOPY	${ARCHDIR}/termcap.vt usr/share/misc/termcap
381.1Sis
391.1Sis# and the installation scripts
401.1SisCOPY	${ARCHDIR}/install.md		install.md
411.1SisCOPY	${ARCHDIR}/dot.profile		.profile
421.1Sis
431.1Sis# and the keyboard maps
441.1SisCOPYDIR	${DESTDIR}/usr/share/keymaps/amiga	usr/share/keymaps/amiga
451.1Sis
461.1Sis# remove the /usr/share/zoneinfo directory, so the installation script
471.1Sis# can determine that the atari install does not support it.
481.1Sis# ??? -is
491.1SisSPECIAL	rmdir usr/share/zoneinfo
501.1Sis
511.1Sis# Generic kernel
521.3SchoppsCOPY	${CURDIR}/../../sys/arch/amiga/compile/GENERIC/netbsd	netbsd
53