list revision 1.3
11.3Sshiba#	$NetBSD: list,v 1.3 2002/03/04 16:43:11 shiba Exp $
21.1Sscottr
31.1Sscottr# mac68k extra's
41.1SscottrLINK	instbin			sbin/dmesg
51.1Sscottr
61.1SscottrSYMLINK	../../instbin		usr/bin/basename
71.1SscottrSYMLINK	../../instbin		usr/bin/cksum usr/bin/sum
81.1SscottrSYMLINK	../../instbin		usr/bin/cut
91.1SscottrSYMLINK	../../instbin		usr/bin/grep usr/bin/egrep usr/bin/fgrep
101.1SscottrSYMLINK	../../instbin		usr/bin/netstat
111.1SscottrSYMLINK	../../instbin		usr/bin/rsh
121.1SscottrSYMLINK	../../instbin		usr/bin/tset usr/bin/reset
131.1Sscottr#SYMLINK	../../instbin		usr/bin/vi
141.1SscottrSYMLINK	../../instbin		usr/bin/less usr/bin/more
151.1Sscottr
161.3SshibaSYMLINK	/bin/cat		usr/bin/strings
171.3Sshiba
181.1Sscottr# crunchgen source directory specials
191.1Sscottr#CRUNCHSPECIAL	vi srcdir usr.bin/vi/build
201.1SscottrCRUNCHSPECIAL	less srcdir usr.bin/less/less
211.1Sscottr
221.1Sscottr# Minimize use of MFS
231.1SscottrSYMLINK	/tmp	var/tmp
241.1Sscottr
251.1Sscottr# copy the MAKEDEV script and make some devices
261.1SscottrCOPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
271.1SscottrCOPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
281.3SshibaSPECIAL	cd dev; sh MAKEDEV raminst
291.1SscottrSPECIAL	/bin/rm dev/MAKEDEV
301.1Sscottr
311.1Sscottr# the zoneinfo
321.3Sshiba#COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
331.1Sscottr
341.1Sscottr# and the termcap file
351.2SscottrCOPY	${CURDIR}/../mac68k/miniroot/termcap	usr/share/misc/termcap
361.1Sscottr
371.1Sscottr# copy the kernel
381.1Sscottr#COPY	${CURDIR}/../../sys/arch/mac68k/compile/GENERIC/netbsd	netbsd
391.1Sscottr
401.1Sscottr# various files that we need in /etc for the install
411.1SscottrSYMLINK	/tmp/fstab.shadow		etc/fstab
421.1SscottrSYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
431.1SscottrSYMLINK	/tmp/hosts			etc/hosts
441.1Sscottr
451.1Sscottr# and the installation tools
461.1SscottrCOPY	${ARCHDIR}/dot.profile		.profile
471.1SscottrCOPY	${ARCHDIR}/install.md		install.md
48