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