list revision 1.24
11.24She#	$NetBSD: list,v 1.24 2013/01/30 14:12:33 he Exp $
21.1Sthorpej
31.21StronSRCDIRS	bin sbin external/bsd/less/bin usr.bin usr.sbin
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.22SmattPROG	sbin/fdisk
261.1SthorpejPROG	sbin/fsck
271.22SmattPROG	sbin/fsck_msdos
281.1SthorpejPROG	sbin/fsck_ffs
291.22SmattPROG	sbin/gpt
301.1SthorpejPROG	sbin/ifconfig
311.1SthorpejPROG	sbin/init
321.1SthorpejPROG	sbin/mknod
331.1SthorpejPROG	sbin/mount
341.1SthorpejPROG	sbin/mount_cd9660
351.24ShePROG	sbin/mount_ext2fs
361.1SthorpejPROG	sbin/mount_ffs
371.1SthorpejPROG	sbin/mount_kernfs
381.1SthorpejPROG	sbin/mount_msdos
391.1SthorpejPROG	sbin/mount_nfs
401.23SmattPROG	sbin/mount_tmpfs
411.1SthorpejPROG	sbin/newfs	sbin/mount_mfs
421.24ShePROG	sbin/newfs_ext2fs
431.1SthorpejPROG	sbin/ping
441.1SthorpejPROG	sbin/reboot	sbin/halt
451.1SthorpejPROG	sbin/restore	sbin/rrestore
461.1SthorpejPROG	sbin/route
471.1SthorpejPROG	sbin/shutdown
481.1SthorpejPROG	sbin/slattach
491.1SthorpejPROG	sbin/swapctl
501.1SthorpejPROG	sbin/umount
511.1Sthorpej
521.1SthorpejPROG	usr/bin/ftp
531.7SrafalPROG	usr/bin/tip	usr/bin/cu
541.11SabsPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
551.1SthorpejPROG	usr/bin/less	usr/bin/more
561.1SthorpejPROG	usr/bin/sed
571.1SthorpejPROG	usr/bin/tset
581.1Sthorpej
591.1SthorpejPROG	usr/sbin/chroot
601.1Sthorpej
611.7SrafalSPECIAL	ed		srcdir	distrib/utils/x_ed
621.19StsutsuiSPECIAL	gzip		srcdir	distrib/utils/x_gzip
631.7SrafalSPECIAL	ping		srcdir	distrib/utils/x_ping
641.7SrafalSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
651.7SrafalSPECIAL	route		srcdir	distrib/utils/x_route
661.7SrafalSPECIAL	umount		srcdir	distrib/utils/x_umount
671.1Sthorpej
681.19StsutsuiLIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
691.1Sthorpej
701.1Sthorpej# init invokes the shell as -sh
711.1SthorpejARGVLN	sh -sh
721.1Sthorpej
731.1Sthorpej# we need the boot blocks /usr/mdec
741.1Sthorpej#COPY	${DESTDIR}/usr/mdec/ofwboot	usr/mdec/ofwboot
751.1Sthorpej
761.1Sthorpej# various files that we need in /etc for the install
771.2SlukemCOPY	${NETBSDSRCDIR}/etc/group		etc/group
781.2SlukemCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
791.2SlukemCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
801.15SabsCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
811.13SabsCOPY	${DISTRIBDIR}/common/services		etc/services
821.1Sthorpej
831.1Sthorpej# and the installation tools
841.1SthorpejCOPY	${CURDIR}/dot.profile		.profile
85