list revision 1.12
11.12Sabs#	$NetBSD: list,v 1.12 2009/09/20 23:19:53 abs Exp $
21.1Sskrll
31.7StsutsuiSRCDIRS	bin sbin usr.bin usr.sbin
41.1Sskrll
51.1SskrllPROG	bin/cat
61.1SskrllPROG	bin/chmod
71.1SskrllPROG	bin/cp
81.1SskrllPROG	bin/dd
91.1SskrllPROG	bin/df
101.1SskrllPROG	bin/ed
111.1SskrllPROG	bin/ln
121.1SskrllPROG	bin/ls
131.1SskrllPROG	bin/mkdir
141.1SskrllPROG	bin/mv
151.1SskrllPROG	bin/pax		usr/bin/tar
161.1SskrllPROG	bin/pwd
171.1SskrllPROG	bin/rm
181.1SskrllPROG	bin/sh
191.1SskrllPROG	bin/stty
201.1SskrllPROG	bin/sync
211.1Sskrll
221.1SskrllPROG	sbin/disklabel
231.1SskrllPROG	sbin/fdisk
241.1SskrllPROG	sbin/fsck
251.1SskrllPROG	sbin/fsck_ffs
261.1SskrllPROG	sbin/ifconfig
271.1SskrllPROG	sbin/init
281.1SskrllPROG	sbin/mknod
291.1SskrllPROG	sbin/mount
301.1SskrllPROG	sbin/mount_cd9660
311.1SskrllPROG	sbin/mount_ffs
321.1SskrllPROG	sbin/mount_nfs
331.1SskrllPROG	sbin/newfs	sbin/mount_mfs
341.1SskrllPROG	sbin/ping
351.1SskrllPROG	sbin/reboot	sbin/halt
361.1SskrllPROG	sbin/restore	sbin/rrestore
371.1SskrllPROG	sbin/route
381.1SskrllPROG	sbin/shutdown
391.1SskrllPROG	sbin/umount
401.1Sskrll
411.1SskrllPROG	usr/bin/ftp
421.1SskrllPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
431.1SskrllPROG	usr/bin/sed
441.1Sskrll
451.1SskrllPROG	usr/sbin/chown	usr/bin/chgrp
461.1SskrllPROG	usr/sbin/chroot
471.1SskrllPROG	usr/sbin/installboot
481.1Sskrll
491.1SskrllSPECIAL	ed		srcdir	distrib/utils/x_ed
501.1SskrllSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
511.1SskrllSPECIAL	ping		srcdir	distrib/utils/x_ping
521.1SskrllSPECIAL	route		srcdir	distrib/utils/x_route
531.1SskrllSPECIAL	umount		srcdir	distrib/utils/x_umount
541.1Sskrll
551.3SuweLIBS	libhack.o -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lprop
561.1Sskrll
571.1Sskrll# init invokes the shell as -sh
581.1SskrllARGVLN	sh -sh
591.1Sskrll
601.1Sskrll# various files that we need in /etc for the install
611.12SabsCOPY	${NETBSDSRCDIR}/etc/group		etc/group
621.12SabsCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
631.12SabsCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
641.12SabsCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
651.10SabsCOPY	${DISTRIBDIR}/common/services		etc/services
661.1Sskrll
671.1Sskrll# and the common installation tools
681.12SabsCOPY	${DISTRIBDIR}/common/termcap		usr/share/misc/termcap
691.1Sskrll
701.1Sskrll# and the shell startup files
711.1SskrllCOPY	${CURDIR}/dot.profile			.profile
721.1Sskrll
731.1Sskrll# we need the boot 
741.1SskrllCOPY    ${DESTDIR}/usr/mdec/boot		usr/mdec/boot
751.1SskrllCOPY    ${DESTDIR}/usr/mdec/bootxx_ffsv1	usr/mdec/bootxx_ffsv1
761.5StsutsuiCOPY    ${DESTDIR}/usr/mdec/bootxx_ffsv2	usr/mdec/bootxx_ffsv2
771.6StsutsuiCOPY    ${DESTDIR}/usr/mdec/mbr			usr/mdec/mbr
78