1 1.30 abs # $NetBSD: list,v 1.30 2012/07/03 21:49:56 abs Exp $ 2 1.5 ragge 3 1.30 abs SRCDIRS external/bsd/less/bin bin sbin usr.bin usr.sbin 4 1.10 lukem 5 1.10 lukem PROG bin/cat 6 1.10 lukem PROG bin/chmod 7 1.10 lukem PROG bin/cp 8 1.10 lukem PROG bin/dd 9 1.10 lukem PROG bin/df 10 1.10 lukem PROG bin/ed 11 1.10 lukem PROG bin/ln 12 1.10 lukem PROG bin/ls 13 1.10 lukem PROG bin/mkdir 14 1.10 lukem PROG bin/mt 15 1.10 lukem PROG bin/mv 16 1.10 lukem PROG bin/pax usr/bin/tar 17 1.10 lukem PROG bin/pwd 18 1.10 lukem PROG bin/rm 19 1.10 lukem PROG bin/sh 20 1.10 lukem PROG bin/stty 21 1.10 lukem PROG bin/sync 22 1.10 lukem 23 1.25 tsutsui PROG sbin/chown bin/chgrp 24 1.10 lukem PROG sbin/disklabel 25 1.30 abs PROG sbin/dmesg 26 1.10 lukem PROG sbin/fsck 27 1.10 lukem PROG sbin/fsck_ffs 28 1.10 lukem PROG sbin/ifconfig 29 1.10 lukem PROG sbin/init 30 1.10 lukem PROG sbin/mknod 31 1.10 lukem PROG sbin/mount 32 1.10 lukem PROG sbin/mount_cd9660 33 1.10 lukem PROG sbin/mount_ffs 34 1.10 lukem PROG sbin/mount_nfs 35 1.11 lukem PROG sbin/newfs sbin/mount_mfs 36 1.10 lukem PROG sbin/ping 37 1.10 lukem PROG sbin/reboot sbin/halt 38 1.10 lukem # PROG sbin/restore sbin/rrestore 39 1.10 lukem PROG sbin/route 40 1.10 lukem PROG sbin/shutdown 41 1.10 lukem PROG sbin/swapctl 42 1.10 lukem PROG sbin/umount 43 1.10 lukem 44 1.10 lukem PROG usr/bin/ftp 45 1.10 lukem PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 46 1.10 lukem PROG usr/bin/less usr/bin/more 47 1.10 lukem PROG usr/bin/sed 48 1.10 lukem 49 1.10 lukem # PROG usr/sbin/bad144 50 1.10 lukem PROG usr/sbin/chroot 51 1.15 mhitch PROG usr/sbin/installboot 52 1.10 lukem 53 1.11 lukem # init invokes the shell as -sh 54 1.11 lukem ARGVLN sh -sh 55 1.11 lukem 56 1.29 matt SPECIAL ed srcdir distrib/utils/x_ed 57 1.26 tsutsui SPECIAL gzip srcdir distrib/utils/x_gzip 58 1.10 lukem SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 59 1.10 lukem SPECIAL ping srcdir distrib/utils/x_ping 60 1.10 lukem SPECIAL route srcdir distrib/utils/x_route 61 1.29 matt SPECIAL umount srcdir distrib/utils/x_umount 62 1.10 lukem 63 1.30 abs LIBS libhack.o -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop 64 1.1 ragge 65 1.1 ragge # we need the boot in /, and boot blocks in /usr/mdec 66 1.1 ragge COPY ${DESTDIR}/boot boot 67 1.1 ragge COPY ${DESTDIR}/usr/mdec/xxboot usr/mdec/xxboot 68 1.1 ragge LINK usr/mdec/xxboot usr/mdec/raboot 69 1.1 ragge LINK usr/mdec/xxboot usr/mdec/hpboot 70 1.1 ragge LINK usr/mdec/xxboot usr/mdec/rdboot 71 1.1 ragge LINK usr/mdec/xxboot usr/mdec/sdboot 72 1.1 ragge 73 1.1 ragge # various files that we need in /etc for the install 74 1.12 lukem COPY ${NETBSDSRCDIR}/etc/group etc/group 75 1.12 lukem COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 76 1.12 lukem COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 77 1.22 abs COPY ${DISTRIBDIR}/common/protocols etc/protocols 78 1.20 abs COPY ${DISTRIBDIR}/common/services etc/services 79 1.1 ragge 80 1.1 ragge # and the installation tools 81 1.2 tron COPY ${CURDIR}/dot.profile .profile 82