1 # $NetBSD: list,v 1.8 2002/09/14 02:00:25 mycroft 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/ln 9 PROG bin/ls 10 PROG bin/mkdir 11 PROG bin/mv 12 PROG bin/pax usr/bin/tar 13 PROG bin/pwd 14 PROG bin/rm 15 PROG bin/sh 16 PROG bin/stty 17 18 PROG sbin/disklabel 19 PROG sbin/fsck 20 PROG sbin/fsck_ffs 21 PROG sbin/ifconfig 22 PROG sbin/init 23 PROG sbin/mknod 24 PROG sbin/mount 25 PROG sbin/mount_cd9660 26 PROG sbin/mount_ffs 27 PROG sbin/mount_kernfs 28 PROG sbin/mount_nfs 29 PROG sbin/newfs sbin/mount_mfs 30 PROG sbin/ping 31 PROG sbin/reboot sbin/halt 32 PROG sbin/route 33 PROG sbin/swapctl 34 PROG sbin/umount 35 36 PROG usr/bin/ftp 37 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 38 PROG usr/bin/sed 39 PROG usr/bin/tset 40 41 PROG usr/sbin/chown usr/bin/chgrp 42 PROG usr/sbin/chroot 43 44 # init invokes the shell as -sh 45 ARGVLN sh -sh 46 47 SPECIAL ftp srcdir distrib/utils/x_ftp 48 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 49 SPECIAL mount srcdir distrib/utils/x_mount 50 SPECIAL ping srcdir distrib/utils/x_ping 51 SPECIAL route srcdir distrib/utils/x_route 52 SPECIAL umount srcdir distrib/utils/x_umount 53 54 LIBS libhack.o -lbz2 -lutil -lcurses -ltermcap -lcrypt -ll -lm 55 56 COPY ${DESTDIR}/usr/mdec/uboot.lif usr/mdec/uboot.lif 57 COPY ${DESTDIR}/usr/mdec/installboot usr/mdec/installboot 555 58 59 # various files that we need in /etc for the install 60 COPY ${NETBSDSRCDIR}/etc/group etc/group 61 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 62 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 63 COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 64 COPY ${NETBSDSRCDIR}/etc/services etc/services 65 66 # and the common installation tools 67 COPY ${CURDIR}/termcap.mini usr/share/misc/termcap 68 69 # and the boot script 70 COPY ${CURDIR}/dot.profile .profile 71