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