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