1 # $NetBSD: list,v 1.6 2002/06/05 11:22:05 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/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 40 PROG usr/sbin/chown usr/bin/chgrp 41 PROG usr/sbin/chroot 42 43 # init invokes the shell as -sh 44 ARGVLN sh -sh 45 46 SPECIAL ftp srcdir distrib/utils/x_ftp 47 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 48 SPECIAL mount srcdir distrib/utils/x_mount 49 SPECIAL ping srcdir distrib/utils/x_ping 50 SPECIAL route srcdir distrib/utils/x_route 51 SPECIAL umount srcdir distrib/utils/x_umount 52 53 LIBS libhack.o -lbz2 -lutil -lcurses -ltermcap -lcrypt -ll -lm 54 55 COPY ${DESTDIR}/usr/mdec/uboot.lif usr/mdec/uboot.lif 56 COPY ${DESTDIR}/usr/mdec/installboot usr/mdec/installboot 555 57 58 # various files that we need in /etc for the install 59 COPY ${NETBSDSRCDIR}/etc/group etc/group 60 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 61 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 62 COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 63 COPY ${NETBSDSRCDIR}/etc/services etc/services 64 65 # and the common installation tools 66 COPY ${CURDIR}/termcap.mini usr/share/misc/termcap 67 68 # and the boot script 69 COPY ${CURDIR}/dot.profile .profile 70