1 # $NetBSD: list,v 1.11 2008/02/01 14:28:18 tsutsui Exp $ 2 3 SRCDIRS 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/rcmd 19 PROG bin/rcp 20 PROG bin/rm 21 PROG bin/sh 22 PROG bin/stty 23 PROG bin/sync 24 25 PROG sbin/disklabel 26 PROG sbin/dmesg 27 PROG sbin/fdisk 28 PROG sbin/fsck 29 PROG sbin/fsck_ffs 30 PROG sbin/ifconfig 31 PROG sbin/init 32 PROG sbin/mbrlabel 33 PROG sbin/mknod 34 PROG sbin/mount 35 PROG sbin/mount_cd9660 36 PROG sbin/mount_ffs 37 PROG sbin/mount_msdos 38 PROG sbin/mount_nfs 39 PROG sbin/mount_ntfs 40 PROG sbin/newfs sbin/mount_mfs 41 PROG sbin/newfs_msdos 42 PROG sbin/ping 43 PROG sbin/reboot sbin/halt 44 PROG sbin/restore sbin/rrestore 45 PROG sbin/route 46 PROG sbin/shutdown 47 PROG sbin/slattach 48 PROG sbin/swapctl sbin/swapon 49 PROG sbin/umount 50 51 PROG usr/bin/ftp 52 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 53 PROG usr/bin/more 54 PROG usr/bin/sed 55 PROG usr/bin/tset 56 57 PROG usr/sbin/chown usr/bin/chgrp 58 PROG usr/sbin/chroot 59 60 # init invokes the shell as -sh 61 ARGVLN sh -sh 62 63 SPECIAL ed srcdir distrib/utils/x_ed 64 SPECIAL gzip srcdir distrib/utils/x_gzip 65 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 66 SPECIAL more srcdir distrib/utils/more 67 SPECIAL ping srcdir distrib/utils/x_ping 68 SPECIAL route srcdir distrib/utils/x_route 69 SPECIAL umount srcdir distrib/utils/x_umount 70 71 LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz 72 73 COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 74 75 # various files that we need in /etc for the install 76 COPY ${NETBSDSRCDIR}/etc/group etc/group 77 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 78 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 79 COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 80 COPY ${NETBSDSRCDIR}/distrib/common/services etc/services 81 82 # and the common installation tools 83 COPY ${NETBSDSRCDIR}/distrib/common/termcap.mini usr/share/misc/termcap 84 85 # and the boot script 86 COPY ${CURDIR}/dot.profile .profile 87