1 1.6 christos # $NetBSD: list,v 1.6 2025/07/20 16:51:33 christos Exp $ 2 1.1 garbled 3 1.1 garbled SRCDIRS bin sbin external/bsd/less/bin crypto/external/bsd/openssh/bin/sshd usr.bin usr.sbin 4 1.1 garbled 5 1.1 garbled PROG bin/cat 6 1.1 garbled PROG bin/chmod 7 1.1 garbled PROG bin/cp 8 1.1 garbled PROG bin/dd 9 1.1 garbled PROG bin/df 10 1.1 garbled PROG bin/ed 11 1.1 garbled PROG bin/ln 12 1.1 garbled PROG bin/ls 13 1.1 garbled PROG bin/mkdir 14 1.1 garbled PROG bin/mv 15 1.1 garbled PROG bin/pax usr/bin/tar 16 1.1 garbled PROG bin/pwd 17 1.1 garbled PROG bin/rm 18 1.1 garbled PROG bin/rmdir 19 1.1 garbled PROG bin/sh 20 1.1 garbled PROG bin/stty 21 1.1 garbled PROG bin/sync 22 1.1 garbled PROG bin/sleep 23 1.1 garbled 24 1.1 garbled PROG sbin/chown bin/chgrp 25 1.1 garbled PROG sbin/disklabel 26 1.1 garbled PROG sbin/fdisk 27 1.1 garbled PROG sbin/fsck 28 1.1 garbled PROG sbin/fsck_msdos 29 1.1 garbled PROG sbin/fsck_ffs 30 1.1 garbled PROG sbin/gpt 31 1.1 garbled PROG sbin/ifconfig 32 1.1 garbled PROG sbin/init 33 1.1 garbled PROG sbin/mknod 34 1.1 garbled PROG sbin/mount 35 1.1 garbled PROG sbin/mount_cd9660 36 1.1 garbled PROG sbin/mount_ext2fs 37 1.1 garbled PROG sbin/mount_ffs 38 1.1 garbled PROG sbin/mount_kernfs 39 1.1 garbled PROG sbin/mount_msdos 40 1.1 garbled PROG sbin/mount_nfs 41 1.1 garbled PROG sbin/mount_tmpfs 42 1.1 garbled PROG sbin/newfs sbin/mount_mfs 43 1.1 garbled PROG sbin/newfs_ext2fs 44 1.1 garbled PROG sbin/ping 45 1.1 garbled PROG sbin/reboot sbin/halt 46 1.1 garbled PROG sbin/restore sbin/rrestore 47 1.1 garbled PROG sbin/route 48 1.1 garbled PROG sbin/shutdown 49 1.1 garbled PROG sbin/slattach 50 1.1 garbled PROG sbin/swapctl 51 1.1 garbled PROG sbin/umount 52 1.1 garbled 53 1.1 garbled PROG usr/bin/ftp 54 1.1 garbled PROG usr/bin/tip usr/bin/cu 55 1.1 garbled PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 56 1.1 garbled PROG usr/bin/less usr/bin/more 57 1.1 garbled PROG usr/bin/sed 58 1.1 garbled PROG usr/bin/tset 59 1.1 garbled 60 1.1 garbled PROG usr/sbin/chroot 61 1.1 garbled PROG usr/sbin/sshd 62 1.1 garbled 63 1.1 garbled SPECIAL ed srcdir distrib/utils/x_ed 64 1.1 garbled SPECIAL gzip srcdir distrib/utils/x_gzip 65 1.1 garbled SPECIAL ping srcdir distrib/utils/x_ping 66 1.1 garbled SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 67 1.1 garbled SPECIAL route srcdir distrib/utils/x_route 68 1.1 garbled SPECIAL umount srcdir distrib/utils/x_umount 69 1.1 garbled SPECIAL sshd srcdir crypto/external/bsd/openssh/bin/sshd 70 1.1 garbled SPECIAL sshd keepsymbols allow_severity deny_severity 71 1.1 garbled 72 1.6 christos LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop -lssh -lcrypto -lpthread 73 1.1 garbled 74 1.1 garbled # init invokes the shell as -sh 75 1.1 garbled ARGVLN sh -sh 76 1.1 garbled 77 1.1 garbled # we need the boot blocks /usr/mdec 78 1.1 garbled #COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot 79 1.1 garbled 80 1.1 garbled # various files that we need in /etc for the install 81 1.1 garbled COPY ${NETBSDSRCDIR}/etc/group etc/group 82 1.1 garbled COPY ${CURDIR}/master.passwd etc/master.passwd 600 83 1.1 garbled COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 84 1.1 garbled COPY ${DISTRIBDIR}/common/protocols etc/protocols 85 1.1 garbled COPY ${DISTRIBDIR}/common/services etc/services 86 1.1 garbled 87 1.1 garbled # and the installation tools 88 1.1 garbled COPY ${CURDIR}/dot.profile .profile 89 1.1 garbled COPY ${CURDIR}/inst.profile inst/.profile 90 1.1 garbled COPY ${CURDIR}/sshd_config etc/ssh/sshd_config 91 1.2 martin COPY ${CURDIR}/ssh_host_rsa_key etc/ssh/ssh_host_rsa_key 600 92