1 # $NetBSD: list,v 1.23 2012/08/10 20:17:09 matt Exp $ 2 3 SRCDIRS bin sbin external/bsd/less/bin 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/mv 15 PROG bin/pax usr/bin/tar 16 PROG bin/pwd 17 PROG bin/rm 18 PROG bin/rmdir 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/fdisk 26 PROG sbin/fsck 27 PROG sbin/fsck_msdos 28 PROG sbin/fsck_ffs 29 PROG sbin/gpt 30 PROG sbin/ifconfig 31 PROG sbin/init 32 PROG sbin/mknod 33 PROG sbin/mount 34 PROG sbin/mount_cd9660 35 PROG sbin/mount_ffs 36 PROG sbin/mount_kernfs 37 PROG sbin/mount_msdos 38 PROG sbin/mount_nfs 39 PROG sbin/mount_tmpfs 40 PROG sbin/newfs sbin/mount_mfs 41 PROG sbin/ping 42 PROG sbin/reboot sbin/halt 43 PROG sbin/restore sbin/rrestore 44 PROG sbin/route 45 PROG sbin/shutdown 46 PROG sbin/slattach 47 PROG sbin/swapctl 48 PROG sbin/umount 49 50 PROG usr/bin/ftp 51 PROG usr/bin/tip usr/bin/cu 52 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 53 PROG usr/bin/less usr/bin/more 54 PROG usr/bin/sed 55 PROG usr/bin/tset 56 57 PROG usr/sbin/chroot 58 59 SPECIAL ed srcdir distrib/utils/x_ed 60 SPECIAL gzip srcdir distrib/utils/x_gzip 61 SPECIAL ping srcdir distrib/utils/x_ping 62 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 63 SPECIAL route srcdir distrib/utils/x_route 64 SPECIAL umount srcdir distrib/utils/x_umount 65 66 LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop 67 68 # init invokes the shell as -sh 69 ARGVLN sh -sh 70 71 # we need the boot blocks /usr/mdec 72 #COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot 73 74 # various files that we need in /etc for the install 75 COPY ${NETBSDSRCDIR}/etc/group etc/group 76 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 77 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 78 COPY ${DISTRIBDIR}/common/protocols etc/protocols 79 COPY ${DISTRIBDIR}/common/services etc/services 80 81 # and the installation tools 82 COPY ${CURDIR}/dot.profile .profile 83