1 1.24 rin # $NetBSD: list,v 1.24 2022/05/11 10:36:52 rin Exp $ 2 1.1 leo 3 1.1 leo PROG bin/cat 4 1.1 leo PROG bin/chmod 5 1.21 tsutsui PROG bin/cp 6 1.13 tsutsui PROG bin/dd 7 1.9 tsutsui PROG bin/df 8 1.1 leo PROG bin/ln 9 1.1 leo PROG bin/ls 10 1.1 leo PROG bin/mkdir 11 1.1 leo PROG bin/mv 12 1.1 leo PROG bin/pax usr/bin/tar 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.16 tsutsui PROG sbin/chown bin/chgrp 18 1.1 leo PROG sbin/disklabel 19 1.8 abs PROG sbin/dmesg 20 1.1 leo PROG sbin/fsck 21 1.1 leo PROG sbin/fsck_ffs 22 1.1 leo PROG sbin/ifconfig 23 1.1 leo PROG sbin/init 24 1.1 leo PROG sbin/mknod 25 1.1 leo PROG sbin/mount 26 1.1 leo PROG sbin/mount_cd9660 27 1.1 leo PROG sbin/mount_ffs 28 1.22 tsutsui PROG sbin/mount_kernfs 29 1.1 leo PROG sbin/mount_msdos 30 1.1 leo PROG sbin/mount_nfs 31 1.1 leo PROG sbin/newfs sbin/mount_mfs 32 1.1 leo PROG sbin/ping 33 1.1 leo PROG sbin/reboot sbin/halt 34 1.1 leo PROG sbin/route 35 1.22 tsutsui #PROG sbin/sysctl 36 1.1 leo PROG sbin/umount 37 1.1 leo 38 1.1 leo PROG usr/bin/ftp 39 1.1 leo PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 40 1.18 christos PROG usr/bin/sed 41 1.1 leo 42 1.1 leo PROG usr/mdec/installboot 43 1.1 leo 44 1.1 leo PROG usr/sbin/chroot 45 1.1 leo 46 1.1 leo PROG sbin/ahdilabel 47 1.1 leo PROG usr/sbin/loadkmap 48 1.1 leo 49 1.3 leo SPECIAL installboot srcdir sys/arch/atari/stand/installboot 50 1.20 rin SPECIAL fsck_ffs srcdir distrib/utils/x_fsck_ffs 51 1.14 tsutsui SPECIAL gzip srcdir distrib/utils/x_gzip 52 1.19 christos SPECIAL disklabel srcdir distrib/utils/x_disklabel 53 1.1 leo SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 54 1.20 rin SPECIAL newfs srcdir distrib/utils/x_newfs 55 1.1 leo SPECIAL ping srcdir distrib/utils/x_ping 56 1.1 leo SPECIAL route srcdir distrib/utils/x_route 57 1.1 leo SPECIAL umount srcdir distrib/utils/x_umount 58 1.1 leo 59 1.1 leo # various files that we need in /etc for the install 60 1.15 tsutsui COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 61 1.15 tsutsui COPY ${DISTRIBDIR}/common/protocols etc/protocols 62 1.12 abs COPY ${DISTRIBDIR}/common/services etc/services 63 1.1 leo 64 1.1 leo # we need the boot block code in /usr/mdec 65 1.6 he MTREE ./usr/mdec/std type=dir uname=root gname=wheel mode=0755 66 1.6 he MTREE ./usr/mdec/milan type=dir uname=root gname=wheel mode=0755 67 1.6 he 68 1.6 he COPY ${DESTDIR}/usr/mdec/std/bootxx usr/mdec/std/bootxx 69 1.6 he COPY ${DESTDIR}/usr/mdec/std/boot.atari usr/mdec/std/boot.atari 70 1.6 he COPY ${DESTDIR}/usr/mdec/std/sdboot usr/mdec/std/sdboot 71 1.6 he COPY ${DESTDIR}/usr/mdec/std/wdboot usr/mdec/std/wdboot 72 1.6 he COPY ${DESTDIR}/usr/mdec/std/sdb00t.ahdi usr/mdec/std/sdb00t.ahdi 73 1.6 he COPY ${DESTDIR}/usr/mdec/std/wdb00t.ahdi usr/mdec/std/wdb00t.ahdi 74 1.6 he COPY ${DESTDIR}/usr/mdec/std/xxboot.ahdi usr/mdec/std/xxboot.ahdi 75 1.6 he COPY ${DESTDIR}/usr/mdec/milan/bootxx usr/mdec/milan/bootxx 76 1.6 he COPY ${DESTDIR}/usr/mdec/milan/boot.atari usr/mdec/milan/boot.atari 77 1.6 he COPY ${DESTDIR}/usr/mdec/milan/sdboot usr/mdec/milan/sdboot 78 1.23 tsutsui LINK usr/mdec/milan/sdboot usr/mdec/milan/wdboot 79 1.6 he COPY ${DESTDIR}/usr/mdec/milan/sdb00t.ahdi usr/mdec/milan/sdb00t.ahdi 80 1.6 he COPY ${DESTDIR}/usr/mdec/milan/xxboot.ahdi usr/mdec/milan/xxboot.ahdi 81 1.24 rin 82 1.24 rin # If you want to revive FD support, enable -DSUPPORT_FD for SMALLPROG in 83 1.24 rin # sys/arch/stand/atari/installboot/Makefile. 84 1.24 rin #COPY ${DESTDIR}/usr/mdec/std/fdboot usr/mdec/std/fdboot 85 1.24 rin #COPY ${DESTDIR}/usr/mdec/milan/fdboot usr/mdec/milan/fdboot 86