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