1 1.6 he # $NetBSD: list,v 1.6 2003/07/11 11:54:10 he Exp $ 2 1.1 leo 3 1.1 leo PROG bin/cat 4 1.1 leo PROG bin/chmod 5 1.1 leo PROG bin/cp 6 1.1 leo PROG bin/expr 7 1.1 leo PROG bin/ln 8 1.1 leo PROG bin/ls 9 1.1 leo PROG bin/mkdir 10 1.1 leo PROG bin/mv 11 1.1 leo PROG bin/pax usr/bin/tar 12 1.1 leo PROG bin/pwd 13 1.1 leo PROG bin/rm 14 1.1 leo PROG bin/sh 15 1.1 leo PROG bin/stty 16 1.1 leo 17 1.1 leo PROG sbin/disklabel 18 1.1 leo PROG sbin/fsck 19 1.1 leo PROG sbin/fsck_ffs 20 1.1 leo PROG sbin/ifconfig 21 1.1 leo PROG sbin/init 22 1.1 leo PROG sbin/mknod 23 1.1 leo PROG sbin/mount 24 1.1 leo PROG sbin/mount_cd9660 25 1.1 leo PROG sbin/mount_ffs 26 1.1 leo PROG sbin/mount_kernfs 27 1.1 leo PROG sbin/mount_msdos 28 1.1 leo PROG sbin/mount_nfs 29 1.1 leo PROG sbin/newfs sbin/mount_mfs 30 1.1 leo PROG sbin/ping 31 1.1 leo PROG sbin/reboot sbin/halt 32 1.1 leo PROG sbin/route 33 1.1 leo PROG sbin/swapctl 34 1.1 leo PROG sbin/umount 35 1.1 leo 36 1.1 leo PROG usr/bin/ftp 37 1.1 leo PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 38 1.1 leo PROG usr/bin/sed 39 1.1 leo 40 1.1 leo PROG usr/mdec/installboot 41 1.1 leo 42 1.1 leo PROG usr/sbin/chown usr/bin/chgrp 43 1.1 leo PROG usr/sbin/chroot 44 1.1 leo 45 1.1 leo PROG sbin/ahdilabel 46 1.1 leo PROG usr/sbin/loadkmap 47 1.1 leo 48 1.3 leo SPECIAL installboot srcdir sys/arch/atari/stand/installboot 49 1.1 leo SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 50 1.1 leo SPECIAL ping srcdir distrib/utils/x_ping 51 1.1 leo SPECIAL route srcdir distrib/utils/x_route 52 1.1 leo SPECIAL umount srcdir distrib/utils/x_umount 53 1.1 leo 54 1.1 leo # various files that we need in /etc for the install 55 1.2 lukem COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 56 1.2 lukem COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 57 1.2 lukem COPY ${NETBSDSRCDIR}/etc/services etc/services 58 1.1 leo 59 1.1 leo # we need the boot block code in /usr/mdec 60 1.6 he MTREE ./usr/mdec/std type=dir uname=root gname=wheel mode=0755 61 1.6 he MTREE ./usr/mdec/milan type=dir uname=root gname=wheel mode=0755 62 1.6 he 63 1.6 he COPY ${DESTDIR}/usr/mdec/std/bootxx usr/mdec/std/bootxx 64 1.6 he COPY ${DESTDIR}/usr/mdec/std/boot.atari usr/mdec/std/boot.atari 65 1.6 he COPY ${DESTDIR}/usr/mdec/std/fdboot usr/mdec/std/fdboot 66 1.6 he COPY ${DESTDIR}/usr/mdec/std/sdboot usr/mdec/std/sdboot 67 1.6 he COPY ${DESTDIR}/usr/mdec/std/wdboot usr/mdec/std/wdboot 68 1.6 he COPY ${DESTDIR}/usr/mdec/std/sdb00t.ahdi usr/mdec/std/sdb00t.ahdi 69 1.6 he COPY ${DESTDIR}/usr/mdec/std/wdb00t.ahdi usr/mdec/std/wdb00t.ahdi 70 1.6 he COPY ${DESTDIR}/usr/mdec/std/xxboot.ahdi usr/mdec/std/xxboot.ahdi 71 1.6 he COPY ${DESTDIR}/usr/mdec/milan/bootxx usr/mdec/milan/bootxx 72 1.6 he COPY ${DESTDIR}/usr/mdec/milan/boot.atari usr/mdec/milan/boot.atari 73 1.6 he COPY ${DESTDIR}/usr/mdec/milan/fdboot usr/mdec/milan/fdboot 74 1.6 he COPY ${DESTDIR}/usr/mdec/milan/sdboot usr/mdec/milan/sdboot 75 1.6 he COPY ${DESTDIR}/usr/mdec/milan/sdb00t.ahdi usr/mdec/milan/sdb00t.ahdi 76 1.6 he COPY ${DESTDIR}/usr/mdec/milan/xxboot.ahdi usr/mdec/milan/xxboot.ahdi 77