list revision 1.11
1# $NetBSD: list,v 1.11 2010/01/02 06:46:09 tsutsui Exp $ 2 3# Vax extras 4PROG sbin/disklabel 5PROG sbin/mount_kernfs 6PROG sbin/sysctl 7 8PROG usr/bin/basename 9PROG usr/bin/cksum usr/bin/sum 10PROG usr/bin/getopt 11PROG usr/bin/less usr/bin/more 12PROG usr/bin/netstat 13PROG usr/bin/rsh 14PROG usr/bin/tset usr/bin/reset 15PROG usr/bin/vi 16 17PROG usr/sbin/installboot 18 19# crunchgen source directory specials 20SPECIAL vi srcdir usr.bin/nvi/build 21SPECIAL less srcdir usr.bin/less/less 22 23# Minimize use of MFS 24SYMLINK /tmp var/tmp 25 26# we need the contents of /usr/mdec 27COPYDIR ${DESTDIR}/usr/mdec usr/mdec 28 29# and the termcap file 30COPY ${DISTRIBDIR}/common/termcap usr/share/misc/termcap 31 32# copy the kernel 33COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd 34 35# various files that we need in /etc for the install 36SYMLINK /tmp/fstab.shadow etc/fstab 37SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 38SYMLINK /tmp/hosts etc/hosts 39 40# and the installation tools 41COPY ${ARCHDIR}/dot.profile .profile 42COPY ${ARCHDIR}/../install.md install.md 43COPY ${DESTDIR}/usr/mdec/boot boot 44