list revision 1.11
11.11Sabs#	$NetBSD: list,v 1.11 2009/09/18 10:49:08 abs Exp $
21.1Sthorpej
31.1SthorpejSRCDIRS	bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
41.1Sthorpej
51.1SthorpejPROG	bin/cat
61.1SthorpejPROG	bin/chmod
71.1SthorpejPROG	bin/cp
81.1SthorpejPROG	bin/dd
91.1SthorpejPROG	bin/df
101.1SthorpejPROG	bin/ed
111.1SthorpejPROG	bin/ln
121.1SthorpejPROG	bin/ls
131.1SthorpejPROG	bin/mkdir
141.1SthorpejPROG	bin/mv
151.1SthorpejPROG	bin/pax		usr/bin/tar
161.1SthorpejPROG	bin/pwd
171.1SthorpejPROG	bin/rm
181.4SjoffPROG	bin/rmdir
191.1SthorpejPROG	bin/sh
201.1SthorpejPROG	bin/stty
211.1SthorpejPROG	bin/sync
221.1Sthorpej
231.1SthorpejPROG	sbin/disklabel
241.1SthorpejPROG	sbin/fsck
251.1SthorpejPROG	sbin/fsck_ffs
261.1SthorpejPROG	sbin/ifconfig
271.1SthorpejPROG	sbin/init
281.1SthorpejPROG	sbin/mknod
291.1SthorpejPROG	sbin/mount
301.1SthorpejPROG	sbin/mount_cd9660
311.1SthorpejPROG	sbin/mount_ffs
321.1SthorpejPROG	sbin/mount_kernfs
331.1SthorpejPROG	sbin/mount_msdos
341.1SthorpejPROG	sbin/mount_nfs
351.1SthorpejPROG	sbin/newfs	sbin/mount_mfs
361.1SthorpejPROG	sbin/ping
371.1SthorpejPROG	sbin/reboot	sbin/halt
381.1SthorpejPROG	sbin/restore	sbin/rrestore
391.1SthorpejPROG	sbin/route
401.1SthorpejPROG	sbin/shutdown
411.1SthorpejPROG	sbin/slattach
421.1SthorpejPROG	sbin/swapctl
431.1SthorpejPROG	sbin/umount
441.1Sthorpej
451.1SthorpejPROG	usr/bin/ftp
461.7SrafalPROG	usr/bin/tip	usr/bin/cu
471.11SabsPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
481.1SthorpejPROG	usr/bin/less	usr/bin/more
491.1SthorpejPROG	usr/bin/sed
501.1SthorpejPROG	usr/bin/tset
511.1Sthorpej
521.1SthorpejPROG	usr/sbin/chown	usr/bin/chgrp
531.1SthorpejPROG	usr/sbin/chroot
541.1Sthorpej
551.7SrafalSPECIAL	ed		srcdir	distrib/utils/x_ed
561.7SrafalSPECIAL	ping		srcdir	distrib/utils/x_ping
571.7SrafalSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
581.7SrafalSPECIAL	route		srcdir	distrib/utils/x_route
591.7SrafalSPECIAL	umount		srcdir	distrib/utils/x_umount
601.1Sthorpej
611.6SdyoungLIBS	libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lprop
621.1Sthorpej
631.1Sthorpej# init invokes the shell as -sh
641.1SthorpejARGVLN	sh -sh
651.1Sthorpej
661.1Sthorpej# we need the boot blocks /usr/mdec
671.1Sthorpej#COPY	${DESTDIR}/usr/mdec/ofwboot	usr/mdec/ofwboot
681.1Sthorpej
691.1Sthorpej# various files that we need in /etc for the install
701.2SlukemCOPY	${NETBSDSRCDIR}/etc/group		etc/group
711.2SlukemCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
721.2SlukemCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
731.10StsutsuiCOPY	${NETBSDSRCDIR}/distrib/common/protocols	etc/protocols
741.5SdogcowCOPY	${NETBSDSRCDIR}/distrib/common/services		etc/services
751.1Sthorpej
761.1Sthorpej# and the common installation tools
771.7SrafalCOPY	${NETBSDSRCDIR}/distrib/common/termcap.mini	usr/share/misc/termcap
781.1Sthorpej
791.1Sthorpej# the disktab explanation file
801.1SthorpejCOPY	${CURDIR}/disktab.preinstall		etc/disktab.preinstall
811.1Sthorpej
821.1Sthorpej# and the installation tools
831.1SthorpejCOPY	${CURDIR}/dot.profile		.profile
841.1SthorpejCOPY	${CURDIR}/dot.hdprofile		tmp/.hdprofile
85