1 1.10 lukem # $NetBSD: list,v 1.10 2002/04/13 13:42:05 lukem Exp $ 2 1.1 scw 3 1.6 scw SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin 4 1.1 scw 5 1.6 scw PROG bin/cat 6 1.6 scw PROG bin/chmod 7 1.6 scw PROG bin/cp 8 1.6 scw PROG bin/dd 9 1.6 scw PROG bin/df 10 1.6 scw PROG bin/ln 11 1.6 scw PROG bin/ls 12 1.6 scw PROG bin/mkdir 13 1.6 scw PROG bin/mt 14 1.6 scw PROG bin/mv 15 1.6 scw PROG bin/pax usr/bin/tar 16 1.6 scw PROG bin/pwd 17 1.6 scw PROG bin/sync 18 1.6 scw PROG bin/sh 19 1.6 scw PROG bin/tftp 20 1.6 scw 21 1.6 scw PROG sbin/disklabel 22 1.6 scw PROG sbin/edlabel 23 1.6 scw PROG sbin/ifconfig 24 1.6 scw PROG sbin/init 25 1.6 scw PROG sbin/installboot 26 1.6 scw PROG sbin/mknod 27 1.6 scw PROG sbin/mount 28 1.6 scw PROG sbin/mount_cd9660 29 1.6 scw PROG sbin/mount_ffs 30 1.6 scw PROG sbin/mount_nfs 31 1.10 lukem PROG sbin/reboot sbin/halt 32 1.6 scw PROG sbin/route 33 1.6 scw PROG sbin/umount 34 1.6 scw 35 1.6 scw PROG usr/bin/ftp 36 1.6 scw PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 37 1.6 scw 38 1.10 lukem # init invokes the shell as -sh 39 1.10 lukem ARGVLN sh -sh 40 1.10 lukem 41 1.6 scw SPECIAL ftp srcdir distrib/utils/x_ftp 42 1.6 scw SPECIAL gzip srcdir distrib/utils/x_gzip 43 1.6 scw SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 44 1.6 scw SPECIAL mount srcdir distrib/utils/x_mount 45 1.6 scw SPECIAL route srcdir distrib/utils/x_route 46 1.6 scw SPECIAL umount srcdir distrib/utils/x_umount 47 1.6 scw SPECIAL installboot srcdir sys/arch/mvme68k/stand/installboot 48 1.1 scw 49 1.6 scw LIBS libhack.o -lutil -lz -ll -lrmt 50 1.1 scw 51 1.1 scw # various files that we need in /etc for the install 52 1.6 scw COPY ${CURDIR}/rd.fstab etc/fstab 53 1.9 lukem COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd 54 1.7 lukem COPY ${_SRC_TOP_}/etc/netconfig etc/netconfig 55 1.7 lukem COPY ${_SRC_TOP_}/etc/protocols etc/protocols 56 1.7 lukem COPY ${_SRC_TOP_}/etc/services etc/services 57 1.6 scw COPY ${DESTDIR}/usr/mdec/bootsd bootsd 58 1.6 scw COPY ${DESTDIR}/usr/mdec/bootst bootst 59 1.6 scw COPY ${DESTDIR}/usr/mdec/bootxx bootxx 60 1.6 scw COPY ${DESTDIR}/usr/mdec/stboot stboot 61 1.1 scw 62 1.6 scw # and the startup file 63 1.6 scw COPY ${CURDIR}/dot.profile .profile 64 1.2 tron COPY ${CURDIR}/rd.welcome .welcome 65