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