1 1.1.2.2 matt # $NetBSD: list,v 1.1.2.2 2007/11/06 23:10:04 matt Exp $ 2 1.1.2.2 matt 3 1.1.2.2 matt SRCDIRS bin sbin usr.bin usr.sbin 4 1.1.2.2 matt 5 1.1.2.2 matt PROG bin/cat 6 1.1.2.2 matt PROG bin/chmod 7 1.1.2.2 matt PROG bin/cp 8 1.1.2.2 matt PROG bin/dd 9 1.1.2.2 matt PROG bin/df 10 1.1.2.2 matt PROG bin/ed 11 1.1.2.2 matt PROG bin/ln 12 1.1.2.2 matt PROG bin/ls 13 1.1.2.2 matt PROG bin/mkdir 14 1.1.2.2 matt PROG bin/mt 15 1.1.2.2 matt PROG bin/mv 16 1.1.2.2 matt PROG bin/pax usr/bin/tar 17 1.1.2.2 matt PROG bin/pwd 18 1.1.2.2 matt PROG bin/rcmd 19 1.1.2.2 matt PROG bin/rcp 20 1.1.2.2 matt PROG bin/rm 21 1.1.2.2 matt PROG bin/sh 22 1.1.2.2 matt PROG bin/stty 23 1.1.2.2 matt PROG bin/sync 24 1.1.2.2 matt 25 1.1.2.2 matt PROG sbin/disklabel 26 1.1.2.2 matt PROG sbin/dmesg 27 1.1.2.2 matt PROG sbin/fsck 28 1.1.2.2 matt PROG sbin/fsck_ffs 29 1.1.2.2 matt PROG sbin/ifconfig 30 1.1.2.2 matt PROG sbin/init 31 1.1.2.2 matt PROG sbin/mknod 32 1.1.2.2 matt PROG sbin/mount 33 1.1.2.2 matt PROG sbin/mount_cd9660 34 1.1.2.2 matt PROG sbin/mount_ffs 35 1.1.2.2 matt PROG sbin/mount_msdos 36 1.1.2.2 matt PROG sbin/mount_nfs 37 1.1.2.2 matt PROG sbin/newfs sbin/mount_mfs 38 1.1.2.2 matt PROG sbin/ping 39 1.1.2.2 matt PROG sbin/reboot sbin/halt 40 1.1.2.2 matt PROG sbin/restore sbin/rrestore 41 1.1.2.2 matt PROG sbin/route 42 1.1.2.2 matt PROG sbin/shutdown 43 1.1.2.2 matt PROG sbin/swapctl 44 1.1.2.2 matt PROG sbin/umount 45 1.1.2.2 matt 46 1.1.2.2 matt PROG usr/bin/ftp 47 1.1.2.2 matt PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 48 1.1.2.2 matt PROG usr/bin/more 49 1.1.2.2 matt PROG usr/bin/sed 50 1.1.2.2 matt PROG usr/bin/tset 51 1.1.2.2 matt 52 1.1.2.2 matt PROG usr/sbin/chown usr/bin/chgrp 53 1.1.2.2 matt PROG usr/sbin/chroot 54 1.1.2.2 matt 55 1.1.2.2 matt # init invokes the shell as -sh 56 1.1.2.2 matt ARGVLN sh -sh 57 1.1.2.2 matt 58 1.1.2.2 matt SPECIAL ed srcdir distrib/utils/x_ed 59 1.1.2.2 matt SPECIAL gzip srcdir distrib/utils/x_gzip 60 1.1.2.2 matt SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 61 1.1.2.2 matt SPECIAL more srcdir distrib/utils/more 62 1.1.2.2 matt SPECIAL ping srcdir distrib/utils/x_ping 63 1.1.2.2 matt SPECIAL route srcdir distrib/utils/x_route 64 1.1.2.2 matt SPECIAL umount srcdir distrib/utils/x_umount 65 1.1.2.2 matt 66 1.1.2.2 matt LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz 67 1.1.2.2 matt 68 1.1.2.2 matt # various files that we need in /etc for the install 69 1.1.2.2 matt COPY ${NETBSDSRCDIR}/etc/group etc/group 70 1.1.2.2 matt COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 71 1.1.2.2 matt COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 72 1.1.2.2 matt COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 73 1.1.2.2 matt COPY ${NETBSDSRCDIR}/distrib/common/services etc/services 74 1.1.2.2 matt 75 1.1.2.2 matt # and the common installation tools 76 1.1.2.2 matt COPY ${CURDIR}/termcap.src usr/share/misc/termcap 77 1.1.2.2 matt 78 1.1.2.2 matt # and the disktab explanation file 79 1.1.2.2 matt COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 80 1.1.2.2 matt 81 1.1.2.2 matt # and the boot script 82 1.1.2.2 matt COPY ${CURDIR}/dot.profile .profile 83 1.1.2.2 matt MTREE ./.profile type=file uname=root gname=wheel mode=0644 84