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