list revision 1.34
1# $NetBSD: list,v 1.34 2010/02/05 10:01:20 roy Exp $ 2 3# Sparc extra's 4PROG bin/rcmd 5PROG sbin/disklabel 6PROG sbin/dmesg 7PROG sbin/sysctl 8 9PROG usr/bin/basename 10PROG usr/bin/cksum usr/bin/sum 11PROG usr/bin/getopt 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 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# ensure binstall is executable 29MTREE ./usr/mdec/binstall mode=0555 30 31# and the terminfo database 32COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db 33 34# copy the kernel 35COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd 36 37# various files that we need in /etc for the install 38SYMLINK /tmp/fstab.shadow etc/fstab 39SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 40SYMLINK /tmp/hosts etc/hosts 41 42# and the installation tools 43COPY ${ARCHDIR}/dot.profile .profile 44COPY ${ARCHDIR}/../install.md install.md 45COPY ${DESTDIR}/usr/mdec/boot boot 46