1 1.3 leo # $NetBSD: list,v 1.3 1999/03/25 15:51:17 leo Exp $ 2 1.1 scw 3 1.1 scw # mvme68k's extras 4 1.1 scw LINK instbin sbin/disklabel 5 1.1 scw LINK instbin sbin/edlabel 6 1.1 scw LINK instbin sbin/mount_kernfs 7 1.1 scw 8 1.1 scw SYMLINK ../../instbin usr/bin/basename 9 1.1 scw SYMLINK ../../instbin usr/bin/cksum usr/bin/sum 10 1.1 scw SYMLINK ../../instbin usr/bin/cut 11 1.1 scw SYMLINK ../../instbin usr/bin/gawk usr/bin/awk 12 1.1 scw SYMLINK ../../instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep 13 1.1 scw SYMLINK ../../instbin usr/bin/netstat 14 1.1 scw SYMLINK ../../instbin usr/bin/rsh 15 1.1 scw SYMLINK ../../instbin usr/bin/strings 16 1.1 scw SYMLINK ../../instbin usr/bin/tset usr/bin/reset 17 1.1 scw SYMLINK ../../instbin usr/bin/vi 18 1.1 scw SYMLINK ../../instbin usr/bin/less usr/bin/more 19 1.1 scw 20 1.1 scw # crunchgen source directory specials 21 1.1 scw CRUNCHSPECIAL vi srcdir usr.bin/vi/build 22 1.1 scw CRUNCHSPECIAL less srcdir /usr/src/usr.bin/less/less 23 1.1 scw 24 1.1 scw # Minimize use of MFS 25 1.1 scw SYMLINK /tmp var/tmp 26 1.1 scw 27 1.1 scw # copy the MAKEDEV script and make some devices 28 1.1 scw COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 29 1.1 scw COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 30 1.1 scw SPECIAL cd dev; sh MAKEDEV all 31 1.1 scw SPECIAL /bin/rm dev/MAKEDEV 32 1.1 scw 33 1.1 scw # we need the contents of /usr/mdec 34 1.1 scw COPYDIR ${DESTDIR}/usr/mdec usr/mdec 35 1.1 scw 36 1.1 scw # the zoneinfo 37 1.1 scw COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 38 1.1 scw 39 1.1 scw # and the termcap file 40 1.1 scw COPY ${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap 41 1.1 scw 42 1.1 scw # copy the kernel 43 1.2 scw COPY ${CURDIR}/../../sys/arch/mvme68k/compile/GENERIC/netbsd netbsd 44 1.1 scw 45 1.1 scw # various files that we need in /etc for the install 46 1.1 scw COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 47 1.3 leo COPY ${DESTDIR}/etc/spwd.db etc/spwd.db 48 1.3 leo LINK etc/spwd.db etc/pwd.db 49 1.1 scw SYMLINK /tmp/disktab.shadow etc/disktab 50 1.1 scw SYMLINK /tmp/fstab.shadow etc/fstab 51 1.1 scw SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 52 1.1 scw SYMLINK /tmp/hosts etc/hosts 53 1.1 scw 54 1.1 scw # and the installation tools 55 1.1 scw COPY ${ARCHDIR}/dot.profile .profile 56 1.1 scw COPY ${ARCHDIR}/install.md install.md 57 1.1 scw 58 1.1 scw # create a mount-point for the kernel fs 59 1.1 scw SPECIAL /bin/mkdir kern 60 1.1 scw 61