1 # $NetBSD: list,v 1.6 2009/01/03 18:11:26 tsutsui Exp $ 2 3 PROG bin/cat 4 PROG bin/chmod 5 PROG bin/cp 6 PROG bin/df 7 PROG bin/expr 8 PROG bin/ln 9 PROG bin/ls 10 PROG bin/mkdir 11 PROG bin/mv 12 PROG bin/pax usr/bin/tar 13 PROG bin/pwd 14 PROG bin/rm 15 PROG bin/sh 16 PROG bin/stty 17 18 PROG sbin/edlabel 19 PROG sbin/fsck 20 PROG sbin/fsck_ffs 21 PROG sbin/init 22 PROG sbin/mknod 23 PROG sbin/mount 24 PROG sbin/mount_cd9660 25 PROG sbin/mount_ffs 26 PROG sbin/mount_msdos 27 PROG sbin/mount_nfs 28 PROG sbin/newfs sbin/mount_mfs 29 PROG sbin/reboot sbin/halt 30 PROG sbin/swapctl 31 PROG sbin/sysctl 32 PROG sbin/umount 33 34 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 35 PROG usr/bin/sed 36 PROG usr/bin/sort 37 38 PROG usr/sbin/chown usr/bin/chgrp 39 PROG usr/sbin/chroot 40 41 PROG sbin/ahdilabel 42 PROG usr/sbin/loadkmap 43 44 SPECIAL umount srcdir distrib/utils/x_umount 45 46 # The installation scripts 47 COPY ${CURDIR}/install.md install.md 48 COPY ${CURDIR}/install.sh install 555 49 CMD sed "/^VERSION=/s/=.*/=${DISTRIBREV}/" < ${CURDIR}/../../../miniroot/install.sub > install.sub 50 MTREE ./install.sub type=file uname=root gname=wheel mode=0444 51