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