list revision 1.19
11.19Stsutsui#	$NetBSD: list,v 1.19 2011/06/19 02:18:30 tsutsui 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.18StsutsuiPROG	sbin/chown	bin/chgrp
241.1SthorpejPROG	sbin/disklabel
251.1SthorpejPROG	sbin/fsck
261.1SthorpejPROG	sbin/fsck_ffs
271.1SthorpejPROG	sbin/ifconfig
281.1SthorpejPROG	sbin/init
291.1SthorpejPROG	sbin/mknod
301.1SthorpejPROG	sbin/mount
311.1SthorpejPROG	sbin/mount_cd9660
321.1SthorpejPROG	sbin/mount_ffs
331.1SthorpejPROG	sbin/mount_kernfs
341.1SthorpejPROG	sbin/mount_msdos
351.1SthorpejPROG	sbin/mount_nfs
361.1SthorpejPROG	sbin/newfs	sbin/mount_mfs
371.1SthorpejPROG	sbin/ping
381.1SthorpejPROG	sbin/reboot	sbin/halt
391.1SthorpejPROG	sbin/restore	sbin/rrestore
401.1SthorpejPROG	sbin/route
411.1SthorpejPROG	sbin/shutdown
421.1SthorpejPROG	sbin/slattach
431.1SthorpejPROG	sbin/swapctl
441.1SthorpejPROG	sbin/umount
451.1Sthorpej
461.1SthorpejPROG	usr/bin/ftp
471.7SrafalPROG	usr/bin/tip	usr/bin/cu
481.11SabsPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
491.1SthorpejPROG	usr/bin/less	usr/bin/more
501.1SthorpejPROG	usr/bin/sed
511.1SthorpejPROG	usr/bin/tset
521.1Sthorpej
531.1SthorpejPROG	usr/sbin/chroot
541.1Sthorpej
551.7SrafalSPECIAL	ed		srcdir	distrib/utils/x_ed
561.19StsutsuiSPECIAL	gzip		srcdir	distrib/utils/x_gzip
571.7SrafalSPECIAL	ping		srcdir	distrib/utils/x_ping
581.7SrafalSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
591.7SrafalSPECIAL	route		srcdir	distrib/utils/x_route
601.7SrafalSPECIAL	umount		srcdir	distrib/utils/x_umount
611.1Sthorpej
621.19StsutsuiLIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
631.1Sthorpej
641.1Sthorpej# init invokes the shell as -sh
651.1SthorpejARGVLN	sh -sh
661.1Sthorpej
671.1Sthorpej# we need the boot blocks /usr/mdec
681.1Sthorpej#COPY	${DESTDIR}/usr/mdec/ofwboot	usr/mdec/ofwboot
691.1Sthorpej
701.1Sthorpej# various files that we need in /etc for the install
711.2SlukemCOPY	${NETBSDSRCDIR}/etc/group		etc/group
721.2SlukemCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
731.2SlukemCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
741.15SabsCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
751.13SabsCOPY	${DISTRIBDIR}/common/services		etc/services
761.1Sthorpej
771.1Sthorpej# and the installation tools
781.1SthorpejCOPY	${CURDIR}/dot.profile		.profile
79