list revision 1.6
11.6Schristos#	$NetBSD: list,v 1.6 2025/07/20 16:51:33 christos Exp $
21.1Sgarbled
31.1SgarbledSRCDIRS	bin sbin external/bsd/less/bin crypto/external/bsd/openssh/bin/sshd usr.bin usr.sbin
41.1Sgarbled
51.1SgarbledPROG	bin/cat
61.1SgarbledPROG	bin/chmod
71.1SgarbledPROG	bin/cp
81.1SgarbledPROG	bin/dd
91.1SgarbledPROG	bin/df
101.1SgarbledPROG	bin/ed
111.1SgarbledPROG	bin/ln
121.1SgarbledPROG	bin/ls
131.1SgarbledPROG	bin/mkdir
141.1SgarbledPROG	bin/mv
151.1SgarbledPROG	bin/pax		usr/bin/tar
161.1SgarbledPROG	bin/pwd
171.1SgarbledPROG	bin/rm
181.1SgarbledPROG	bin/rmdir
191.1SgarbledPROG	bin/sh
201.1SgarbledPROG	bin/stty
211.1SgarbledPROG	bin/sync
221.1SgarbledPROG	bin/sleep
231.1Sgarbled
241.1SgarbledPROG	sbin/chown	bin/chgrp
251.1SgarbledPROG	sbin/disklabel
261.1SgarbledPROG	sbin/fdisk
271.1SgarbledPROG	sbin/fsck
281.1SgarbledPROG	sbin/fsck_msdos
291.1SgarbledPROG	sbin/fsck_ffs
301.1SgarbledPROG	sbin/gpt
311.1SgarbledPROG	sbin/ifconfig
321.1SgarbledPROG	sbin/init
331.1SgarbledPROG	sbin/mknod
341.1SgarbledPROG	sbin/mount
351.1SgarbledPROG	sbin/mount_cd9660
361.1SgarbledPROG	sbin/mount_ext2fs
371.1SgarbledPROG	sbin/mount_ffs
381.1SgarbledPROG	sbin/mount_kernfs
391.1SgarbledPROG	sbin/mount_msdos
401.1SgarbledPROG	sbin/mount_nfs
411.1SgarbledPROG	sbin/mount_tmpfs
421.1SgarbledPROG	sbin/newfs	sbin/mount_mfs
431.1SgarbledPROG	sbin/newfs_ext2fs
441.1SgarbledPROG	sbin/ping
451.1SgarbledPROG	sbin/reboot	sbin/halt
461.1SgarbledPROG	sbin/restore	sbin/rrestore
471.1SgarbledPROG	sbin/route
481.1SgarbledPROG	sbin/shutdown
491.1SgarbledPROG	sbin/slattach
501.1SgarbledPROG	sbin/swapctl
511.1SgarbledPROG	sbin/umount
521.1Sgarbled
531.1SgarbledPROG	usr/bin/ftp
541.1SgarbledPROG	usr/bin/tip	usr/bin/cu
551.1SgarbledPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
561.1SgarbledPROG	usr/bin/less	usr/bin/more
571.1SgarbledPROG	usr/bin/sed
581.1SgarbledPROG	usr/bin/tset
591.1Sgarbled
601.1SgarbledPROG	usr/sbin/chroot
611.1SgarbledPROG	usr/sbin/sshd
621.1Sgarbled
631.1SgarbledSPECIAL	ed		srcdir	distrib/utils/x_ed
641.1SgarbledSPECIAL	gzip		srcdir	distrib/utils/x_gzip
651.1SgarbledSPECIAL	ping		srcdir	distrib/utils/x_ping
661.1SgarbledSPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
671.1SgarbledSPECIAL	route		srcdir	distrib/utils/x_route
681.1SgarbledSPECIAL	umount		srcdir	distrib/utils/x_umount
691.1SgarbledSPECIAL sshd		srcdir	crypto/external/bsd/openssh/bin/sshd
701.1SgarbledSPECIAL sshd		keepsymbols allow_severity deny_severity
711.1Sgarbled
721.6SchristosLIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop    -lssh -lcrypto -lpthread
731.1Sgarbled
741.1Sgarbled# init invokes the shell as -sh
751.1SgarbledARGVLN	sh -sh
761.1Sgarbled
771.1Sgarbled# we need the boot blocks /usr/mdec
781.1Sgarbled#COPY	${DESTDIR}/usr/mdec/ofwboot	usr/mdec/ofwboot
791.1Sgarbled
801.1Sgarbled# various files that we need in /etc for the install
811.1SgarbledCOPY	${NETBSDSRCDIR}/etc/group		etc/group
821.1SgarbledCOPY	${CURDIR}/master.passwd	etc/master.passwd 600
831.1SgarbledCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
841.1SgarbledCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
851.1SgarbledCOPY	${DISTRIBDIR}/common/services		etc/services
861.1Sgarbled
871.1Sgarbled# and the installation tools
881.1SgarbledCOPY	${CURDIR}/dot.profile		.profile
891.1SgarbledCOPY	${CURDIR}/inst.profile		inst/.profile
901.1SgarbledCOPY	${CURDIR}/sshd_config		etc/ssh/sshd_config
911.2SmartinCOPY	${CURDIR}/ssh_host_rsa_key	etc/ssh/ssh_host_rsa_key 600
92