1 # $NetBSD: list,v 1.18 2011/06/19 02:18:30 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/mv 15 PROG bin/pax usr/bin/tar 16 PROG bin/pwd 17 PROG bin/rm 18 PROG bin/sh 19 PROG bin/stty 20 PROG bin/sync 21 22 PROG sbin/chown bin/chgrp 23 PROG sbin/disklabel 24 PROG sbin/dmesg 25 PROG sbin/fdisk 26 PROG sbin/fsck 27 PROG sbin/fsck_ffs 28 PROG sbin/ifconfig 29 PROG sbin/init 30 PROG sbin/mknod 31 PROG sbin/mount 32 PROG sbin/mount_cd9660 33 PROG sbin/mount_ffs 34 PROG sbin/mount_msdos 35 PROG sbin/mount_nfs 36 PROG sbin/newfs sbin/mount_mfs 37 PROG sbin/ping 38 PROG sbin/reboot sbin/halt 39 PROG sbin/restore sbin/rrestore 40 PROG sbin/route 41 PROG sbin/shutdown 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/chroot 51 PROG usr/sbin/installboot 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 -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop 62 63 # init invokes the shell as -sh 64 ARGVLN sh -sh 65 66 # various files that we need in /etc for the install 67 COPY ${NETBSDSRCDIR}/etc/group etc/group 68 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 69 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 70 COPY ${DISTRIBDIR}/common/protocols etc/protocols 71 COPY ${DISTRIBDIR}/common/services etc/services 72 73 # and the shell startup files 74 COPY ${CURDIR}/dot.profile .profile 75 76 # we need the boot 77 COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 78 COPY ${DESTDIR}/usr/mdec/bootxx_ffsv1 usr/mdec/bootxx_ffsv1 79 COPY ${DESTDIR}/usr/mdec/bootxx_ffsv2 usr/mdec/bootxx_ffsv2 80 COPY ${DESTDIR}/usr/mdec/mbr usr/mdec/mbr 81