list revision 1.8
11.8Sshiba#	$NetBSD: list,v 1.8 2002/03/23 16:38:51 shiba 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.8SshibaPROG	bin/dd
91.8SshibaPROG	bin/df
101.8SshibaPROG	bin/ed
111.8SshibaPROG	bin/ln
121.8SshibaPROG	bin/ls
131.8SshibaPROG	bin/mkdir
141.8SshibaPROG	bin/mt
151.8SshibaPROG	bin/mv
161.8SshibaPROG	bin/pax		usr/bin/tar
171.8SshibaPROG	bin/pwd
181.8SshibaPROG	bin/rm
191.8SshibaPROG	bin/sh
201.8SshibaPROG	bin/stty
211.8SshibaPROG	bin/sync
221.8SshibaPROG	bin/test	bin/[
231.8SshibaPROG	sbin/disklabel
241.8SshibaPROG	sbin/fsck
251.8SshibaPROG	sbin/fsck_ffs
261.8SshibaPROG	sbin/ifconfig
271.8SshibaPROG	sbin/init
281.8SshibaPROG	sbin/mknod
291.8SshibaPROG	sbin/mount
301.8SshibaPROG	sbin/mount_cd9660
311.8SshibaPROG	sbin/mount_ffs
321.8SshibaPROG	sbin/mount_kernfs
331.8SshibaPROG	sbin/mount_msdos
341.8SshibaPROG	sbin/mount_nfs
351.8SshibaPROG	sbin/newfs	sbin/mount_mfs
361.8SshibaPROG	sbin/ping
371.8SshibaPROG	sbin/reboot	sbin/halt
381.8SshibaPROG	sbin/restore	sbin/rrestore
391.8SshibaPROG	sbin/route
401.8SshibaPROG	sbin/shutdown
411.8SshibaPROG	sbin/slattach
421.8SshibaPROG	sbin/swapctl	sbin/swapon
431.8SshibaPROG	sbin/umount
441.8SshibaPROG	usr/bin/gzip	usr/bin/gzcat	usr/bin/gunzip
451.8SshibaPROG	usr/bin/ftp
461.8SshibaPROG	usr/bin/sed
471.8SshibaPROG	usr/bin/tset
481.8SshibaPROG	usr/bin/more
491.8SshibaPROG	usr/bin/less
501.8Sshiba#PROG	usr/bin/strings
511.8SshibaPROG	usr/bin/tip
521.8Sshiba
531.8SshibaPROG	usr/sbin/chown	usr/bin/chgrp
541.8SshibaPROG	usr/sbin/chroot
551.8Sshiba
561.8SshibaSPECIAL	dd		srcdir	distrib/utils/x_dd
571.8SshibaSPECIAL	ed		srcdir	distrib/utils/x_ed
581.8SshibaSPECIAL	gzip		srcdir	distrib/utils/x_gzip
591.8SshibaSPECIAL	mount		srcdir	distrib/utils/x_mount
601.8SshibaSPECIAL	umount		srcdir	distrib/utils/x_umount
611.8SshibaSPECIAL	more		srcdir	distrib/utils/more
621.8SshibaSPECIAL	init		srcdir	distrib/utils/init_s
631.8SshibaSPECIAL	ftp		srcdir	distrib/utils/x_ftp
641.8SshibaSPECIAL	ping		srcdir	distrib/utils/x_ping
651.8SshibaSPECIAL	route		srcdir	distrib/utils/x_route
661.8SshibaSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
671.8SshibaSPECIAL	sh		srcdir	distrib/utils/x_sh
681.8Sshiba
691.8SshibaLIBS    libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz
701.8Sshiba#LIBS	libhack.o -lbz2 -lutil -lcurses -ltermcap -lcrypt -ll -lm
711.8Sshiba
721.8Sshiba# init invokes the shell as -sh
731.8SshibaARGVLN	sh	-sh
741.1Sender
751.1Sender# various files that we need in /etc for the install
761.8SshibaCOPY	${_SRC_TOP_}/etc/group		etc/group
771.8SshibaCOPY	${_SRC_TOP_}/etc/master.passwd	etc/master.passwd
781.8SshibaCOPY	${_SRC_TOP_}/etc/protocols	etc/protocols
791.8SshibaCOPY	${_SRC_TOP_}/etc/netconfig	etc/netconfig
801.8SshibaCOPY	${_SRC_TOP_}/etc/services	etc/services
811.1Sender
821.1Sender# and the common installation tools
831.1SenderCOPY	${CURDIR}/../../miniroot/termcap	usr/share/misc/termcap
841.1Sender
851.1Sender# the disktab explanation file
861.2StronCOPY	${CURDIR}/disktab.preinstall		etc/disktab.preinstall
871.1Sender
881.1Sender# and the installation tools
891.2StronCOPY	${CURDIR}/dot.profile			.profile
901.2StronCOPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
911.1Sender
921.1Sender# and a copy of the INSTALL notes
931.7SshibaCOPY	${NOTESOBJDIR}/INSTALL.more		INSTALL.more
94