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