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