list revision 1.2
11.2Spk#	$NetBSD: list,v 1.2 1996/01/06 22:42:17 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.2SpkCOPY	${ARCHDIR}/../install.md	install.md
231.1SpkCOPY	${DESTDIR}/usr/mdec/boot	boot
241.1SpkSPECIAL sync; ${DESTDIR}/usr/mdec/binstall -v ffs ${TARGDIR}
25