1 # $NetBSD: list,v 1.1 2015/03/28 12:54:06 matt 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/drvctl 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/ifconfig 33 PROG sbin/init 34 PROG sbin/mknod 35 PROG sbin/mount 36 PROG sbin/mount_cd9660 37 PROG sbin/mount_ext2fs 38 PROG sbin/mount_ffs 39 PROG sbin/mount_kernfs 40 PROG sbin/mount_msdos 41 PROG sbin/mount_nfs 42 PROG sbin/mount_tmpfs 43 PROG sbin/newfs sbin/mount_mfs 44 PROG sbin/newfs_ext2fs 45 PROG sbin/newfs_msdos 46 PROG sbin/ping 47 PROG sbin/reboot sbin/halt 48 PROG sbin/restore sbin/rrestore 49 PROG sbin/route 50 PROG sbin/shutdown 51 PROG sbin/swapctl 52 PROG sbin/sysctl 53 PROG sbin/umount 54 55 PROG usr/bin/chown usr/sbin/chgrp 56 PROG usr/bin/ftp 57 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 58 PROG usr/bin/less usr/bin/more 59 PROG usr/bin/sed 60 PROG usr/bin/tset 61 PROG usr/bin/vmstat 62 63 PROG usr/sbin/chroot 64 #PROG usr/sbin/flashctl 65 66 SPECIAL ping srcdir distrib/utils/x_ping 67 68 LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lkvm -lrmt -lcrypt -ll -lm -llzma -lbz2 -lz -lprop 69 70 # init invokes the shell as -sh 71 ARGVLN sh -sh 72 73 # various files that we need in /etc for the install 74 COPY ${NETBSDSRCDIR}/etc/group etc/group 75 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 76 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 77 COPY ${DISTRIBDIR}/common/protocols etc/protocols 78 COPY ${DISTRIBDIR}/common/services etc/services 79 80 # and the installation tools 81 COPY ${CURDIR}/dot.profile .profile 82