list revision 1.2
11.1Sthorpej#	$NetBSD: list,v 1.2 1996/06/11 09:53:25 thorpej Exp $
21.1Sthorpej
31.2Sthorpej# hp300 extra's
41.2SthorpejLINK	instbin			sbin/disklabel
51.2SthorpejLINK	instbin			sbin/dmesg
61.2Sthorpej
71.2SthorpejSYMLINK	../../instbin		usr/bin/basename
81.2SthorpejSYMLINK	../../instbin		usr/bin/cksum usr/bin/sum
91.2SthorpejSYMLINK	../../instbin		usr/bin/cut
101.2SthorpejSYMLINK	../../instbin		usr/bin/gawk usr/bin/awk
111.2SthorpejSYMLINK	../../instbin		usr/bin/grep usr/bin/egrep usr/bin/fgrep
121.2SthorpejSYMLINK	../../instbin		usr/bin/netstat
131.2SthorpejSYMLINK	../../instbin		usr/bin/rsh
141.2SthorpejSYMLINK	../../instbin		usr/bin/strings
151.2SthorpejSYMLINK	../../instbin		usr/bin/tset usr/bin/reset
161.2SthorpejSYMLINK	../../instbin		usr/bin/vi
171.2SthorpejSYMLINK	../../instbin		usr/bin/less usr/bin/more
181.2Sthorpej
191.2Sthorpej# crunchgen source directory specials
201.2SthorpejCRUNCHSPECIAL	vi srcdir usr.bin/vi/build
211.2SthorpejCRUNCHSPECIAL	less srcdir /usr/src/usr.bin/less/less
221.2Sthorpej
231.2Sthorpej# Minimize use of MFS
241.2SthorpejSYMLINK	/tmp	var/tmp
251.2Sthorpej
261.2Sthorpej# copy the MAKEDEV script and make some devices
271.2SthorpejCOPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
281.2SthorpejCOPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
291.2SthorpejSPECIAL	cd dev; sh MAKEDEV all
301.2SthorpejSPECIAL	/bin/rm dev/MAKEDEV
311.1Sthorpej
321.1Sthorpej# we need the contents of /usr/mdec
331.1SthorpejCOPYDIR	${DESTDIR}/usr/mdec	usr/mdec
341.2Sthorpej
351.2Sthorpej# the zoneinfo
361.2SthorpejCOPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
371.2Sthorpej
381.2Sthorpej# and the termcap file
391.2SthorpejCOPY	${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
401.1Sthorpej
411.1Sthorpej# copy the kernel
421.1SthorpejCOPY	${CURDIR}/../../sys/arch/hp300/compile/GENERIC/netbsd	netbsd
431.1Sthorpej
441.1Sthorpej# various files that we need in /etc for the install
451.1SthorpejCOPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
461.1SthorpejSYMLINK	/tmp/disktab.shadow		etc/disktab
471.1SthorpejSYMLINK	/tmp/fstab.shadow		etc/fstab
481.1SthorpejSYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
491.1SthorpejSYMLINK	/tmp/hosts			etc/hosts
501.1Sthorpej
511.1Sthorpej# and the installation tools
521.1SthorpejCOPY	${ARCHDIR}/dot.profile		.profile
531.1SthorpejCOPY	${ARCHDIR}/install.md		install.md
54