1# $NetBSD: list,v 1.14 2004/04/02 23:04:37 he Exp $ 2 3# mvme68k's extras 4PROG sbin/disklabel 5PROG sbin/edlabel 6PROG sbin/mount_kernfs 7 8PROG usr/bin/basename 9PROG usr/bin/cksum usr/bin/sum 10PROG usr/bin/cut 11PROG usr/bin/awk 12PROG usr/bin/netstat 13PROG usr/bin/rsh 14PROG usr/bin/tset usr/bin/reset 15PROG usr/bin/vi 16PROG usr/bin/less usr/bin/more 17 18# crunchgen source directory specials 19SPECIAL less srcdir usr.bin/less/less 20SPECIAL vi srcdir usr.bin/vi/build 21 22# Minimize use of MFS 23SYMLINK /tmp var/tmp 24 25# we need the contents of /usr/mdec 26COPYDIR ${DESTDIR}/usr/mdec usr/mdec 27# ensure installboot is executable 28MTREE ./usr/mdec/installboot mode=0555 29 30# the zoneinfo 31COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 32 33# and the termcap file 34COPY ${NETBSDSRCDIR}/share/termcap/termcap.src usr/share/misc/termcap 35 36# copy the kernel 37COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd 38 39# various files that we need in /etc for the install 40COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 41SYMLINK /tmp/disktab.shadow etc/disktab 42SYMLINK /tmp/fstab.shadow etc/fstab 43SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 44SYMLINK /tmp/hosts etc/hosts 45 46# and the installation tools 47COPY ${ARCHDIR}/dot.profile .profile 48COPY ${ARCHDIR}/install.md install.md 49