list revision 1.1
11.1Sscottr#	$NetBSD: list,v 1.1 1997/09/22 23:37:21 scottr 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/strings
131.1SscottrSYMLINK	../../instbin		usr/bin/tset usr/bin/reset
141.1Sscottr#SYMLINK	../../instbin		usr/bin/vi
151.1SscottrSYMLINK	../../instbin		usr/bin/less usr/bin/more
161.1Sscottr
171.1Sscottr# crunchgen source directory specials
181.1Sscottr#CRUNCHSPECIAL	vi srcdir usr.bin/vi/build
191.1SscottrCRUNCHSPECIAL	less srcdir usr.bin/less/less
201.1Sscottr
211.1Sscottr# Minimize use of MFS
221.1SscottrSYMLINK	/tmp	var/tmp
231.1Sscottr
241.1Sscottr# copy the MAKEDEV script and make some devices
251.1SscottrCOPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
261.1SscottrCOPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
271.1SscottrSPECIAL	cd dev; sh MAKEDEV all
281.1SscottrSPECIAL	/bin/rm dev/MAKEDEV
291.1Sscottr
301.1Sscottr# the zoneinfo
311.1SscottrCOPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
321.1Sscottr
331.1Sscottr# and the termcap file
341.1Sscottr#COPY	${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
351.1Sscottr
361.1Sscottr# copy the kernel
371.1Sscottr#COPY	${CURDIR}/../../sys/arch/mac68k/compile/GENERIC/netbsd	netbsd
381.1Sscottr
391.1Sscottr# various files that we need in /etc for the install
401.1SscottrSYMLINK	/tmp/fstab.shadow		etc/fstab
411.1SscottrSYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
421.1SscottrSYMLINK	/tmp/hosts			etc/hosts
431.1Sscottr
441.1Sscottr# and the installation tools
451.1SscottrCOPY	${ARCHDIR}/dot.profile		.profile
461.1SscottrCOPY	${ARCHDIR}/install.md		install.md
47