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