1 # $NetBSD: list,v 1.10 1999/01/20 07:43:17 mrg 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/tset usr/bin/reset 16 SYMLINK ../../instbin usr/bin/vi 17 SYMLINK ../../instbin usr/bin/less usr/bin/more 18 SYMLINK ../../instbin usr/sbin/sysctl 19 20 # crunchgen source directory specials 21 CRUNCHSPECIAL vi srcdir usr.bin/vi/build 22 CRUNCHSPECIAL less srcdir usr.bin/less/less 23 24 25 # Minimize use of MFS 26 SYMLINK /tmp var/tmp 27 28 # copy the MAKEDEV script and make some devices 29 COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 30 COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 31 SPECIAL cd dev; sh MAKEDEV all 32 SPECIAL /bin/rm dev/MAKEDEV 33 34 # we need the contents of /usr/mdec 35 COPYDIR ${DESTDIR}/usr/mdec usr/mdec 36 37 # the zoneinfo 38 COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 39 40 # and the termcap file 41 COPY ${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap 42 43 # copy the kernel 44 COPY ${CURDIR}/../../sys/arch/sparc/compile/GENERIC_SCSI3/netbsd netbsd 45 46 # various files that we need in /etc for the install 47 COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 48 SYMLINK /tmp/disktab.shadow etc/disktab 49 SYMLINK /tmp/fstab.shadow etc/fstab 50 SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 51 SYMLINK /tmp/hosts etc/hosts 52 53 # and the installation tools 54 COPY ${ARCHDIR}/dot.profile .profile 55 COPY ${ARCHDIR}/../install.md install.md 56 COPY ${DESTDIR}/usr/mdec/boot boot 57 SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -m${DESTDIR}/usr/mdec -v ffs ${TARGDIR} 58