1 # $NetBSD: list,v 1.3 1996/01/06 22:45:14 pk 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/hostname 13 LINK instbin bin/ln 14 LINK instbin bin/ls 15 LINK instbin bin/kill 16 LINK instbin bin/mkdir 17 LINK instbin bin/mt 18 LINK instbin bin/mv 19 LINK instbin bin/pwd 20 LINK instbin bin/rm 21 LINK instbin bin/sh 22 LINK instbin bin/stty 23 LINK instbin bin/sleep 24 LINK instbin bin/sync 25 LINK instbin bin/test 26 LINK instbin bin/[ 27 LINK instbin sbin/disklabel 28 LINK instbin sbin/dmesg 29 LINK instbin sbin/fsck 30 LINK instbin sbin/halt 31 LINK instbin sbin/ifconfig 32 LINK instbin sbin/init 33 LINK instbin sbin/mknod 34 LINK instbin sbin/mount 35 LINK instbin sbin/mount_cd9660 36 LINK instbin sbin/mount_ffs 37 LINK instbin sbin/mount_nfs 38 LINK instbin sbin/newfs 39 LINK instbin sbin/ping 40 LINK instbin sbin/reboot 41 LINK instbin sbin/route 42 LINK instbin sbin/shutdown 43 LINK instbin sbin/slattach 44 LINK instbin sbin/umount 45 SYMLINK ../../instbin usr/bin/awk 46 SYMLINK ../../instbin usr/bin/basename 47 SYMLINK ../../instbin usr/bin/chflags 48 SYMLINK ../../instbin usr/bin/chgrp 49 SYMLINK ../../instbin usr/bin/cut 50 SYMLINK ../../instbin usr/bin/egrep 51 SYMLINK ../../instbin usr/bin/fgrep 52 SYMLINK ../../instbin usr/bin/ftp 53 SYMLINK ../../instbin usr/bin/grep 54 SYMLINK ../../instbin usr/bin/gunzip 55 SYMLINK ../../instbin usr/bin/gzcat 56 SYMLINK ../../instbin usr/bin/gzip 57 SYMLINK ../../instbin usr/bin/more 58 SYMLINK ../../instbin usr/bin/netstat 59 SYMLINK ../../instbin usr/bin/rsh 60 SYMLINK ../../instbin usr/bin/sed 61 SYMLINK ../../instbin usr/bin/strings 62 SYMLINK ../../instbin usr/bin/sort 63 SYMLINK ../../instbin usr/bin/tar 64 SYMLINK ../../instbin usr/bin/tip 65 SYMLINK ../../instbin usr/bin/tset 66 SYMLINK ../../instbin usr/bin/vi 67 SYMLINK ../../instbin usr/sbin/chown 68 SYMLINK ../../instbin usr/sbin/chroot 69 SYMLINK ../../instbin usr/sbin/update 70 71 # Minimize use of MFS 72 SYMLINK /tmp var/tmp 73 74 # copy the MAKEDEV script and make some devices 75 COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 76 COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 77 SPECIAL cd dev; sh MAKEDEV all 78 SPECIAL /bin/rm dev/MAKEDEV 79 80 # various files that we need in /etc for the install 81 COPY ${DESTDIR}/etc/group etc/group 82 COPY ${DESTDIR}/etc/master.passwd etc/master.passwd 83 COPY ${DESTDIR}/etc/passwd etc/passwd 84 COPY ${DESTDIR}/etc/protocols etc/protocols 85 COPY ${DESTDIR}/etc/pwd.db etc/pwd.db 86 COPY ${DESTDIR}/etc/services etc/services 87 COPY ${DESTDIR}/etc/spwd.db etc/spwd.db 88 89 # the zoneinfo 90 COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 91 92 # and the termcap file 93 COPY ${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap 94 95 # and the installation scripts 96 COPY ${CURDIR}/install.sub install.sub 97 COPY ${CURDIR}/install.sh install 98 COPY ${CURDIR}/upgrade.sh upgrade 99 SPECIAL chmod 755 install upgrade 100