1 1.1 ragge # $Id: list,v 1.1 1995/10/01 21:22:34 ragge Exp $ 2 1.1 ragge 3 1.1 ragge # copy the crunched binary, link to it, and kill it 4 1.1 ragge COPY ${OBJDIR}/instbin instbin 5 1.1 ragge LINK instbin bin/cat 6 1.1 ragge LINK instbin bin/chmod 7 1.1 ragge LINK instbin bin/cp 8 1.1 ragge LINK instbin bin/dd 9 1.1 ragge LINK instbin bin/df 10 1.1 ragge LINK instbin bin/ed 11 1.1 ragge LINK instbin bin/expr 12 1.1 ragge LINK instbin bin/ln 13 1.1 ragge LINK instbin bin/ls 14 1.1 ragge LINK instbin bin/mkdir 15 1.1 ragge LINK instbin bin/mv 16 1.1 ragge LINK instbin bin/mt 17 1.1 ragge LINK instbin bin/rm 18 1.1 ragge LINK instbin bin/sh 19 1.1 ragge LINK instbin bin/-sh 20 1.1 ragge LINK instbin bin/stty 21 1.1 ragge LINK instbin bin/sync 22 1.1 ragge LINK instbin bin/test 23 1.1 ragge LINK instbin bin/[ 24 1.1 ragge LINK instbin sbin/disklabel 25 1.1 ragge LINK instbin sbin/fsck 26 1.1 ragge LINK instbin sbin/halt 27 1.1 ragge LINK instbin sbin/ifconfig 28 1.1 ragge LINK instbin sbin/init 29 1.1 ragge LINK instbin sbin/mknod 30 1.1 ragge LINK instbin sbin/mount 31 1.1 ragge LINK instbin sbin/mount_ffs 32 1.1 ragge LINK instbin sbin/mount_nfs 33 1.1 ragge LINK instbin sbin/newfs 34 1.1 ragge LINK instbin sbin/reboot 35 1.1 ragge LINK instbin sbin/route 36 1.1 ragge LINK instbin sbin/shutdown 37 1.1 ragge LINK instbin sbin/slattach 38 1.1 ragge LINK instbin sbin/umount 39 1.1 ragge LINK instbin usr/bin/awk 40 1.1 ragge LINK instbin usr/bin/chgrp 41 1.1 ragge LINK instbin usr/bin/ftp 42 1.1 ragge LINK instbin usr/bin/gunzip 43 1.1 ragge LINK instbin usr/bin/gzcat 44 1.1 ragge LINK instbin usr/bin/gzip 45 1.1 ragge LINK instbin usr/bin/more 46 1.1 ragge LINK instbin usr/bin/sed 47 1.1 ragge LINK instbin usr/bin/strings 48 1.1 ragge LINK instbin usr/bin/tar 49 1.1 ragge # LINK instbin usr/sbin/bad144 50 1.1 ragge LINK instbin usr/sbin/chown 51 1.1 ragge LINK instbin usr/sbin/chroot 52 1.1 ragge LINK instbin usr/sbin/update 53 1.1 ragge SPECIAL /bin/rm instbin 54 1.1 ragge 55 1.1 ragge # copy the MAKEDEV script and make some devices 56 1.1 ragge COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 57 1.1 ragge SPECIAL cd dev; sh MAKEDEV std tms0 ra0 ra1 ra2 ra3 ra4 ra5 ra6 ra7 58 1.1 ragge 59 1.1 ragge # we need the contents of /usr/mdec (XXX) 60 1.1 ragge # COPY ${DESTDIR}/usr/mdec/* usr/mdec 61 1.1 ragge 62 1.1 ragge # various files that we need in /etc for the install 63 1.1 ragge COPY ${DESTDIR}/etc/group etc 64 1.1 ragge COPY ${DESTDIR}/etc/master.passwd etc 65 1.1 ragge COPY ${DESTDIR}/etc/passwd etc 66 1.1 ragge COPY ${DESTDIR}/etc/protocols etc 67 1.1 ragge COPY ${DESTDIR}/etc/pwd.db etc 68 1.1 ragge COPY ${DESTDIR}/etc/services etc 69 1.1 ragge COPY ${DESTDIR}/etc/spwd.db etc 70 1.1 ragge 71 1.1 ragge # and the common installation tools 72 1.1 ragge COPY ${TOPDIR}/inst-common/termcap.vt usr/share/misc/termcap 73 1.1 ragge 74 1.1 ragge COPY /gennetbsd . 75 1.1 ragge COPY /boot . 76