list revision 1.1
11.1Spk# $NetBSD: list,v 1.1 1995/12/18 22:54:44 pk Exp $ 21.1Spk 31.1Spk# We can only get this program this way. 41.1SpkCOPY ${DESTDIR}/sbin/mount_mfs sbin/mount_mfs 51.1SpkSPECIAL chmod 555 sbin/mount_mfs 61.1Spk 71.1Spk# we need the contents of /usr/mdec 81.1SpkCOPYDIR ${DESTDIR}/usr/mdec usr/mdec 91.1Spk 101.1Spk# copy the kernel 111.1SpkCOPY ${CURDIR}/../../sys/arch/sparc/compile/GENERIC/netbsd netbsd 121.1Spk 131.1Spk# various files that we need in /etc for the install 141.1SpkCOPY ${DESTDIR}/etc/disktab etc/disktab.shadow 151.1SpkSYMLINK /tmp/disktab.shadow etc/disktab 161.1SpkSYMLINK /tmp/fstab.shadow etc/fstab 171.1SpkSYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 181.1SpkSYMLINK /tmp/hosts etc/hosts 191.1Spk 201.1Spk# and the installation tools 211.1SpkCOPY ${ARCHDIR}/dot.profile .profile 221.1SpkCOPY ${ARCHDIR}/../install.sh install 231.1SpkCOPY ${ARCHDIR}/../upgrade.sh upgrade 241.1SpkSPECIAL chmod 755 install upgrade 251.1SpkCOPY ${DESTDIR}/usr/mdec/boot boot 261.1SpkSPECIAL sync; ${DESTDIR}/usr/mdec/binstall -v ffs ${TARGDIR} 27