#	$NetBSD: list,v 1.9.4.3 2000/09/19 18:25:19 is Exp $

# Amiga extra's
LINK	instbin			sbin/mount_ados
LINK	instbin			sbin/mount_kernfs
SPECIAL mkdir			kern
LINK	instbin			usr/bin/printf
LINK	instbin			usr/bin/vi
LINK	instbin			usr/sbin/loadkmap
LINK	instbin			sbin/disklabel

SYMLINK	../../instbin		usr/bin/netstat

# `internal' crunchgen links
ARGVLINK mount_ados		ados

# crunchgen source directory specials
CRUNCHSPECIAL	loadkmap srcdir sys/arch/amiga/stand/loadkmap
CRUNCHSPECIAL	vi srcdir usr.bin/vi/build

# Minimize use of MFS
SYMLINK	/tmp	var/tmp

# copy the MAKEDEV script and make some devices
COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
SPECIAL	cd dev; sh MAKEDEV floppy
SPECIAL	/bin/rm dev/MAKEDEV

# various files that we need in /etc for the install
COPY	${ARCHDIR}/disktab.shadow	etc/disktab.shadow
COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
LINK	etc/spwd.db			etc/pwd.db
#SYMLINK	/tmp/disktab.shadow		etc/disktab
SYMLINK	/tmp/fstab.shadow		etc/fstab
SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
SYMLINK	/tmp/hosts			etc/hosts

# and the termcap file
COPY	${ARCHDIR}/termcap.vt usr/share/misc/termcap

# and the installation scripts
COPY	${ARCHDIR}/install.md		install.md
COPY	${ARCHDIR}/dot.profile		.profile

# and the keyboard maps
COPYDIR	${DESTDIR}/usr/share/keymaps/amiga	usr/share/keymaps/amiga

# remove the /usr/share/zoneinfo directory, so the installation script
# can determine that the atari install does not support it.
# ??? -is
SPECIAL	rmdir usr/share/zoneinfo

# Install kernel
COPY	${KERNOBJDIR:-${CURDIR}/../../sys/arch/amiga/compile}/INSTALL/netbsd	netbsd
