list revision 1.8
1#	$NetBSD: list,v 1.8 2010/01/02 06:46:09 tsutsui Exp $
2
3# extras in bin
4PROG	bin/csh
5PROG	bin/date
6PROG	bin/rcp
7PROG	bin/rcmd
8
9# extras in sbin
10PROG	sbin/disklabel
11PROG	sbin/fsck_ext2fs
12PROG	sbin/mount_ext2fs
13PROG	sbin/mount_kernfs
14
15# extras in /usr.bin
16PROG	usr/bin/netstat
17PROG	usr/bin/rsh
18PROG	usr/bin/tset usr/bin/reset
19PROG	usr/bin/vi
20
21# extras in /usr/mdec
22PROG	usr/mdec/sgivol
23
24# crunchgen source directory specials: progs built in nonstandard places
25SPECIAL	vi	srcdir usr.bin/nvi/build
26SPECIAL sgivol	srcdir sys/arch/sgimips/stand/sgivol
27
28# Minimize use of MFS
29SYMLINK	/tmp	var/tmp
30
31# we need the contents of /usr/mdec
32COPY	${DESTDIR}/usr/mdec/aoutboot	usr/mdec/aoutboot
33COPY	${DESTDIR}/usr/mdec/ip2xboot	usr/mdec/ip2xboot
34COPY	${DESTDIR}/usr/mdec/ip3xboot	usr/mdec/ip3xboot
35
36# a subset termcap file
37COPY	${DISTRIBDIR}/common/termcap		usr/share/misc/termcap
38
39# copy the kernel(s)
40COPY	${KERNOBJDIR}/GENERIC/netbsd	netbsd
41COPY	${KERNOBJDIR}/GENERIC/netbsd.ecoff	netbsd.ecoff
42###COPY	${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff	nfsnetbsd.ecoff
43
44# various files that we need in /etc for the install
45#SYMLINK	/tmp/fstab.shadow		etc/fstab
46#SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
47#SYMLINK	/tmp/hosts			etc/hosts
48
49# and the installation tools
50COPY	${ARCHDIR}/dot.profile		.profile
51
52# and a spare .profile
53COPY	${DESTDIR}/.profile		tmp/.hdprofile
54