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