list revision 1.1
1# $NetBSD: list,v 1.1 2002/02/11 17:49:42 thorpej 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/mv 16LINK ramdiskbin bin/pax 17LINK ramdiskbin bin/pwd 18LINK ramdiskbin bin/rm 19LINK ramdiskbin bin/sh 20LINK ramdiskbin bin/stty 21LINK ramdiskbin bin/sync 22LINK ramdiskbin bin/test 23LINK ramdiskbin bin/[ 24LINK ramdiskbin sbin/disklabel 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_kernfs 35LINK ramdiskbin sbin/mount_msdos 36LINK ramdiskbin sbin/mount_nfs 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/swapctl 46LINK ramdiskbin sbin/umount 47SYMLINK /bin/cat usr/bin/chgrp 48SYMLINK /bin/cat usr/bin/ftp 49SYMLINK /bin/cat usr/bin/gunzip 50SYMLINK /bin/cat usr/bin/gzcat 51SYMLINK /bin/cat usr/bin/gzip 52SYMLINK /bin/cat usr/bin/less 53SYMLINK /bin/cat usr/bin/more 54SYMLINK /bin/cat usr/bin/sed 55SYMLINK /bin/cat usr/bin/strings 56SYMLINK /bin/cat usr/bin/tar 57SYMLINK /bin/cat usr/bin/tip 58SYMLINK /bin/cat usr/bin/tset 59SYMLINK /bin/cat usr/sbin/chown 60SYMLINK /bin/cat usr/sbin/chroot 61SPECIAL /bin/rm ramdiskbin 62 63# copy the MAKEDEV script and make some devices 64COPY ${CURDIR}/../../../../etc/etc.shark/MAKEDEV dev/MAKEDEV 65SPECIAL cd dev; sh MAKEDEV ramdisk 66SPECIAL /bin/rm dev/MAKEDEV 67 68# we need the boot blocks /usr/mdec 69#COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot 70 71# various files that we need in /etc for the install 72COPY ${CURDIR}/../../../../etc/group etc/group 73COPY ${CURDIR}/../../../../etc/master.passwd etc/master.passwd 74COPY ${CURDIR}/../../../../etc/protocols etc/protocols 75COPY ${CURDIR}/../../../../etc/netconfig etc/netconfig 76COPY ${CURDIR}/../../../../etc/services etc/services 77SPECIAL pwd_mkdb -p -d ./ etc/master.passwd 78SPECIAL /bin/rm etc/spwd.db 79SPECIAL /bin/rm etc/pwd.db 80 81# and the common installation tools 82COPY ${DESTDIR}/usr/share/misc/termcap usr/share/misc/termcap 83 84# the disktab explanation file 85COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 86 87# and the installation tools 88COPY ${CURDIR}/dot.profile .profile 89COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile 90 91#the lists of obsolete files used by sysinst 92SPECIAL sh ${CURDIR}/../../../../distrib/sets/makeobsolete -b -s ${CURDIR}/../../../../distrib/sets -t ./dist 93