list revision 1.1
1# $NetBSD: list,v 1.1 1996/06/11 09:50:30 thorpej Exp $ 2 3# We can only get this program this way. 4COPY ${DESTDIR}/sbin/mount_mfs sbin/mount_mfs 5SPECIAL chmod 555 sbin/mount_mfs 6 7# we need the contents of /usr/mdec 8COPYDIR ${DESTDIR}/usr/mdec usr/mdec 9 10# copy the kernel 11COPY ${CURDIR}/../../sys/arch/hp300/compile/GENERIC/netbsd netbsd 12 13# various files that we need in /etc for the install 14COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 15SYMLINK /tmp/disktab.shadow etc/disktab 16SYMLINK /tmp/fstab.shadow etc/fstab 17SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 18SYMLINK /tmp/hosts etc/hosts 19 20# and the installation tools 21COPY ${ARCHDIR}/dot.profile .profile 22COPY ${ARCHDIR}/install.md install.md 23