list revision 1.28
11.28Sroy#	$NetBSD: list,v 1.28 2010/02/05 10:01:19 roy Exp $
21.1Sender
31.27SheSRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
41.8Sshiba
51.8SshibaPROG	bin/cat
61.8SshibaPROG	bin/chmod
71.8SshibaPROG	bin/cp
81.15SscottrPROG	bin/date
91.8SshibaPROG	bin/dd
101.8SshibaPROG	bin/df
111.8SshibaPROG	bin/ed
121.8SshibaPROG	bin/ln
131.8SshibaPROG	bin/ls
141.8SshibaPROG	bin/mkdir
151.8SshibaPROG	bin/mt
161.8SshibaPROG	bin/mv
171.8SshibaPROG	bin/pax		usr/bin/tar
181.8SshibaPROG	bin/pwd
191.8SshibaPROG	bin/rm
201.8SshibaPROG	bin/sh
211.8SshibaPROG	bin/stty
221.8SshibaPROG	bin/sync
231.12Slukem
241.8SshibaPROG	sbin/disklabel
251.8SshibaPROG	sbin/fsck
261.8SshibaPROG	sbin/fsck_ffs
271.8SshibaPROG	sbin/ifconfig
281.8SshibaPROG	sbin/init
291.8SshibaPROG	sbin/mknod
301.8SshibaPROG	sbin/mount
311.8SshibaPROG	sbin/mount_cd9660
321.8SshibaPROG	sbin/mount_ffs
331.8SshibaPROG	sbin/mount_kernfs
341.8SshibaPROG	sbin/mount_msdos
351.8SshibaPROG	sbin/mount_nfs
361.8SshibaPROG	sbin/newfs	sbin/mount_mfs
371.8SshibaPROG	sbin/ping
381.8SshibaPROG	sbin/reboot	sbin/halt
391.8SshibaPROG	sbin/restore	sbin/rrestore
401.8SshibaPROG	sbin/route
411.8SshibaPROG	sbin/shutdown
421.8SshibaPROG	sbin/slattach
431.8SshibaPROG	sbin/swapctl	sbin/swapon
441.8SshibaPROG	sbin/umount
451.12Slukem
461.12SlukemPROG	usr/bin/ftp
471.8SshibaPROG	usr/bin/gzip	usr/bin/gzcat	usr/bin/gunzip
481.8SshibaPROG	usr/bin/sed
491.8SshibaPROG	usr/bin/tset
501.12SlukemPROG	usr/bin/more	usr/bin/less
511.8SshibaPROG	usr/bin/tip
521.8Sshiba
531.8SshibaPROG	usr/sbin/chown	usr/bin/chgrp
541.8SshibaPROG	usr/sbin/chroot
551.8Sshiba
561.12Slukem# init invokes the shell as -sh
571.12SlukemARGVLN	sh	-sh
581.12Slukem
591.8SshibaSPECIAL	ed		srcdir	distrib/utils/x_ed
601.8SshibaSPECIAL	gzip		srcdir	distrib/utils/x_gzip
611.14SscottrSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
621.14SscottrSPECIAL	more		srcdir	distrib/utils/more
631.8SshibaSPECIAL	ping		srcdir	distrib/utils/x_ping
641.8SshibaSPECIAL	route		srcdir	distrib/utils/x_route
651.14SscottrSPECIAL	umount		srcdir	distrib/utils/x_umount
661.8Sshiba
671.28SroyLIBS    libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -ll -lm -lz -lprop
681.1Sender
691.1Sender# various files that we need in /etc for the install
701.13SlukemCOPY	${NETBSDSRCDIR}/etc/group		etc/group
711.13SlukemCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
721.13SlukemCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
731.26SabsCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
741.24SabsCOPY	${DISTRIBDIR}/common/services		etc/services
751.14Sscottr
761.1Sender# and the common installation tools
771.28SroyCOPY	${DESTDIR}/rescue/terminfo.db		usr/share/misc/terminfo.db
781.1Sender
791.1Sender# and the installation tools
801.2StronCOPY	${CURDIR}/dot.profile			.profile
811.1Sender
821.1Sender# and a copy of the INSTALL notes
831.7SshibaCOPY	${NOTESOBJDIR}/INSTALL.more		INSTALL.more
84