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