1 # $NetBSD: list,v 1.11 2003/12/25 11:14:36 martin 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 ifconfig srcdir distrib/utils/x_ifconfig 48 SPECIAL ping srcdir distrib/utils/x_ping 49 SPECIAL route srcdir distrib/utils/x_route 50 SPECIAL umount srcdir distrib/utils/x_umount 51 52 LIBS libhack.o -lbz2 -lutil -lcurses -ltermcap -lcrypt -ll -lm -lz 53 54 COPY ${DESTDIR}/usr/mdec/uboot.lif usr/mdec/uboot.lif 55 COPY ${DESTDIR}/usr/mdec/installboot usr/mdec/installboot 555 56 57 # various files that we need in /etc for the install 58 COPY ${NETBSDSRCDIR}/etc/group etc/group 59 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 60 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 61 COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 62 COPY ${NETBSDSRCDIR}/etc/services etc/services 63 64 # and the common installation tools 65 COPY ${CURDIR}/termcap.mini usr/share/misc/termcap 66 67 # and the boot script 68 COPY ${CURDIR}/dot.profile .profile 69