1 # $NetBSD: list,v 1.19 2023/07/25 02:42:48 gutteridge Exp $ 2 3 SRCDIRS bin sbin external/bsd/less/bin usr.bin usr.sbin 4 5 PROG bin/cat 6 PROG bin/chmod 7 PROG bin/cp 8 PROG bin/date 9 PROG bin/dd 10 PROG bin/df 11 PROG bin/ed 12 PROG bin/ln 13 PROG bin/ls 14 PROG bin/mkdir 15 PROG bin/mv 16 PROG bin/pax usr/bin/tar 17 PROG bin/ps 18 PROG bin/pwd 19 PROG bin/rm 20 PROG bin/rmdir 21 PROG bin/sh 22 PROG bin/stty 23 PROG bin/sync 24 25 PROG sbin/disklabel 26 PROG sbin/dkctl 27 PROG sbin/fdisk 28 PROG sbin/fsck 29 PROG sbin/fsck_ext2fs 30 PROG sbin/fsck_ffs 31 PROG sbin/fsck_msdos 32 PROG sbin/gpt 33 PROG sbin/ifconfig 34 PROG sbin/init 35 PROG sbin/mknod 36 PROG sbin/mount 37 PROG sbin/mount_cd9660 38 PROG sbin/mount_ext2fs 39 PROG sbin/mount_ffs 40 PROG sbin/mount_kernfs 41 PROG sbin/mount_msdos 42 PROG sbin/mount_nfs 43 PROG sbin/mount_tmpfs 44 PROG sbin/newfs sbin/mount_mfs 45 PROG sbin/newfs_ext2fs 46 PROG sbin/newfs_msdos 47 PROG sbin/ping 48 PROG sbin/reboot sbin/halt 49 PROG sbin/restore sbin/rrestore 50 PROG sbin/route 51 PROG sbin/shutdown 52 PROG sbin/slattach 53 PROG sbin/swapctl 54 PROG sbin/sysctl 55 PROG sbin/umount 56 57 PROG usr/bin/chown usr/sbin/chgrp 58 PROG usr/bin/ftp 59 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 60 PROG usr/bin/less usr/bin/more 61 PROG usr/bin/sed 62 PROG usr/bin/tset 63 PROG usr/bin/vmstat 64 65 PROG usr/sbin/chroot 66 PROG usr/sbin/flashctl 67 68 SPECIAL ping srcdir distrib/utils/x_ping 69 70 LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lkvm -lrmt -lcrypt -ll -lm -llzma -lbz2 -lz -lprop 71 72 # init invokes the shell as -sh 73 ARGVLN sh -sh 74 75 # various files that we need in /etc for the install 76 COPY ${NETBSDSRCDIR}/etc/group etc/group 77 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 78 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 79 COPY ${DISTRIBDIR}/common/protocols etc/protocols 80 COPY ${DISTRIBDIR}/common/services etc/services 81 82 # and the installation tools 83 COPY ${CURDIR}/dot.profile .profile 84