1 1.6 chs # $NetBSD: list,v 1.6 2001/10/21 02:22:36 chs 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/tset usr/bin/reset 16 1.1 scw SYMLINK ../../instbin usr/bin/vi 17 1.1 scw SYMLINK ../../instbin usr/bin/less usr/bin/more 18 1.1 scw 19 1.1 scw # crunchgen source directory specials 20 1.1 scw CRUNCHSPECIAL vi srcdir usr.bin/vi/build 21 1.6 chs CRUNCHSPECIAL less srcdir usr.bin/less/less 22 1.1 scw 23 1.1 scw # Minimize use of MFS 24 1.1 scw SYMLINK /tmp var/tmp 25 1.1 scw 26 1.1 scw # copy the MAKEDEV script and make some devices 27 1.1 scw COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 28 1.1 scw COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 29 1.1 scw SPECIAL cd dev; sh MAKEDEV all 30 1.1 scw SPECIAL /bin/rm dev/MAKEDEV 31 1.1 scw 32 1.1 scw # we need the contents of /usr/mdec 33 1.1 scw COPYDIR ${DESTDIR}/usr/mdec usr/mdec 34 1.1 scw 35 1.1 scw # the zoneinfo 36 1.1 scw COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 37 1.1 scw 38 1.1 scw # and the termcap file 39 1.1 scw COPY ${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap 40 1.1 scw 41 1.1 scw # copy the kernel 42 1.5 sjg COPY ${KERNOBJDIR:-${CURDIR}/../../sys/arch/mvme68k/compile}/GENERIC/netbsd netbsd 43 1.1 scw 44 1.1 scw # various files that we need in /etc for the install 45 1.1 scw COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 46 1.3 leo COPY ${DESTDIR}/etc/spwd.db etc/spwd.db 47 1.3 leo LINK etc/spwd.db etc/pwd.db 48 1.1 scw SYMLINK /tmp/disktab.shadow etc/disktab 49 1.1 scw SYMLINK /tmp/fstab.shadow etc/fstab 50 1.1 scw SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 51 1.1 scw SYMLINK /tmp/hosts etc/hosts 52 1.1 scw 53 1.1 scw # and the installation tools 54 1.1 scw COPY ${ARCHDIR}/dot.profile .profile 55 1.1 scw COPY ${ARCHDIR}/install.md install.md 56 1.1 scw 57 1.1 scw # create a mount-point for the kernel fs 58 1.1 scw SPECIAL /bin/mkdir kern 59 1.1 scw 60