1 1.18 tsutsui # $NetBSD: list,v 1.18 2011/01/14 10:26:36 tsutsui Exp $ 2 1.1 rafal 3 1.1 rafal SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/sgimips/stand 4 1.1 rafal 5 1.1 rafal PROG bin/cat 6 1.1 rafal PROG bin/chmod 7 1.1 rafal PROG bin/cp 8 1.1 rafal PROG bin/dd 9 1.1 rafal PROG bin/df 10 1.1 rafal PROG bin/ed 11 1.1 rafal PROG bin/ln 12 1.1 rafal PROG bin/ls 13 1.1 rafal PROG bin/mkdir 14 1.1 rafal PROG bin/mv 15 1.6 sekiya PROG bin/pax usr/bin/tar 16 1.1 rafal PROG bin/pwd 17 1.1 rafal PROG bin/rm 18 1.1 rafal PROG bin/sh 19 1.1 rafal PROG bin/stty 20 1.1 rafal PROG bin/sync 21 1.1 rafal 22 1.18 tsutsui PROG sbin/chown bin/chgrp 23 1.1 rafal PROG sbin/disklabel 24 1.1 rafal PROG sbin/fsck 25 1.1 rafal PROG sbin/fsck_ffs 26 1.1 rafal PROG sbin/ifconfig 27 1.1 rafal PROG sbin/init 28 1.1 rafal PROG sbin/mknod 29 1.1 rafal PROG sbin/mount 30 1.1 rafal PROG sbin/mount_cd9660 31 1.1 rafal PROG sbin/mount_ffs 32 1.1 rafal PROG sbin/mount_nfs 33 1.1 rafal PROG sbin/newfs sbin/mount_mfs 34 1.1 rafal PROG sbin/ping 35 1.1 rafal PROG sbin/reboot sbin/halt 36 1.1 rafal PROG sbin/restore sbin/rrestore 37 1.1 rafal PROG sbin/route 38 1.1 rafal PROG sbin/shutdown 39 1.1 rafal PROG sbin/umount 40 1.1 rafal 41 1.1 rafal PROG usr/bin/ftp 42 1.1 rafal PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 43 1.1 rafal PROG usr/bin/sed 44 1.1 rafal 45 1.2 rafal PROG usr/mdec/sgivol 46 1.1 rafal 47 1.1 rafal PROG usr/sbin/chroot 48 1.1 rafal 49 1.6 sekiya SPECIAL ed srcdir distrib/utils/x_ed 50 1.6 sekiya SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 51 1.6 sekiya SPECIAL ping srcdir distrib/utils/x_ping 52 1.6 sekiya SPECIAL route srcdir distrib/utils/x_route 53 1.6 sekiya SPECIAL umount srcdir distrib/utils/x_umount 54 1.6 sekiya SPECIAL sgivol srcdir sys/arch/sgimips/stand/sgivol 55 1.6 sekiya 56 1.16 roy LIBS libhack.o -lbz2 -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop 57 1.6 sekiya 58 1.1 rafal # init invokes the shell as -sh 59 1.1 rafal ARGVLN sh -sh 60 1.1 rafal 61 1.1 rafal # we need the boot blocks /usr/mdec 62 1.4 sekiya COPY ${DESTDIR}/usr/mdec/aoutboot usr/mdec/aoutboot 63 1.4 sekiya COPY ${DESTDIR}/usr/mdec/ip2xboot usr/mdec/ip2xboot 64 1.4 sekiya COPY ${DESTDIR}/usr/mdec/ip3xboot usr/mdec/ip3xboot 65 1.1 rafal 66 1.1 rafal # various files that we need in /etc for the install 67 1.1 rafal COPY ${NETBSDSRCDIR}/etc/group etc/group 68 1.1 rafal COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 69 1.1 rafal COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 70 1.15 abs COPY ${DISTRIBDIR}/common/protocols etc/protocols 71 1.13 abs COPY ${DISTRIBDIR}/common/services etc/services 72 1.1 rafal 73 1.1 rafal # and the shell startup files 74 1.1 rafal COPY ${CURDIR}/dot.profile .profile 75