list revision 1.3
11.3Stsutsui#	$NetBSD: list,v 1.3 2011/06/19 02:25:46 tsutsui Exp $
21.1Spooka
31.3StsutsuiSRCDIRS	bin sbin usr.bin usr.sbin sys/arch/emips/stand
41.1Spooka
51.1SpookaPROG	bin/cat
61.1SpookaPROG	bin/chmod
71.1SpookaPROG	bin/cp
81.1SpookaPROG	bin/dd
91.1SpookaPROG	bin/df
101.1SpookaPROG	bin/ed
111.1SpookaPROG	bin/ln
121.1SpookaPROG	bin/ls
131.1SpookaPROG	bin/mkdir
141.1SpookaPROG	bin/mt
151.1SpookaPROG	bin/mv
161.1SpookaPROG	bin/pax		usr/bin/tar usr/bin/cpio
171.1SpookaPROG	bin/pwd
181.1SpookaPROG	bin/rm
191.1SpookaPROG	bin/sh
201.1SpookaPROG	bin/stty
211.1SpookaPROG	bin/sync
221.1Spooka
231.1SpookaPROG	sbin/disklabel
241.1SpookaPROG	sbin/fsck
251.1SpookaPROG	sbin/fsck_ffs
261.1SpookaPROG	sbin/ifconfig
271.1SpookaPROG	sbin/init
281.1SpookaPROG	sbin/mknod
291.1SpookaPROG	sbin/mount
301.1SpookaPROG	sbin/mount_cd9660
311.1SpookaPROG	sbin/mount_ffs
321.1SpookaPROG	sbin/mount_kernfs
331.1SpookaPROG	sbin/mount_msdos
341.1SpookaPROG	sbin/mount_nfs
351.1SpookaPROG	sbin/newfs	sbin/mount_mfs
361.1SpookaPROG	sbin/ping
371.1SpookaPROG	sbin/reboot	sbin/halt
381.1SpookaPROG	sbin/restore	sbin/rrestore
391.1SpookaPROG	sbin/route
401.1SpookaPROG	sbin/shutdown
411.1SpookaPROG	sbin/slattach
421.1SpookaPROG	sbin/umount
431.1Spooka
441.1SpookaPROG	usr/bin/ftp
451.1SpookaPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
461.1SpookaPROG	usr/bin/sed
471.1SpookaPROG	usr/bin/tip
481.1SpookaPROG	usr/bin/tset
491.1Spooka
501.1SpookaPROG	usr/sbin/installboot
511.1Spooka
521.1SpookaPROG	usr/sbin/chown	usr/bin/chgrp
531.1SpookaPROG	usr/sbin/chroot
541.1Spooka
551.1Spooka# init invokes the shell as -sh
561.1SpookaARGVLN	sh -sh
571.1Spooka
581.2StsutsuiSPECIAL	gzip	srcdir	distrib/utils/x_gzip
591.1SpookaSPECIAL	ping	srcdir	distrib/utils/x_ping
601.1Spooka
611.2StsutsuiLIBS	-ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
621.1Spooka
631.1Spooka# we need the boot blocks /usr/mdec
641.1SpookaCOPY	${DESTDIR}/usr/mdec/bootxx_ffs		usr/mdec/bootxx_ffs
651.1SpookaCOPY	${DESTDIR}/usr/mdec/boot.emips		usr/mdec/boot.emips
661.1Spooka
671.1Spooka# various files that we need in /etc for the install
681.1SpookaCOPY	${NETBSDSRCDIR}/etc/group		etc/group
691.1SpookaCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
701.1SpookaCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
711.1SpookaCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
721.1SpookaCOPY	${DISTRIBDIR}/common/services		etc/services
731.1Spooka
741.1Spooka# and the shell startup files
751.1SpookaCOPY	${CURDIR}/dot.profile			.profile
761.1SpookaCOPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
771.1Spooka
781.1Spooka
791.1Spooka# someday put in the release notes too
801.1Spooka#
811.1Spooka# COPY	${DISTRIBDIR}/notes/emips/INSTALL.txt	INSTALL.txt
82