11.29Sjmcneill#	$NetBSD: list,v 1.29 2020/10/11 14:10:34 jmcneill Exp $
21.1Sthorpej
31.21StronSRCDIRS	bin sbin external/bsd/less/bin usr.bin usr.sbin
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.18StsutsuiPROG	sbin/chown	bin/chgrp
241.1SthorpejPROG	sbin/disklabel
251.27SrizPROG	sbin/dkctl
261.26SmattPROG	sbin/drvctl
271.22SmattPROG	sbin/fdisk
281.1SthorpejPROG	sbin/fsck
291.22SmattPROG	sbin/fsck_msdos
301.1SthorpejPROG	sbin/fsck_ffs
311.22SmattPROG	sbin/gpt
321.1SthorpejPROG	sbin/ifconfig
331.1SthorpejPROG	sbin/init
341.1SthorpejPROG	sbin/mknod
351.1SthorpejPROG	sbin/mount
361.1SthorpejPROG	sbin/mount_cd9660
371.24ShePROG	sbin/mount_ext2fs
381.1SthorpejPROG	sbin/mount_ffs
391.1SthorpejPROG	sbin/mount_kernfs
401.1SthorpejPROG	sbin/mount_msdos
411.1SthorpejPROG	sbin/mount_nfs
421.23SmattPROG	sbin/mount_tmpfs
431.1SthorpejPROG	sbin/newfs	sbin/mount_mfs
441.24ShePROG	sbin/newfs_ext2fs
451.29SjmcneillPROG	sbin/newfs_msdos
461.1SthorpejPROG	sbin/ping
471.1SthorpejPROG	sbin/reboot	sbin/halt
481.1SthorpejPROG	sbin/restore	sbin/rrestore
491.1SthorpejPROG	sbin/route
501.1SthorpejPROG	sbin/shutdown
511.1SthorpejPROG	sbin/slattach
521.25SmattPROG	sbin/sysctl
531.1SthorpejPROG	sbin/swapctl
541.1SthorpejPROG	sbin/umount
551.1Sthorpej
561.1SthorpejPROG	usr/bin/ftp
571.7SrafalPROG	usr/bin/tip	usr/bin/cu
581.11SabsPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
591.1SthorpejPROG	usr/bin/less	usr/bin/more
601.1SthorpejPROG	usr/bin/sed
611.1SthorpejPROG	usr/bin/tset
621.1Sthorpej
631.1SthorpejPROG	usr/sbin/chroot
641.1Sthorpej
651.7SrafalSPECIAL	ed		srcdir	distrib/utils/x_ed
661.19StsutsuiSPECIAL	gzip		srcdir	distrib/utils/x_gzip
671.7SrafalSPECIAL	ping		srcdir	distrib/utils/x_ping
681.7SrafalSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
691.7SrafalSPECIAL	route		srcdir	distrib/utils/x_route
701.7SrafalSPECIAL	umount		srcdir	distrib/utils/x_umount
711.1Sthorpej
721.28SrinLIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -llzma -lprop
731.1Sthorpej
741.1Sthorpej# init invokes the shell as -sh
751.1SthorpejARGVLN	sh -sh
761.1Sthorpej
771.1Sthorpej# we need the boot blocks /usr/mdec
781.1Sthorpej#COPY	${DESTDIR}/usr/mdec/ofwboot	usr/mdec/ofwboot
791.1Sthorpej
801.1Sthorpej# various files that we need in /etc for the install
811.2SlukemCOPY	${NETBSDSRCDIR}/etc/group		etc/group
821.2SlukemCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
831.2SlukemCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
841.15SabsCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
851.13SabsCOPY	${DISTRIBDIR}/common/services		etc/services
861.1Sthorpej
871.1Sthorpej# and the installation tools
881.1SthorpejCOPY	${CURDIR}/dot.profile		.profile
89