list revision 1.1
1#	$NetBSD: list,v 1.1 1997/09/22 23:37:21 scottr Exp $
2
3# mac68k extra's
4LINK	instbin			sbin/dmesg
5
6SYMLINK	../../instbin		usr/bin/basename
7SYMLINK	../../instbin		usr/bin/cksum usr/bin/sum
8SYMLINK	../../instbin		usr/bin/cut
9SYMLINK	../../instbin		usr/bin/grep usr/bin/egrep usr/bin/fgrep
10SYMLINK	../../instbin		usr/bin/netstat
11SYMLINK	../../instbin		usr/bin/rsh
12SYMLINK	../../instbin		usr/bin/strings
13SYMLINK	../../instbin		usr/bin/tset usr/bin/reset
14#SYMLINK	../../instbin		usr/bin/vi
15SYMLINK	../../instbin		usr/bin/less usr/bin/more
16
17# crunchgen source directory specials
18#CRUNCHSPECIAL	vi srcdir usr.bin/vi/build
19CRUNCHSPECIAL	less srcdir usr.bin/less/less
20
21# Minimize use of MFS
22SYMLINK	/tmp	var/tmp
23
24# copy the MAKEDEV script and make some devices
25COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
26COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
27SPECIAL	cd dev; sh MAKEDEV all
28SPECIAL	/bin/rm dev/MAKEDEV
29
30# the zoneinfo
31COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
32
33# and the termcap file
34#COPY	${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
35
36# copy the kernel
37#COPY	${CURDIR}/../../sys/arch/mac68k/compile/GENERIC/netbsd	netbsd
38
39# various files that we need in /etc for the install
40SYMLINK	/tmp/fstab.shadow		etc/fstab
41SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
42SYMLINK	/tmp/hosts			etc/hosts
43
44# and the installation tools
45COPY	${ARCHDIR}/dot.profile		.profile
46COPY	${ARCHDIR}/install.md		install.md
47