1 # $NetBSD: list,v 1.30 2012/07/03 21:49:56 abs Exp $ 2 3 SRCDIRS external/bsd/less/bin bin sbin usr.bin usr.sbin 4 5 PROG bin/cat 6 PROG bin/chmod 7 PROG bin/cp 8 PROG bin/dd 9 PROG bin/df 10 PROG bin/ed 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/rm 19 PROG bin/sh 20 PROG bin/stty 21 PROG bin/sync 22 23 PROG sbin/chown bin/chgrp 24 PROG sbin/disklabel 25 PROG sbin/dmesg 26 PROG sbin/fsck 27 PROG sbin/fsck_ffs 28 PROG sbin/ifconfig 29 PROG sbin/init 30 PROG sbin/mknod 31 PROG sbin/mount 32 PROG sbin/mount_cd9660 33 PROG sbin/mount_ffs 34 PROG sbin/mount_nfs 35 PROG sbin/newfs sbin/mount_mfs 36 PROG sbin/ping 37 PROG sbin/reboot sbin/halt 38 # PROG sbin/restore sbin/rrestore 39 PROG sbin/route 40 PROG sbin/shutdown 41 PROG sbin/swapctl 42 PROG sbin/umount 43 44 PROG usr/bin/ftp 45 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 46 PROG usr/bin/less usr/bin/more 47 PROG usr/bin/sed 48 49 # PROG usr/sbin/bad144 50 PROG usr/sbin/chroot 51 PROG usr/sbin/installboot 52 53 # init invokes the shell as -sh 54 ARGVLN sh -sh 55 56 SPECIAL ed srcdir distrib/utils/x_ed 57 SPECIAL gzip srcdir distrib/utils/x_gzip 58 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 59 SPECIAL ping srcdir distrib/utils/x_ping 60 SPECIAL route srcdir distrib/utils/x_route 61 SPECIAL umount srcdir distrib/utils/x_umount 62 63 LIBS libhack.o -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop 64 65 # we need the boot in /, and boot blocks in /usr/mdec 66 COPY ${DESTDIR}/boot boot 67 COPY ${DESTDIR}/usr/mdec/xxboot usr/mdec/xxboot 68 LINK usr/mdec/xxboot usr/mdec/raboot 69 LINK usr/mdec/xxboot usr/mdec/hpboot 70 LINK usr/mdec/xxboot usr/mdec/rdboot 71 LINK usr/mdec/xxboot usr/mdec/sdboot 72 73 # various files that we need in /etc for the install 74 COPY ${NETBSDSRCDIR}/etc/group etc/group 75 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 76 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 77 COPY ${DISTRIBDIR}/common/protocols etc/protocols 78 COPY ${DISTRIBDIR}/common/services etc/services 79 80 # and the installation tools 81 COPY ${CURDIR}/dot.profile .profile 82