list revision 1.24
1#	$NetBSD: list,v 1.24 2002/05/07 12:46:19 pk Exp $
2
3# Sparc extra's
4PROG	bin/rcmd
5PROG	sbin/disklabel
6PROG	sbin/dmesg
7PROG	sbin/sysctl
8
9PROG	usr/bin/basename
10PROG	usr/bin/cksum usr/bin/sum
11PROG	usr/bin/getopt
12PROG	usr/bin/netstat
13PROG	usr/bin/rsh
14PROG	usr/bin/tset usr/bin/reset
15PROG	usr/bin/vi
16PROG	usr/bin/less usr/bin/more
17PROG	usr/bin/file
18PROG	usr/sbin/installboot
19
20# crunchgen source directory specials
21SPECIAL	vi	srcdir usr.bin/vi/build
22SPECIAL	less	srcdir usr.bin/less/less
23
24# Minimize use of MFS
25SYMLINK	/tmp	var/tmp
26
27# we need the contents of /usr/mdec
28COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
29
30# the zoneinfo
31COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
32
33# and the termcap file
34COPY	${ARCHDIR}/termcap.src		usr/share/misc/termcap
35
36# and the magic file
37COPY	${DESTDIR}/usr/share/misc/magic usr/share/misc/magic
38
39# copy the kernel
40COPY	${KERNOBJDIR}/GENERIC/netbsd	netbsd
41
42# various files that we need in /etc for the install
43COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
44COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
45LINK	etc/spwd.db			etc/pwd.db
46SYMLINK	/tmp/disktab.shadow		etc/disktab
47SYMLINK	/tmp/fstab.shadow		etc/fstab
48SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
49SYMLINK	/tmp/hosts			etc/hosts
50
51# and the installation tools
52COPY	${ARCHDIR}/dot.profile		.profile
53COPY	${ARCHDIR}/../install.md	install.md
54COPY	${DESTDIR}/usr/mdec/boot	boot
55