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