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