1 # $NetBSD: list,v 1.17 2011/08/11 08:39:42 matt Exp $ 2 3 SRCDIRS bin sbin 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/mt 16 PROG bin/mv 17 PROG bin/pax usr/bin/tar 18 PROG bin/pwd 19 PROG bin/ps 20 PROG bin/rcmd 21 PROG bin/rcp 22 PROG bin/rm 23 PROG bin/sh 24 PROG bin/stty 25 PROG bin/sync 26 27 PROG sbin/chown bin/chgrp 28 PROG sbin/disklabel 29 PROG sbin/dmesg 30 PROG sbin/fdisk 31 PROG sbin/fsck 32 PROG sbin/fsck_ffs 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_ffs 39 PROG sbin/mount_tmpfs 40 PROG sbin/mount_nfs 41 PROG sbin/newfs sbin/mount_mfs 42 PROG sbin/ping 43 PROG sbin/reboot sbin/halt 44 PROG sbin/restore sbin/rrestore 45 PROG sbin/route 46 PROG sbin/shutdown 47 PROG sbin/swapctl 48 PROG sbin/umount 49 50 PROG usr/bin/ftp 51 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 52 PROG usr/bin/more 53 PROG usr/bin/sed 54 PROG usr/bin/tset 55 PROG usr/bin/vmstat 56 PROG usr/bin/netstat 57 58 PROG usr/sbin/chroot 59 60 # init invokes the shell as -sh 61 ARGVLN sh -sh 62 63 SPECIAL ed srcdir distrib/utils/x_ed 64 SPECIAL gzip srcdir distrib/utils/x_gzip 65 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 66 SPECIAL more srcdir distrib/utils/more 67 SPECIAL ping srcdir distrib/utils/x_ping 68 SPECIAL route srcdir distrib/utils/x_route 69 SPECIAL umount srcdir distrib/utils/x_umount 70 71 LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lkvm -lrmt -ll -lm -lz -lprop 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 boot script 81 COPY ${CURDIR}/dot.profile .profile 82 MTREE ./.profile type=file uname=root gname=wheel mode=0644 83