1 1.4 tsutsui # $NetBSD: list,v 1.4 2011/06/19 02:40:38 tsutsui Exp $ 2 1.1 pooka 3 1.3 tsutsui SRCDIRS bin sbin usr.bin usr.sbin sys/arch/emips/stand 4 1.1 pooka 5 1.1 pooka PROG bin/cat 6 1.1 pooka PROG bin/chmod 7 1.1 pooka PROG bin/cp 8 1.1 pooka PROG bin/dd 9 1.1 pooka PROG bin/df 10 1.1 pooka PROG bin/ed 11 1.1 pooka PROG bin/ln 12 1.1 pooka PROG bin/ls 13 1.1 pooka PROG bin/mkdir 14 1.1 pooka PROG bin/mt 15 1.1 pooka PROG bin/mv 16 1.1 pooka PROG bin/pax usr/bin/tar usr/bin/cpio 17 1.1 pooka PROG bin/pwd 18 1.1 pooka PROG bin/rm 19 1.1 pooka PROG bin/sh 20 1.1 pooka PROG bin/stty 21 1.1 pooka PROG bin/sync 22 1.1 pooka 23 1.4 tsutsui PROG sbin/dmesg 24 1.1 pooka PROG sbin/disklabel 25 1.1 pooka PROG sbin/fsck 26 1.1 pooka PROG sbin/fsck_ffs 27 1.1 pooka PROG sbin/ifconfig 28 1.1 pooka PROG sbin/init 29 1.1 pooka PROG sbin/mknod 30 1.1 pooka PROG sbin/mount 31 1.1 pooka PROG sbin/mount_cd9660 32 1.1 pooka PROG sbin/mount_ffs 33 1.1 pooka PROG sbin/mount_msdos 34 1.1 pooka PROG sbin/mount_nfs 35 1.1 pooka PROG sbin/newfs sbin/mount_mfs 36 1.1 pooka PROG sbin/ping 37 1.1 pooka PROG sbin/reboot sbin/halt 38 1.1 pooka PROG sbin/restore sbin/rrestore 39 1.1 pooka PROG sbin/route 40 1.1 pooka PROG sbin/shutdown 41 1.1 pooka PROG sbin/slattach 42 1.1 pooka PROG sbin/umount 43 1.1 pooka 44 1.1 pooka PROG usr/bin/ftp 45 1.1 pooka PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 46 1.1 pooka PROG usr/bin/sed 47 1.1 pooka PROG usr/bin/tip 48 1.1 pooka PROG usr/bin/tset 49 1.1 pooka 50 1.1 pooka PROG usr/sbin/installboot 51 1.1 pooka 52 1.1 pooka PROG usr/sbin/chown usr/bin/chgrp 53 1.1 pooka PROG usr/sbin/chroot 54 1.1 pooka 55 1.1 pooka # init invokes the shell as -sh 56 1.1 pooka ARGVLN sh -sh 57 1.1 pooka 58 1.2 tsutsui SPECIAL gzip srcdir distrib/utils/x_gzip 59 1.1 pooka SPECIAL ping srcdir distrib/utils/x_ping 60 1.1 pooka 61 1.2 tsutsui LIBS -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop 62 1.1 pooka 63 1.1 pooka # we need the boot blocks /usr/mdec 64 1.1 pooka COPY ${DESTDIR}/usr/mdec/bootxx_ffs usr/mdec/bootxx_ffs 65 1.1 pooka COPY ${DESTDIR}/usr/mdec/boot.emips usr/mdec/boot.emips 66 1.1 pooka 67 1.1 pooka # various files that we need in /etc for the install 68 1.1 pooka COPY ${NETBSDSRCDIR}/etc/group etc/group 69 1.1 pooka COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 70 1.1 pooka COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 71 1.1 pooka COPY ${DISTRIBDIR}/common/protocols etc/protocols 72 1.1 pooka COPY ${DISTRIBDIR}/common/services etc/services 73 1.1 pooka 74 1.1 pooka # and the shell startup files 75 1.1 pooka COPY ${CURDIR}/dot.profile .profile 76 1.1 pooka COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile 77 1.1 pooka 78 1.1 pooka 79 1.1 pooka # someday put in the release notes too 80 1.1 pooka # 81 1.1 pooka # COPY ${DISTRIBDIR}/notes/emips/INSTALL.txt INSTALL.txt 82