1 # $NetBSD: list,v 1.15 2009/04/29 18:23:46 tsutsui 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/df 9 LINK instbin bin/dd 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/pwd 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/fsck_ffs 27 LINK instbin sbin/ifconfig 28 LINK instbin sbin/halt 29 LINK instbin sbin/init 30 LINK instbin sbin/mknod 31 LINK instbin sbin/mount 32 LINK instbin sbin/mount_cd9660 33 LINK instbin sbin/mount_ados 34 LINK instbin sbin/mount_ffs 35 LINK instbin sbin/mount_nfs 36 LINK instbin sbin/newfs 37 LINK instbin sbin/reboot 38 LINK instbin sbin/route 39 LINK instbin sbin/shutdown 40 LINK instbin sbin/slattach 41 LINK instbin sbin/umount 42 LINK instbin usr/bin/awk 43 LINK instbin usr/bin/chgrp 44 LINK instbin usr/bin/ftp 45 LINK instbin usr/bin/gunzip 46 LINK instbin usr/bin/gzcat 47 LINK instbin usr/bin/gzip 48 LINK instbin usr/bin/more 49 LINK instbin usr/bin/printf 50 LINK instbin usr/bin/sed 51 LINK instbin usr/bin/strings 52 LINK instbin usr/bin/tar 53 LINK instbin usr/bin/tip 54 LINK instbin usr/sbin/chown 55 LINK instbin usr/sbin/chroot 56 LINK instbin usr/sbin/pppd 57 SPECIAL /bin/rm instbin 58 59 # copy the MAKEDEV script and make some devices 60 COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 61 SPECIAL cd dev; sh MAKEDEV floppy 62 SPECIAL /bin/rm dev/MAKEDEV 63 64 # we need the contents of /usr/mdec (XXX) 65 COPY ${DESTDIR}/usr/mdec/* usr/mdec 66 67 # various files that we need in /etc for the install 68 COPY ${DESTDIR}/etc/group etc 69 COPY ${DESTDIR}/etc/master.passwd etc 70 COPY ${DESTDIR}/etc/netconfig etc 71 COPY ${DESTDIR}/etc/passwd etc 72 COPY ${NETBSDSRCDIR}/distrib/common/protocols etc 73 COPY ${DESTDIR}/etc/pwd.db etc 74 COPY ${NETBSDSRCDIR}/distrib/common/services etc 75 COPY ${DESTDIR}/etc/spwd.db etc 76 77 # and the common installation tools 78 COPY ${TOPDIR}/inst-common/dot.commonutils .commonutils 79 COPY ${TOPDIR}/inst-common/termcap.vt usr/share/misc/termcap 80