1 # $NetBSD: list,v 1.26 2024/09/20 07:50:38 rin Exp $ 2 3 # mvme68k's extras 4 PROG sbin/disklabel 5 PROG sbin/mount_kernfs 6 7 PROG usr/bin/basename 8 PROG usr/bin/cksum usr/bin/sum 9 PROG usr/bin/cut 10 PROG usr/bin/awk 11 PROG usr/bin/netstat 12 PROG usr/bin/rsh 13 PROG usr/bin/tset usr/bin/reset 14 PROG usr/bin/vi 15 PROG usr/bin/less usr/bin/more 16 17 # crunchgen source directory specials 18 SPECIAL less srcdir external/bsd/less/bin/less 19 SPECIAL vi srcdir external/bsd/nvi/usr.bin/nvi 20 SPECIAL awk srcdir external/historical/nawk/bin 21 22 # Minimize use of MFS 23 SYMLINK /tmp var/tmp 24 25 # we need the contents of /usr/mdec 26 COPYDIR ${DESTDIR}/usr/mdec usr/mdec 27 # ensure installboot is executable 28 MTREE ./usr/mdec/installboot mode=0555 29 30 # copy the kernel 31 COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd 32 33 # various files that we need in /etc for the install 34 SYMLINK /tmp/fstab.shadow etc/fstab 35 SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 36 SYMLINK /tmp/hosts etc/hosts 37 38 # and the installation tools 39 COPY ${ARCHDIR}/dot.profile .profile 40 COPY ${ARCHDIR}/install.md install.md 41