1 # $NetBSD: list,v 1.2 1996/06/11 09:53:25 thorpej Exp $ 2 3 # hp300 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 # Minimize use of MFS 24 SYMLINK /tmp var/tmp 25 26 # copy the MAKEDEV script and make some devices 27 COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 28 COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 29 SPECIAL cd dev; sh MAKEDEV all 30 SPECIAL /bin/rm dev/MAKEDEV 31 32 # we need the contents of /usr/mdec 33 COPYDIR ${DESTDIR}/usr/mdec usr/mdec 34 35 # the zoneinfo 36 COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 37 38 # and the termcap file 39 COPY ${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap 40 41 # copy the kernel 42 COPY ${CURDIR}/../../sys/arch/hp300/compile/GENERIC/netbsd netbsd 43 44 # various files that we need in /etc for the install 45 COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 46 SYMLINK /tmp/disktab.shadow etc/disktab 47 SYMLINK /tmp/fstab.shadow etc/fstab 48 SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 49 SYMLINK /tmp/hosts etc/hosts 50 51 # and the installation tools 52 COPY ${ARCHDIR}/dot.profile .profile 53 COPY ${ARCHDIR}/install.md install.md 54