list revision 1.10
1# $NetBSD: list,v 1.10 2009/09/20 23:19:56 abs 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# the zoneinfo 30COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 31 32# and the termcap file 33COPY ${DISTRIBDIR}/common/termcap usr/share/misc/termcap 34 35# copy the kernel 36COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd 37 38# various files that we need in /etc for the install 39SYMLINK /tmp/fstab.shadow etc/fstab 40SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 41SYMLINK /tmp/hosts etc/hosts 42 43# and the installation tools 44COPY ${ARCHDIR}/dot.profile .profile 45COPY ${ARCHDIR}/../install.md install.md 46COPY ${DESTDIR}/usr/mdec/boot boot 47