list revision 1.2
11.2Slukem#	$NetBSD: list,v 1.2 2002/04/26 15:50:30 lukem 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.1SthorpejPROG	bin/sh
191.1SthorpejPROG	bin/stty
201.1SthorpejPROG	bin/sync
211.1Sthorpej
221.1SthorpejPROG	sbin/disklabel
231.1SthorpejPROG	sbin/fsck
241.1SthorpejPROG	sbin/fsck_ffs
251.1SthorpejPROG	sbin/ifconfig
261.1SthorpejPROG	sbin/init
271.1SthorpejPROG	sbin/mknod
281.1SthorpejPROG	sbin/mount
291.1SthorpejPROG	sbin/mount_cd9660
301.1SthorpejPROG	sbin/mount_ffs
311.1SthorpejPROG	sbin/mount_kernfs
321.1SthorpejPROG	sbin/mount_msdos
331.1SthorpejPROG	sbin/mount_nfs
341.1SthorpejPROG	sbin/newfs	sbin/mount_mfs
351.1SthorpejPROG	sbin/ping
361.1SthorpejPROG	sbin/reboot	sbin/halt
371.1SthorpejPROG	sbin/restore	sbin/rrestore
381.1SthorpejPROG	sbin/route
391.1SthorpejPROG	sbin/shutdown
401.1SthorpejPROG	sbin/slattach
411.1SthorpejPROG	sbin/swapctl
421.1SthorpejPROG	sbin/umount
431.1Sthorpej
441.1SthorpejPROG	usr/bin/ftp
451.1SthorpejPROG	usr/bin/gzip	usr/bin/gunzip usr/bin/gzcat
461.1SthorpejPROG	usr/bin/less	usr/bin/more
471.1SthorpejPROG	usr/bin/sed
481.1SthorpejPROG	usr/bin/tset
491.1Sthorpej
501.1SthorpejPROG	usr/sbin/chown	usr/bin/chgrp
511.1SthorpejPROG	usr/sbin/chroot
521.1Sthorpej
531.1SthorpejSPECIAL	ping	srcdir	distrib/utils/x_ping
541.1Sthorpej
551.1SthorpejLIBS	libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
561.1Sthorpej
571.1Sthorpej# init invokes the shell as -sh
581.1SthorpejARGVLN	sh -sh
591.1Sthorpej
601.1Sthorpej# we need the boot blocks /usr/mdec
611.1Sthorpej#COPY	${DESTDIR}/usr/mdec/ofwboot	usr/mdec/ofwboot
621.1Sthorpej
631.1Sthorpej# various files that we need in /etc for the install
641.2SlukemCOPY	${NETBSDSRCDIR}/etc/group		etc/group
651.2SlukemCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
661.2SlukemCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
671.2SlukemCOPY	${NETBSDSRCDIR}/etc/protocols		etc/protocols
681.2SlukemCOPY	${NETBSDSRCDIR}/etc/services		etc/services
691.1Sthorpej
701.1Sthorpej# and the common installation tools
711.1SthorpejCOPY	${DESTDIR}/usr/share/misc/termcap	usr/share/misc/termcap
721.1Sthorpej
731.1Sthorpej# the disktab explanation file
741.1SthorpejCOPY	${CURDIR}/disktab.preinstall		etc/disktab.preinstall
751.1Sthorpej
761.1Sthorpej# and the installation tools
771.1SthorpejCOPY	${CURDIR}/dot.profile		.profile
781.1SthorpejCOPY	${CURDIR}/dot.hdprofile		tmp/.hdprofile
79