list64 revision 1.5
11.5Snakayama#	$NetBSD: list64,v 1.5 2013/11/30 08:27:18 nakayama Exp $
21.2Smatt
31.2Smatt# extras in bin
41.2SmattPROG	bin/csh
51.2SmattPROG	bin/date
61.2SmattPROG	bin/rcp
71.2SmattPROG	bin/rcmd
81.2Smatt
91.2Smatt# extras in sbin
101.2SmattPROG	sbin/disklabel
111.2SmattPROG	sbin/fsck_ext2fs
121.2SmattPROG	sbin/mount_ext2fs
131.2SmattPROG	sbin/mount_kernfs
141.2Smatt
151.2Smatt# extras in usr/bin
161.2SmattPROG	usr/bin/netstat
171.2SmattPROG	usr/bin/rsh
181.2SmattPROG	usr/bin/tset usr/bin/reset
191.2SmattPROG	usr/bin/vi
201.2Smatt
211.2Smatt# extras in usr/sbin
221.2SmattPROG	usr/sbin/installboot
231.2Smatt
241.2Smatt# crunchgen source directory specials: progs built in nonstandard places
251.5SnakayamaSPECIAL	vi	srcdir external/bsd/nvi/usr.bin/nvi
261.2Smatt
271.2Smatt# Minimize use of MFS
281.2SmattSYMLINK	/tmp	var/tmp
291.2Smatt
301.2Smatt# we need the contents of /usr/mdec
311.2SmattCOPYDIR	${DESTDIR}/usr/mdec	usr/mdec
321.2Smatt# and /boot.pmax
331.2SmattCOPY	${DESTDIR}/boot.pmax	boot.pmax
341.2Smatt
351.2Smatt# the zoneinfo (dont use)
361.2Smatt#COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
371.2Smatt
381.2Smatt# copy the kernel(s)
391.2SmattCOPY	${KERNOBJDIR}/GENERIC64/netbsd		netbsd
401.2Smatt#COPY	${KERNOBJDIR}/GENERIC64/netbsd.ecoff	netbsd.ecoff
411.2Smatt#COPY	${KERNOBJDIR}/INSTALL64/nfsnetbsd.ecoff	nfsnetbsd.ecoff
421.2Smatt
431.2Smatt# various files that we need in /etc for the install
441.2Smatt#COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
451.2Smatt#SYMLINK	/tmp/disktab.shadow		etc/disktab
461.2Smatt#SYMLINK	/tmp/fstab.shadow		etc/fstab
471.2Smatt#SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
481.2Smatt#SYMLINK	/tmp/hosts			etc/hosts
491.2Smatt
501.2Smatt# sysinst needs disktab template
511.2SmattCOPY	${DESTDIR}/etc/disktab		etc/disktab.preinstall
521.2Smatt
531.2Smatt# and the installation tools
541.2SmattCOPY	${ARCHDIR}/dot.profile		.profile
551.2Smatt
561.2Smatt# and a spare .profile
571.2SmattCOPY	${DESTDIR}/.profile		tmp/.hdprofile
58