list revision 1.6
1#	$NetBSD: list,v 1.6 1996/06/26 19:26:39 pk Exp $
2
3# Sparc extra's
4LINK	instbin			sbin/disklabel
5LINK	instbin			sbin/dmesg
6
7SYMLINK	../../instbin		usr/bin/basename
8SYMLINK ../../instbin		usr/bin/cksum usr/bin/sum
9SYMLINK ../../instbin		usr/bin/cut
10SYMLINK ../../instbin		usr/bin/gawk usr/bin/awk
11SYMLINK ../../instbin		usr/bin/getopt
12SYMLINK ../../instbin		usr/bin/grep usr/bin/egrep usr/bin/fgrep
13SYMLINK ../../instbin		usr/bin/netstat
14SYMLINK ../../instbin		usr/bin/rsh
15SYMLINK ../../instbin		usr/bin/strings
16SYMLINK ../../instbin		usr/bin/tset usr/bin/reset
17SYMLINK ../../instbin		usr/bin/vi
18SYMLINK	../../instbin		usr/bin/less usr/bin/more
19SYMLINK	../../instbin		usr/sbin/installboot
20SYMLINK	../../instbin		usr/sbin/sysctl
21
22# crunchgen source directory specials
23CRUNCHSPECIAL	vi srcdir usr.bin/vi/build
24CRUNCHSPECIAL	less srcdir usr.bin/less/less
25CRUNCHSPECIAL	installboot srcdir sys/arch/sparc/stand/installboot
26
27
28# Minimize use of MFS
29SYMLINK	/tmp	var/tmp
30
31# copy the MAKEDEV script and make some devices
32COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
33COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
34SPECIAL	cd dev; sh MAKEDEV all
35SPECIAL	/bin/rm dev/MAKEDEV
36
37# we need the contents of /usr/mdec
38COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
39
40# the zoneinfo
41COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
42
43# and the termcap file
44COPY	${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
45
46# copy the kernel
47COPY	${CURDIR}/../../sys/arch/sparc/compile/GENERIC/netbsd	netbsd
48
49# various files that we need in /etc for the install
50COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
51SYMLINK	/tmp/disktab.shadow		etc/disktab
52SYMLINK	/tmp/fstab.shadow		etc/fstab
53SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
54SYMLINK	/tmp/hosts			etc/hosts
55
56# and the installation tools
57COPY	${ARCHDIR}/dot.profile		.profile
58COPY	${ARCHDIR}/../install.md	install.md
59COPY	${DESTDIR}/usr/mdec/boot	boot
60SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -v ffs ${TARGDIR}
61