1 # $NetBSD: list,v 1.18 2009/09/20 19:49:09 abs 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/ln 11 PROG bin/ls 12 PROG bin/mkdir 13 PROG bin/mt 14 PROG bin/mv 15 PROG bin/pax usr/bin/tar 16 PROG bin/pwd 17 PROG bin/sync 18 PROG bin/sh 19 PROG bin/tftp 20 21 PROG sbin/disklabel 22 PROG sbin/edlabel 23 PROG sbin/ifconfig 24 PROG sbin/init 25 PROG sbin/installboot 26 PROG sbin/mknod 27 PROG sbin/mount 28 PROG sbin/mount_cd9660 29 PROG sbin/mount_ffs 30 PROG sbin/mount_nfs 31 PROG sbin/reboot sbin/halt 32 PROG sbin/route 33 PROG sbin/umount 34 35 PROG usr/bin/ftp 36 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 37 38 # init invokes the shell as -sh 39 ARGVLN sh -sh 40 41 SPECIAL gzip srcdir distrib/utils/x_gzip 42 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 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 -lprop 48 49 # various files that we need in /etc for the install 50 COPY ${CURDIR}/rd.fstab etc/fstab 51 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 52 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 53 COPY ${DISTRIBDIR}/common/protocols etc/protocols 54 COPY ${DISTRIBDIR}/common/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