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