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