1 1.16 abs # $NetBSD: list,v 1.16 2009/09/20 19:49:07 abs 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.10 he #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.10 he #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.1 skrll PROG sbin/disklabel 26 1.1 skrll PROG sbin/fsck 27 1.1 skrll PROG sbin/fsck_ffs 28 1.1 skrll PROG sbin/ifconfig 29 1.1 skrll PROG sbin/init 30 1.1 skrll PROG sbin/mknod 31 1.1 skrll PROG sbin/mount 32 1.1 skrll PROG sbin/mount_cd9660 33 1.1 skrll PROG sbin/mount_ffs 34 1.1 skrll PROG sbin/mount_filecore 35 1.1 skrll PROG sbin/mount_kernfs 36 1.1 skrll PROG sbin/mount_msdos 37 1.1 skrll PROG sbin/mount_nfs 38 1.1 skrll PROG sbin/newfs sbin/mount_mfs 39 1.1 skrll PROG sbin/ping 40 1.1 skrll PROG sbin/reboot sbin/halt 41 1.10 he #PROG sbin/restore sbin/rrestore 42 1.1 skrll PROG sbin/route 43 1.10 he #PROG sbin/scsictl 44 1.10 he #PROG sbin/shutdown 45 1.10 he #PROG sbin/slattach 46 1.1 skrll PROG sbin/swapctl 47 1.1 skrll PROG sbin/umount 48 1.1 skrll 49 1.1 skrll PROG usr/bin/ftp 50 1.14 abs PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 51 1.1 skrll PROG usr/bin/less usr/bin/more 52 1.1 skrll PROG usr/bin/sed 53 1.1 skrll PROG usr/bin/tip 54 1.1 skrll 55 1.1 skrll PROG usr/sbin/chown usr/bin/chgrp 56 1.1 skrll PROG usr/sbin/chroot 57 1.1 skrll 58 1.2 lukem # init invokes the shell as -sh 59 1.2 lukem ARGVLN sh -sh 60 1.2 lukem 61 1.4 chris SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 62 1.4 chris SPECIAL ping srcdir distrib/utils/x_ping 63 1.4 chris SPECIAL route srcdir distrib/utils/x_route 64 1.1 skrll 65 1.9 dyoung LIBS libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lprop 66 1.4 chris 67 1.4 chris # various files that we need in /etc for the install 68 1.3 lukem COPY ${NETBSDSRCDIR}/etc/group etc/group 69 1.3 lukem COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 70 1.3 lukem COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 71 1.16 abs COPY ${DISTRIBDIR}/common/protocols etc/protocols 72 1.16 abs COPY ${DISTRIBDIR}/common/services etc/services 73 1.1 skrll 74 1.1 skrll # and the common installation tools 75 1.8 tsutsui COPY ${NETBSDSRCDIR}/distrib/common/termcap.mini usr/share/misc/termcap 76 1.1 skrll 77 1.1 skrll # the disktab explanation file 78 1.2 lukem COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 79 1.1 skrll 80 1.1 skrll # and the installation tools 81 1.1 skrll COPY ${CURDIR}/dot.profile .profile 82