11.5Stsutsui#	$NetBSD: list,v 1.5 2024/05/22 16:24:40 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.4StsutsuiPROG	sbin/dmesg
241.1SpookaPROG	sbin/disklabel
251.1SpookaPROG	sbin/fsck
261.1SpookaPROG	sbin/fsck_ffs
271.1SpookaPROG	sbin/ifconfig
281.1SpookaPROG	sbin/init
291.1SpookaPROG	sbin/mknod
301.1SpookaPROG	sbin/mount
311.1SpookaPROG	sbin/mount_cd9660
321.1SpookaPROG	sbin/mount_ffs
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/chown	usr/bin/chgrp
511.1SpookaPROG	usr/sbin/chroot
521.1Spooka
531.1Spooka# init invokes the shell as -sh
541.1SpookaARGVLN	sh -sh
551.1Spooka
561.2StsutsuiSPECIAL	gzip	srcdir	distrib/utils/x_gzip
571.1SpookaSPECIAL	ping	srcdir	distrib/utils/x_ping
581.1Spooka
591.2StsutsuiLIBS	-ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
601.1Spooka
611.1Spooka# we need the boot blocks /usr/mdec
621.1SpookaCOPY	${DESTDIR}/usr/mdec/bootxx_ffs		usr/mdec/bootxx_ffs
631.1SpookaCOPY	${DESTDIR}/usr/mdec/boot.emips		usr/mdec/boot.emips
641.1Spooka
651.1Spooka# various files that we need in /etc for the install
661.1SpookaCOPY	${NETBSDSRCDIR}/etc/group		etc/group
671.1SpookaCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
681.1SpookaCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
691.1SpookaCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
701.1SpookaCOPY	${DISTRIBDIR}/common/services		etc/services
711.1Spooka
721.1Spooka# and the shell startup files
731.1SpookaCOPY	${CURDIR}/dot.profile			.profile
741.1SpookaCOPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
751.1Spooka
761.1Spooka
771.1Spooka# someday put in the release notes too
781.1Spooka#
791.1Spooka# COPY	${DISTRIBDIR}/notes/emips/INSTALL.txt	INSTALL.txt
80