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