list revision 1.5
1# $NetBSD: list,v 1.5 1997/11/21 23:04:35 is Exp $ 2 3# Amiga extra's 4LINK instbin sbin/mount_ados 5LINK instbin sbin/mount_kernfs 6SPECIAL mkdir kern 7LINK instbin usr/bin/printf 8LINK instbin usr/bin/vi 9LINK instbin usr/sbin/loadkmap 10LINK instbin sbin/disklabel 11 12SYMLINK ../../instbin usr/bin/netstat 13 14# `internal' crunchgen links 15ARGVLINK mount_ados ados 16 17# crunchgen source directory specials 18CRUNCHSPECIAL loadkmap srcdir sys/arch/amiga/stand/loadkmap 19CRUNCHSPECIAL vi srcdir usr.bin/vi/build 20 21# Minimize use of MFS 22SYMLINK /tmp var/tmp 23 24# copy the MAKEDEV script and make some devices 25COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 26COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 27SPECIAL cd dev; sh MAKEDEV floppy 28SPECIAL /bin/rm dev/MAKEDEV 29 30# various files that we need in /etc for the install 31COPY ${ARCHDIR}/disktab.shadow etc/disktab.shadow 32#SYMLINK /tmp/disktab.shadow etc/disktab 33SYMLINK /tmp/fstab.shadow etc/fstab 34SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 35SYMLINK /tmp/hosts etc/hosts 36 37# and the termcap file 38COPY ${ARCHDIR}/termcap.vt usr/share/misc/termcap 39 40# and the installation scripts 41COPY ${ARCHDIR}/install.md install.md 42COPY ${ARCHDIR}/dot.profile .profile 43 44# and the keyboard maps 45COPYDIR ${DESTDIR}/usr/share/keymaps/amiga usr/share/keymaps/amiga 46 47# remove the /usr/share/zoneinfo directory, so the installation script 48# can determine that the atari install does not support it. 49# ??? -is 50SPECIAL rmdir usr/share/zoneinfo 51 52# Generic kernel 53COPY ${CURDIR}/../../sys/arch/amiga/compile/GENERIC/netbsd netbsd 54