1 # $NetBSD: list,v 1.5.4.1.8.1 2011/01/07 03:05:00 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/disklabel 28 PROG sbin/dmesg 29 PROG sbin/fsck 30 PROG sbin/fsck_ffs 31 PROG sbin/ifconfig 32 PROG sbin/init 33 PROG sbin/mknod 34 PROG sbin/mount 35 PROG sbin/mount_cd9660 36 PROG sbin/mount_ffs 37 PROG sbin/mount_tmpfs 38 PROG sbin/mount_nfs 39 PROG sbin/newfs sbin/mount_mfs 40 PROG sbin/ping 41 PROG sbin/reboot sbin/halt 42 PROG sbin/restore sbin/rrestore 43 PROG sbin/route 44 PROG sbin/shutdown 45 PROG sbin/swapctl 46 PROG sbin/umount 47 48 PROG usr/bin/ftp 49 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 50 PROG usr/bin/more 51 PROG usr/bin/sed 52 PROG usr/bin/tset 53 PROG usr/bin/vmstat 54 PROG usr/bin/netstat 55 56 PROG usr/sbin/chown usr/bin/chgrp 57 PROG usr/sbin/chroot 58 59 # init invokes the shell as -sh 60 ARGVLN sh -sh 61 62 SPECIAL ed srcdir distrib/utils/x_ed 63 SPECIAL gzip srcdir distrib/utils/x_gzip 64 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 65 SPECIAL more srcdir distrib/utils/more 66 SPECIAL ping srcdir distrib/utils/x_ping 67 SPECIAL route srcdir distrib/utils/x_route 68 SPECIAL umount srcdir distrib/utils/x_umount 69 70 LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lkvm -lrmt -ll -lm -lz -lprop 71 72 # various files that we need in /etc for the install 73 COPY ${NETBSDSRCDIR}/etc/group etc/group 74 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 75 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 76 COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 77 COPY ${NETBSDSRCDIR}/distrib/common/services etc/services 78 79 # and the common installation tools 80 COPY ${CURDIR}/termcap.src usr/share/misc/termcap 81 82 # and the disktab explanation file 83 COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 84 85 # and the boot script 86 COPY ${CURDIR}/dot.profile .profile 87 MTREE ./.profile type=file uname=root gname=wheel mode=0644 88 COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile 89 90