list revision 1.23
11.23Snakayama#	$NetBSD: list,v 1.23 2013/11/30 08:27:18 nakayama Exp $
21.1Sjonathan
31.1Sjonathan# extras in bin
41.13SlukemPROG	bin/csh
51.13SlukemPROG	bin/date
61.13SlukemPROG	bin/rcp
71.13SlukemPROG	bin/rcmd
81.1Sjonathan
91.1Sjonathan# extras in sbin
101.13SlukemPROG	sbin/disklabel
111.13SlukemPROG	sbin/fsck_ext2fs
121.13SlukemPROG	sbin/mount_ext2fs
131.13SlukemPROG	sbin/mount_kernfs
141.1Sjonathan
151.14Slukem# extras in usr/bin
161.13SlukemPROG	usr/bin/netstat
171.13SlukemPROG	usr/bin/rsh
181.13SlukemPROG	usr/bin/tset usr/bin/reset
191.13SlukemPROG	usr/bin/vi
201.10Ssimonb
211.14Slukem# extras in usr/sbin
221.14SlukemPROG	usr/sbin/installboot
231.1Sjonathan
241.1Sjonathan# crunchgen source directory specials: progs built in nonstandard places
251.23SnakayamaSPECIAL	vi	srcdir external/bsd/nvi/usr.bin/nvi
261.1Sjonathan
271.1Sjonathan# Minimize use of MFS
281.1SjonathanSYMLINK	/tmp	var/tmp
291.1Sjonathan
301.1Sjonathan# we need the contents of /usr/mdec
311.7SsimonbCOPYDIR	${DESTDIR}/usr/mdec	usr/mdec
321.11Ssimonb# and /boot.pmax
331.11SsimonbCOPY	${DESTDIR}/boot.pmax	boot.pmax
341.1Sjonathan
351.1Sjonathan# copy the kernel(s)
361.15SshinCOPY	${KERNOBJDIR}/GENERIC/netbsd		netbsd
371.13SlukemCOPY	${KERNOBJDIR}/GENERIC/netbsd.ecoff	netbsd.ecoff
381.13SlukemCOPY	${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff	nfsnetbsd.ecoff
391.1Sjonathan
401.1Sjonathan# various files that we need in /etc for the install
411.3Sjonathan#SYMLINK	/tmp/fstab.shadow		etc/fstab
421.3Sjonathan#SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
431.3Sjonathan#SYMLINK	/tmp/hosts			etc/hosts
441.3Sjonathan
451.1Sjonathan# and the installation tools
461.1SjonathanCOPY	${ARCHDIR}/dot.profile		.profile
471.4Ssimonb
481.4Ssimonb# and a spare .profile
491.4SsimonbCOPY	${DESTDIR}/.profile		tmp/.hdprofile
50