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