1 # $NetBSD: list,v 1.13 2011/01/14 10:26:33 tsutsui 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/dd 9 PROG bin/df 10 PROG bin/ed 11 PROG bin/ln 12 PROG bin/ls 13 PROG bin/mkdir 14 PROG bin/mt 15 PROG bin/mv 16 PROG bin/pax usr/bin/tar 17 PROG bin/pwd 18 PROG bin/rcmd 19 PROG bin/rcp 20 PROG bin/rm 21 PROG bin/sh 22 PROG bin/stty 23 PROG bin/sync 24 25 PROG sbin/chown bin/chgrp 26 PROG sbin/dmesg 27 PROG sbin/ifconfig 28 PROG sbin/init 29 PROG sbin/mknod 30 PROG sbin/mount 31 PROG sbin/mount_ffs 32 PROG sbin/mount_nfs 33 PROG sbin/newfs sbin/mount_mfs 34 PROG sbin/ping 35 PROG sbin/reboot sbin/halt 36 PROG sbin/restore sbin/rrestore 37 PROG sbin/route 38 PROG sbin/shutdown 39 PROG sbin/swapctl 40 PROG sbin/umount 41 42 PROG usr/bin/ftp 43 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 44 PROG usr/bin/more 45 PROG usr/bin/sed 46 PROG usr/bin/tset 47 48 PROG usr/sbin/chroot 49 50 # init invokes the shell as -sh 51 ARGVLN sh -sh 52 53 SPECIAL ed srcdir distrib/utils/x_ed 54 SPECIAL gzip srcdir distrib/utils/x_gzip 55 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 56 SPECIAL more srcdir distrib/utils/more 57 SPECIAL ping srcdir distrib/utils/x_ping 58 SPECIAL route srcdir distrib/utils/x_route 59 SPECIAL umount srcdir distrib/utils/x_umount 60 61 LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -ll -lm -lz -lprop 62 63 # various files that we need in /etc for the install 64 COPY ${NETBSDSRCDIR}/etc/group etc/group 65 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 66 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 67 COPY ${DISTRIBDIR}/common/protocols etc/protocols 68 COPY ${DISTRIBDIR}/common/services etc/services 69 70 # and the boot script 71 COPY ${CURDIR}/dot.profile .profile 72 MTREE ./.profile type=file uname=root gname=wheel mode=0644 73