1 # $NetBSD: list,v 1.18 2012/02/01 22:25:46 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/fsck_ext2fs 34 PROG sbin/fsck_msdos 35 PROG sbin/ifconfig 36 PROG sbin/init 37 PROG sbin/mknod 38 PROG sbin/mount 39 PROG sbin/mount_cd9660 40 PROG sbin/mount_ext2fs 41 PROG sbin/mount_ffs 42 PROG sbin/mount_msdos 43 PROG sbin/mount_nfs 44 PROG sbin/mount_tmpfs 45 PROG sbin/mount_udf 46 PROG sbin/newfs sbin/mount_mfs 47 PROG sbin/newfs_ext2fs 48 PROG sbin/newfs_msdos 49 PROG sbin/ping 50 PROG sbin/reboot sbin/halt 51 PROG sbin/restore sbin/rrestore 52 PROG sbin/route 53 PROG sbin/shutdown 54 PROG sbin/swapctl 55 PROG sbin/umount 56 57 PROG usr/bin/ftp 58 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 59 PROG usr/bin/more 60 PROG usr/bin/sed 61 PROG usr/bin/tset 62 PROG usr/bin/vmstat 63 PROG usr/bin/netstat 64 65 PROG usr/sbin/chroot 66 PROG usr/sbin/flashctl 67 68 # init invokes the shell as -sh 69 ARGVLN sh -sh 70 71 SPECIAL ed srcdir distrib/utils/x_ed 72 SPECIAL gzip srcdir distrib/utils/x_gzip 73 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 74 SPECIAL more srcdir distrib/utils/more 75 SPECIAL ping srcdir distrib/utils/x_ping 76 SPECIAL route srcdir distrib/utils/x_route 77 SPECIAL umount srcdir distrib/utils/x_umount 78 79 LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lkvm -lrmt -ll -lm -lz -lprop 80 81 # various files that we need in /etc for the install 82 COPY ${NETBSDSRCDIR}/etc/group etc/group 83 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 84 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 85 COPY ${DISTRIBDIR}/common/protocols etc/protocols 86 COPY ${DISTRIBDIR}/common/services etc/services 87 88 # and the boot script 89 COPY ${CURDIR}/dot.profile .profile 90 MTREE ./.profile type=file uname=root gname=wheel mode=0644 91