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