list revision 1.4
11.4Sjoff#	$NetBSD: list,v 1.4 2004/12/31 11:54:29 joff Exp $
21.1Sthorpej
31.1SthorpejSRCDIRS	bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
41.1Sthorpej
51.1SthorpejPROG	bin/cat
61.1SthorpejPROG	bin/chmod
71.1SthorpejPROG	bin/cp
81.1SthorpejPROG	bin/dd
91.1SthorpejPROG	bin/df
101.1SthorpejPROG	bin/ed
111.1SthorpejPROG	bin/ln
121.1SthorpejPROG	bin/ls
131.1SthorpejPROG	bin/mkdir
141.1SthorpejPROG	bin/mv
151.1SthorpejPROG	bin/pax		usr/bin/tar
161.1SthorpejPROG	bin/pwd
171.1SthorpejPROG	bin/rm
181.4SjoffPROG	bin/rmdir
191.1SthorpejPROG	bin/sh
201.1SthorpejPROG	bin/stty
211.1SthorpejPROG	bin/sync
221.1Sthorpej
231.1SthorpejPROG	sbin/disklabel
241.1SthorpejPROG	sbin/fsck
251.1SthorpejPROG	sbin/fsck_ffs
261.1SthorpejPROG	sbin/ifconfig
271.1SthorpejPROG	sbin/init
281.1SthorpejPROG	sbin/mknod
291.1SthorpejPROG	sbin/mount
301.1SthorpejPROG	sbin/mount_cd9660
311.1SthorpejPROG	sbin/mount_ffs
321.1SthorpejPROG	sbin/mount_kernfs
331.1SthorpejPROG	sbin/mount_msdos
341.1SthorpejPROG	sbin/mount_nfs
351.1SthorpejPROG	sbin/newfs	sbin/mount_mfs
361.1SthorpejPROG	sbin/ping
371.1SthorpejPROG	sbin/reboot	sbin/halt
381.1SthorpejPROG	sbin/restore	sbin/rrestore
391.1SthorpejPROG	sbin/route
401.1SthorpejPROG	sbin/shutdown
411.1SthorpejPROG	sbin/slattach
421.1SthorpejPROG	sbin/swapctl
431.1SthorpejPROG	sbin/umount
441.1Sthorpej
451.1SthorpejPROG	usr/bin/ftp
461.1SthorpejPROG	usr/bin/gzip	usr/bin/gunzip usr/bin/gzcat
471.1SthorpejPROG	usr/bin/less	usr/bin/more
481.1SthorpejPROG	usr/bin/sed
491.1SthorpejPROG	usr/bin/tset
501.1Sthorpej
511.1SthorpejPROG	usr/sbin/chown	usr/bin/chgrp
521.1SthorpejPROG	usr/sbin/chroot
531.1Sthorpej
541.1SthorpejSPECIAL	ping	srcdir	distrib/utils/x_ping
551.1Sthorpej
561.3SmartinLIBS	libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz
571.1Sthorpej
581.1Sthorpej# init invokes the shell as -sh
591.1SthorpejARGVLN	sh -sh
601.1Sthorpej
611.1Sthorpej# we need the boot blocks /usr/mdec
621.1Sthorpej#COPY	${DESTDIR}/usr/mdec/ofwboot	usr/mdec/ofwboot
631.1Sthorpej
641.1Sthorpej# various files that we need in /etc for the install
651.2SlukemCOPY	${NETBSDSRCDIR}/etc/group		etc/group
661.2SlukemCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
671.2SlukemCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
681.2SlukemCOPY	${NETBSDSRCDIR}/etc/protocols		etc/protocols
691.2SlukemCOPY	${NETBSDSRCDIR}/etc/services		etc/services
701.1Sthorpej
711.1Sthorpej# and the common installation tools
721.1SthorpejCOPY	${DESTDIR}/usr/share/misc/termcap	usr/share/misc/termcap
731.1Sthorpej
741.1Sthorpej# the disktab explanation file
751.1SthorpejCOPY	${CURDIR}/disktab.preinstall		etc/disktab.preinstall
761.1Sthorpej
771.1Sthorpej# and the installation tools
781.1SthorpejCOPY	${CURDIR}/dot.profile		.profile
791.1SthorpejCOPY	${CURDIR}/dot.hdprofile		tmp/.hdprofile
80