1 1.4 chris # $NetBSD: list,v 1.4 2003/03/23 13:43:42 chris Exp $ 2 1.1 skrll 3 1.4 chris # usr.bin/less has to be first, otherwise the ramdisk.mk generation fails 4 1.4 chris SRCDIRS usr.bin/less bin sbin usr.bin usr.sbin gnu/usr.bin 5 1.1 skrll 6 1.1 skrll PROG bin/cat 7 1.4 chris PROG bin/chio 8 1.1 skrll PROG bin/chmod 9 1.1 skrll PROG bin/cp 10 1.1 skrll PROG bin/dd 11 1.1 skrll PROG bin/df 12 1.1 skrll PROG bin/ed 13 1.1 skrll PROG bin/ln 14 1.1 skrll PROG bin/ls 15 1.1 skrll PROG bin/mkdir 16 1.1 skrll PROG bin/mv 17 1.1 skrll PROG bin/pax usr/bin/tar 18 1.1 skrll PROG bin/pwd 19 1.4 chris PROG bin/rcmd 20 1.1 skrll PROG bin/rm 21 1.1 skrll PROG bin/sh 22 1.1 skrll PROG bin/stty 23 1.1 skrll PROG bin/sync 24 1.1 skrll 25 1.4 chris PROG sbin/dhclient 26 1.1 skrll PROG sbin/disklabel 27 1.1 skrll PROG sbin/fsck 28 1.1 skrll PROG sbin/fsck_ffs 29 1.1 skrll PROG sbin/ifconfig 30 1.1 skrll PROG sbin/init 31 1.1 skrll PROG sbin/mknod 32 1.1 skrll PROG sbin/mount 33 1.1 skrll PROG sbin/mount_cd9660 34 1.1 skrll PROG sbin/mount_ffs 35 1.1 skrll PROG sbin/mount_filecore 36 1.1 skrll PROG sbin/mount_kernfs 37 1.1 skrll PROG sbin/mount_msdos 38 1.1 skrll PROG sbin/mount_nfs 39 1.1 skrll PROG sbin/newfs sbin/mount_mfs 40 1.1 skrll PROG sbin/ping 41 1.4 chris PROG sbin/ping6 42 1.1 skrll PROG sbin/reboot sbin/halt 43 1.1 skrll PROG sbin/restore sbin/rrestore 44 1.1 skrll PROG sbin/route 45 1.4 chris PROG sbin/rtsol 46 1.4 chris PROG sbin/scsictl 47 1.1 skrll PROG sbin/shutdown 48 1.1 skrll PROG sbin/slattach 49 1.1 skrll PROG sbin/swapctl 50 1.1 skrll PROG sbin/umount 51 1.1 skrll 52 1.1 skrll PROG usr/bin/ftp 53 1.1 skrll PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat 54 1.1 skrll PROG usr/bin/less usr/bin/more 55 1.1 skrll PROG usr/bin/sed 56 1.1 skrll PROG usr/bin/tip 57 1.1 skrll 58 1.1 skrll PROG usr/sbin/chown usr/bin/chgrp 59 1.1 skrll PROG usr/sbin/chroot 60 1.1 skrll 61 1.2 lukem # init invokes the shell as -sh 62 1.2 lukem ARGVLN sh -sh 63 1.2 lukem 64 1.4 chris SPECIAL dhclient srcdir distrib/utils/x_dhclient 65 1.4 chris SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 66 1.4 chris SPECIAL ping srcdir distrib/utils/x_ping 67 1.4 chris SPECIAL ping6 srcdir distrib/utils/x_ping6 68 1.4 chris SPECIAL route srcdir distrib/utils/x_route 69 1.1 skrll 70 1.1 skrll LIBS libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm 71 1.4 chris 72 1.4 chris # various files that we need in /etc for the install 73 1.4 chris COPY ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script 555 74 1.4 chris 75 1.1 skrll 76 1.1 skrll # various files that we need in /etc for the install 77 1.3 lukem COPY ${NETBSDSRCDIR}/etc/group etc/group 78 1.3 lukem COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 79 1.3 lukem COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 80 1.3 lukem COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 81 1.3 lukem COPY ${NETBSDSRCDIR}/etc/services etc/services 82 1.1 skrll 83 1.1 skrll # and the common installation tools 84 1.2 lukem COPY ${CURDIR}/termcap.mini usr/share/misc/termcap 85 1.1 skrll 86 1.1 skrll # the disktab explanation file 87 1.2 lukem COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 88 1.1 skrll 89 1.1 skrll # and the installation tools 90 1.1 skrll COPY ${CURDIR}/dot.profile .profile 91 1.1 skrll COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile 92