list revision 1.15
11.15Sscottr#	$NetBSD: list,v 1.15 2002/07/10 15:50:09 scottr Exp $
21.1Sender
31.8SshibaSRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin gnu/usr.bin/binutils
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.14SscottrPROG	sbin/dhclient
251.8SshibaPROG	sbin/disklabel
261.8SshibaPROG	sbin/fsck
271.8SshibaPROG	sbin/fsck_ffs
281.8SshibaPROG	sbin/ifconfig
291.8SshibaPROG	sbin/init
301.8SshibaPROG	sbin/mknod
311.8SshibaPROG	sbin/mount
321.8SshibaPROG	sbin/mount_cd9660
331.8SshibaPROG	sbin/mount_ffs
341.8SshibaPROG	sbin/mount_kernfs
351.8SshibaPROG	sbin/mount_msdos
361.8SshibaPROG	sbin/mount_nfs
371.8SshibaPROG	sbin/newfs	sbin/mount_mfs
381.8SshibaPROG	sbin/ping
391.8SshibaPROG	sbin/reboot	sbin/halt
401.8SshibaPROG	sbin/restore	sbin/rrestore
411.8SshibaPROG	sbin/route
421.8SshibaPROG	sbin/shutdown
431.8SshibaPROG	sbin/slattach
441.8SshibaPROG	sbin/swapctl	sbin/swapon
451.8SshibaPROG	sbin/umount
461.12Slukem
471.12SlukemPROG	usr/bin/ftp
481.8SshibaPROG	usr/bin/gzip	usr/bin/gzcat	usr/bin/gunzip
491.8SshibaPROG	usr/bin/sed
501.8SshibaPROG	usr/bin/tset
511.12SlukemPROG	usr/bin/more	usr/bin/less
521.8Sshiba#PROG	usr/bin/strings
531.8SshibaPROG	usr/bin/tip
541.8Sshiba
551.8SshibaPROG	usr/sbin/chown	usr/bin/chgrp
561.8SshibaPROG	usr/sbin/chroot
571.8Sshiba
581.12Slukem# init invokes the shell as -sh
591.12SlukemARGVLN	sh	-sh
601.12Slukem
611.14SscottrSPECIAL	dhclient	srcdir	distrib/utils/x_dhclient
621.8SshibaSPECIAL	ed		srcdir	distrib/utils/x_ed
631.14SscottrSPECIAL	ftp		srcdir	distrib/utils/x_ftp
641.8SshibaSPECIAL	gzip		srcdir	distrib/utils/x_gzip
651.14SscottrSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
661.14SscottrSPECIAL	more		srcdir	distrib/utils/more
671.8SshibaSPECIAL	mount		srcdir	distrib/utils/x_mount
681.8SshibaSPECIAL	ping		srcdir	distrib/utils/x_ping
691.8SshibaSPECIAL	route		srcdir	distrib/utils/x_route
701.14SscottrSPECIAL	umount		srcdir	distrib/utils/x_umount
711.8Sshiba
721.8SshibaLIBS    libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz
731.1Sender
741.1Sender# various files that we need in /etc for the install
751.13SlukemCOPY	${NETBSDSRCDIR}/etc/group		etc/group
761.13SlukemCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
771.13SlukemCOPY	${NETBSDSRCDIR}/etc/protocols		etc/protocols
781.13SlukemCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
791.13SlukemCOPY	${NETBSDSRCDIR}/etc/services		etc/services
801.14Sscottr
811.14SscottrCOPY	${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script	555
821.1Sender
831.1Sender# and the common installation tools
841.11StvCOPY	${DISTRIBDIR}/mac68k/miniroot/termcap	usr/share/misc/termcap
851.1Sender
861.1Sender# the disktab explanation file
871.2StronCOPY	${CURDIR}/disktab.preinstall		etc/disktab.preinstall
881.1Sender
891.1Sender# and the installation tools
901.2StronCOPY	${CURDIR}/dot.profile			.profile
911.2StronCOPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
921.1Sender
931.1Sender# and a copy of the INSTALL notes
941.7SshibaCOPY	${NOTESOBJDIR}/INSTALL.more		INSTALL.more
95