list revision 1.14
11.14Slukem#	$NetBSD: list,v 1.14 2002/05/27 11:02:21 lukem 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.13SlukemSPECIAL	vi	srcdir usr.bin/vi/build
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# the zoneinfo (dont use)
361.1Sjonathan#COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
371.1Sjonathan
381.1Sjonathan# a subset termcap file
391.1SjonathanCOPY	${ARCHDIR}/termcap.rcons usr/share/misc/termcap
401.1Sjonathan
411.1Sjonathan# copy the kernel(s)
421.13SlukemCOPY	${KERNOBJDIR}/GENERIC/netbsd.aout	netbsd
431.13SlukemCOPY	${KERNOBJDIR}/GENERIC/netbsd.ecoff	netbsd.ecoff
441.13SlukemCOPY	${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff	nfsnetbsd.ecoff
451.1Sjonathan
461.1Sjonathan# various files that we need in /etc for the install
471.3Sjonathan#COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
481.3Sjonathan#SYMLINK	/tmp/disktab.shadow		etc/disktab
491.3Sjonathan#SYMLINK	/tmp/fstab.shadow		etc/fstab
501.3Sjonathan#SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
511.3Sjonathan#SYMLINK	/tmp/hosts			etc/hosts
521.3Sjonathan
531.3Sjonathan# sysinst needs disktab template
541.3SjonathanCOPY	${DESTDIR}/etc/disktab		etc/disktab.preinstall
551.1Sjonathan
561.1Sjonathan# and the installation tools
571.1SjonathanCOPY	${ARCHDIR}/dot.profile		.profile
581.4Ssimonb
591.4Ssimonb# and a spare .profile
601.4SsimonbCOPY	${DESTDIR}/.profile		tmp/.hdprofile
61