list revision 1.1
11.1Spooka#	$NetBSD: list,v 1.1 2011/01/26 01:18:44 pooka Exp $
21.1Spooka
31.1SpookaSRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin 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.1SpookaSPECIAL	ping	srcdir	distrib/utils/x_ping
591.1Spooka
601.1SpookaLIBS	-ledit -lbz2 -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
611.1Spooka
621.1Spooka# we need the boot blocks /usr/mdec
631.1SpookaCOPY	${DESTDIR}/usr/mdec/bootxx_ffs		usr/mdec/bootxx_ffs
641.1SpookaCOPY	${DESTDIR}/usr/mdec/boot.emips		usr/mdec/boot.emips
651.1Spooka
661.1Spooka# various files that we need in /etc for the install
671.1SpookaCOPY	${NETBSDSRCDIR}/etc/group		etc/group
681.1SpookaCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
691.1SpookaCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
701.1SpookaCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
711.1SpookaCOPY	${DISTRIBDIR}/common/services		etc/services
721.1Spooka
731.1Spooka# and the shell startup files
741.1SpookaCOPY	${CURDIR}/dot.profile			.profile
751.1SpookaCOPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
761.1Spooka
771.1Spooka
781.1Spooka# someday put in the release notes too
791.1Spooka#
801.1Spooka# COPY	${DISTRIBDIR}/notes/emips/INSTALL.txt	INSTALL.txt
81