list revision 1.11
1#	$NetBSD: list,v 1.11 2010/02/05 10:01:19 roy Exp $
2
3# mac68k extra's
4PROG	sbin/dmesg
5
6PROG	usr/bin/basename
7PROG	usr/bin/cksum usr/bin/sum
8PROG	usr/bin/awk
9PROG	usr/bin/netstat
10PROG	usr/bin/rsh
11PROG	usr/bin/tset usr/bin/reset
12#PROG	usr/bin/vi
13PROG	usr/bin/less usr/bin/more
14
15SYMLINK	/bin/cat	usr/bin/strings
16
17# crunchgen source directory specials
18#SPECIAL	vi srcdir usr.bin/nvi/build
19SPECIAL	less srcdir usr.bin/less/less
20
21# Minimize use of MFS
22SYMLINK	/tmp	var/tmp
23
24# and the terminfo database
25COPY	${DESTDIR}/rescue/terminfo.db		usr/share/misc/terminfo.db
26
27# copy the kernel
28#COPY	${KRNOBJDIR}/GENERIC/netbsd	netbsd
29
30# various files that we need in /etc for the install
31SYMLINK	/tmp/fstab.shadow		etc/fstab
32SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
33SYMLINK	/tmp/hosts			etc/hosts
34
35# and the installation tools
36COPY	${ARCHDIR}/dot.profile		.profile
37COPY	${ARCHDIR}/install.md		install.md
38