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