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