list revision 1.5
11.5Sis#	$NetBSD: list,v 1.5 1997/11/21 23:04:35 is 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.5SisLINK	instbin			sbin/disklabel
111.1Sis
121.4SmhitchSYMLINK	../../instbin		usr/bin/netstat
131.4Smhitch
141.1Sis# `internal' crunchgen links
151.1SisARGVLINK mount_ados		ados
161.1Sis
171.1Sis# crunchgen source directory specials
181.2SchoppsCRUNCHSPECIAL	loadkmap srcdir sys/arch/amiga/stand/loadkmap
191.2SchoppsCRUNCHSPECIAL	vi srcdir usr.bin/vi/build
201.1Sis
211.4Smhitch# Minimize use of MFS
221.4SmhitchSYMLINK	/tmp	var/tmp
231.4Smhitch
241.1Sis# copy the MAKEDEV script and make some devices
251.1SisCOPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
261.1SisCOPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
271.1SisSPECIAL	cd dev; sh MAKEDEV floppy
281.1SisSPECIAL	/bin/rm dev/MAKEDEV
291.1Sis
301.1Sis# various files that we need in /etc for the install
311.1SisCOPY	${ARCHDIR}/disktab.shadow		etc/disktab.shadow
321.1Sis#SYMLINK	/tmp/disktab.shadow		etc/disktab
331.4SmhitchSYMLINK	/tmp/fstab.shadow		etc/fstab
341.4SmhitchSYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
351.4SmhitchSYMLINK	/tmp/hosts			etc/hosts
361.1Sis
371.1Sis# and the termcap file
381.1SisCOPY	${ARCHDIR}/termcap.vt usr/share/misc/termcap
391.1Sis
401.1Sis# and the installation scripts
411.1SisCOPY	${ARCHDIR}/install.md		install.md
421.1SisCOPY	${ARCHDIR}/dot.profile		.profile
431.1Sis
441.1Sis# and the keyboard maps
451.1SisCOPYDIR	${DESTDIR}/usr/share/keymaps/amiga	usr/share/keymaps/amiga
461.1Sis
471.1Sis# remove the /usr/share/zoneinfo directory, so the installation script
481.1Sis# can determine that the atari install does not support it.
491.1Sis# ??? -is
501.1SisSPECIAL	rmdir usr/share/zoneinfo
511.1Sis
521.1Sis# Generic kernel
531.3SchoppsCOPY	${CURDIR}/../../sys/arch/amiga/compile/GENERIC/netbsd	netbsd
54