1# $NetBSD: list,v 1.5 1999/12/17 20:48:09 fredb Exp $ 2 3# copy the crunched binary, link to it, and kill it 4COPY ${OBJDIR}/ramdiskbin ramdiskbin 5LINK ramdiskbin sysinst 6LINK ramdiskbin bin/cat 7LINK ramdiskbin bin/chmod 8LINK ramdiskbin bin/cp 9LINK ramdiskbin bin/dd 10LINK ramdiskbin bin/df 11LINK ramdiskbin bin/ed 12LINK ramdiskbin bin/ln 13LINK ramdiskbin bin/ls 14LINK ramdiskbin bin/mkdir 15LINK ramdiskbin bin/mt 16LINK ramdiskbin bin/mv 17LINK ramdiskbin bin/pax 18LINK ramdiskbin bin/pwd 19LINK ramdiskbin bin/rm 20LINK ramdiskbin bin/sh 21LINK ramdiskbin bin/stty 22LINK ramdiskbin bin/sync 23LINK ramdiskbin bin/test 24LINK ramdiskbin bin/[ 25LINK ramdiskbin sbin/disklabel 26LINK ramdiskbin sbin/fsck 27LINK ramdiskbin sbin/fsck_ffs 28LINK ramdiskbin sbin/halt 29LINK ramdiskbin sbin/ifconfig 30LINK ramdiskbin sbin/init 31LINK ramdiskbin sbin/mknod 32LINK ramdiskbin sbin/mount 33LINK ramdiskbin sbin/mount_cd9660 34LINK ramdiskbin sbin/mount_ffs 35LINK ramdiskbin sbin/mount_kernfs 36LINK ramdiskbin sbin/mount_msdos 37LINK ramdiskbin sbin/mount_nfs 38LINK ramdiskbin sbin/newfs 39LINK ramdiskbin sbin/ping 40LINK ramdiskbin sbin/reboot 41LINK ramdiskbin sbin/restore 42LINK ramdiskbin sbin/route 43LINK ramdiskbin sbin/rrestore 44LINK ramdiskbin sbin/shutdown 45LINK ramdiskbin sbin/slattach 46LINK ramdiskbin sbin/swapctl 47LINK ramdiskbin sbin/umount 48SYMLINK /bin/cat usr/bin/chgrp 49SYMLINK /bin/cat usr/bin/ftp 50SYMLINK /bin/cat usr/bin/gunzip 51SYMLINK /bin/cat usr/bin/gzcat 52SYMLINK /bin/cat usr/bin/gzip 53SYMLINK /bin/cat usr/bin/less 54SYMLINK /bin/cat usr/bin/more 55SYMLINK /bin/cat usr/bin/sed 56SYMLINK /bin/cat usr/bin/strings 57SYMLINK /bin/cat usr/bin/tar 58SYMLINK /bin/cat usr/bin/tip 59SYMLINK /bin/cat usr/bin/tset 60SYMLINK /bin/cat usr/sbin/chown 61SYMLINK /bin/cat usr/sbin/chroot 62SPECIAL /bin/rm ramdiskbin 63 64# copy the MAKEDEV script and make some devices 65COPY ${CURDIR}/../../../../etc/etc.mac68k/MAKEDEV dev/MAKEDEV 66SPECIAL cd dev; sh MAKEDEV raminst 67SPECIAL /bin/rm dev/MAKEDEV 68 69# various files that we need in /etc for the install 70COPY ${CURDIR}/../../../../etc/group etc/group 71COPY ${CURDIR}/../../../../etc/master.passwd etc/master.passwd 72COPY ${CURDIR}/../../../../etc/protocols etc/protocols 73COPY ${CURDIR}/../../../../etc/services etc/services 74SPECIAL pwd_mkdb -p -d ./ etc/master.passwd 75SPECIAL /bin/rm etc/spwd.db 76SPECIAL /bin/rm etc/pwd.db 77 78# and the common installation tools 79COPY ${CURDIR}/../../miniroot/termcap usr/share/misc/termcap 80 81# the disktab explanation file 82COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 83 84# and the installation tools 85COPY ${CURDIR}/dot.profile .profile 86COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile 87 88# and a copy of the INSTALL notes 89COPY ${OBJDIR}/INSTALL.more INSTALL.more 90 91#the lists of obsolete files used by sysinst 92SPECIAL sh ${CURDIR}/../../../../distrib/sets/makeobsolete -b -s ${CURDIR}/../../../../distrib/sets -t ./dist 93 94