list revision 1.9
11.9Slukem#	$NetBSD: list,v 1.9 2002/06/12 22:59:31 lukem Exp $
21.1Sthorpej
31.2Sthorpej# hp300 extra's
41.6SlukemPROG	sbin/disklabel
51.6SlukemPROG	sbin/dmesg
61.2Sthorpej
71.6SlukemPROG	usr/bin/basename
81.6SlukemPROG	usr/bin/cksum usr/bin/sum
91.6SlukemPROG	usr/bin/cut
101.6SlukemPROG	usr/bin/gawk usr/bin/awk
111.6SlukemPROG	usr/bin/grep usr/bin/egrep usr/bin/fgrep
121.6SlukemPROG	usr/bin/netstat
131.6SlukemPROG	usr/bin/rsh
141.6SlukemPROG	usr/bin/tset usr/bin/reset
151.6SlukemPROG	usr/bin/vi
161.6SlukemPROG	usr/bin/less usr/bin/more
171.2Sthorpej
181.2Sthorpej# crunchgen source directory specials
191.6SlukemSPECIAL	vi	srcdir usr.bin/vi/build
201.6SlukemSPECIAL	less	srcdir usr.bin/less/less
211.2Sthorpej
221.2Sthorpej# Minimize use of MFS
231.2SthorpejSYMLINK	/tmp	var/tmp
241.2Sthorpej
251.1Sthorpej# we need the contents of /usr/mdec
261.1SthorpejCOPYDIR	${DESTDIR}/usr/mdec	usr/mdec
271.9Slukem# ensure installboot is executable
281.9SlukemMTREE	./usr/mdec/installboot	mode=0555
291.2Sthorpej
301.2Sthorpej# the zoneinfo
311.2SthorpejCOPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
321.2Sthorpej
331.2Sthorpej# and the termcap file
341.8SlukemCOPY	${NETBSDSRCDIR}/share/termcap/termcap.src usr/share/misc/termcap
351.1Sthorpej
361.1Sthorpej# copy the kernel
371.7SgmcgarryCOPY	${KERNOBJDIR}/INSTALL/netbsd	netbsd
381.1Sthorpej
391.1Sthorpej# various files that we need in /etc for the install
401.1SthorpejCOPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
411.1SthorpejSYMLINK	/tmp/disktab.shadow		etc/disktab
421.1SthorpejSYMLINK	/tmp/fstab.shadow		etc/fstab
431.1SthorpejSYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
441.1SthorpejSYMLINK	/tmp/hosts			etc/hosts
451.1Sthorpej
461.1Sthorpej# and the installation tools
471.1SthorpejCOPY	${ARCHDIR}/dot.profile		.profile
481.1SthorpejCOPY	${ARCHDIR}/install.md		install.md
49