1 1.7 abs # $NetBSD: list,v 1.7 2009/09/20 23:19:52 abs Exp $ 2 1.1 tsutsui 3 1.1 tsutsui SRCDIRS bin sbin usr.bin usr.sbin 4 1.1 tsutsui 5 1.1 tsutsui PROG bin/cat 6 1.1 tsutsui PROG bin/chmod 7 1.1 tsutsui PROG bin/cp 8 1.1 tsutsui PROG bin/dd 9 1.1 tsutsui PROG bin/df 10 1.1 tsutsui PROG bin/ed 11 1.1 tsutsui PROG bin/ln 12 1.1 tsutsui PROG bin/ls 13 1.1 tsutsui PROG bin/mkdir 14 1.1 tsutsui PROG bin/mt 15 1.1 tsutsui PROG bin/mv 16 1.1 tsutsui PROG bin/pax usr/bin/tar 17 1.1 tsutsui PROG bin/pwd 18 1.1 tsutsui PROG bin/rcmd 19 1.1 tsutsui PROG bin/rcp 20 1.1 tsutsui PROG bin/rm 21 1.1 tsutsui PROG bin/sh 22 1.1 tsutsui PROG bin/stty 23 1.1 tsutsui PROG bin/sync 24 1.1 tsutsui 25 1.1 tsutsui PROG sbin/disklabel 26 1.1 tsutsui PROG sbin/dmesg 27 1.1 tsutsui PROG sbin/fsck 28 1.1 tsutsui PROG sbin/fsck_ffs 29 1.1 tsutsui PROG sbin/ifconfig 30 1.1 tsutsui PROG sbin/init 31 1.1 tsutsui PROG sbin/mknod 32 1.1 tsutsui PROG sbin/mount 33 1.1 tsutsui PROG sbin/mount_cd9660 34 1.1 tsutsui PROG sbin/mount_ffs 35 1.1 tsutsui PROG sbin/mount_msdos 36 1.1 tsutsui PROG sbin/mount_nfs 37 1.1 tsutsui PROG sbin/mount_sysvbfs 38 1.1 tsutsui PROG sbin/newfs sbin/mount_mfs 39 1.1 tsutsui PROG sbin/newfs_sysvbfs 40 1.1 tsutsui PROG sbin/ping 41 1.1 tsutsui PROG sbin/reboot sbin/halt 42 1.1 tsutsui PROG sbin/restore sbin/rrestore 43 1.1 tsutsui PROG sbin/route 44 1.1 tsutsui PROG sbin/shutdown 45 1.1 tsutsui PROG sbin/swapctl sbin/swapon 46 1.1 tsutsui PROG sbin/umount 47 1.1 tsutsui 48 1.1 tsutsui PROG usr/bin/ftp 49 1.1 tsutsui PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 50 1.1 tsutsui PROG usr/bin/more 51 1.1 tsutsui PROG usr/bin/sed 52 1.1 tsutsui PROG usr/bin/tset 53 1.1 tsutsui 54 1.1 tsutsui PROG usr/sbin/installboot 55 1.1 tsutsui 56 1.1 tsutsui PROG usr/sbin/chown usr/bin/chgrp 57 1.1 tsutsui PROG usr/sbin/chroot 58 1.1 tsutsui 59 1.1 tsutsui # init invokes the shell as -sh 60 1.1 tsutsui ARGVLN sh -sh 61 1.1 tsutsui 62 1.1 tsutsui SPECIAL ed srcdir distrib/utils/x_ed 63 1.1 tsutsui SPECIAL gzip srcdir distrib/utils/x_gzip 64 1.1 tsutsui SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 65 1.1 tsutsui SPECIAL more srcdir distrib/utils/more 66 1.1 tsutsui SPECIAL ping srcdir distrib/utils/x_ping 67 1.1 tsutsui SPECIAL route srcdir distrib/utils/x_route 68 1.1 tsutsui SPECIAL umount srcdir distrib/utils/x_umount 69 1.1 tsutsui 70 1.3 dyoung LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz -lprop 71 1.1 tsutsui 72 1.1 tsutsui COPY ${DESTDIR}/usr/mdec/bootxx_ustarfs usr/mdec/bootxx_ustarfs 73 1.1 tsutsui COPY ${DESTDIR}/usr/mdec/bootxx_bfs usr/mdec/bootxx_bfs 74 1.1 tsutsui COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 75 1.1 tsutsui 76 1.1 tsutsui # various files that we need in /etc for the install 77 1.1 tsutsui COPY ${NETBSDSRCDIR}/etc/group etc/group 78 1.1 tsutsui COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 79 1.1 tsutsui COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 80 1.7 abs COPY ${DISTRIBDIR}/common/protocols etc/protocols 81 1.6 abs COPY ${DISTRIBDIR}/common/services etc/services 82 1.1 tsutsui 83 1.1 tsutsui # and the common installation tools 84 1.7 abs COPY ${DISTRIBDIR}/common/termcap usr/share/misc/termcap 85 1.1 tsutsui 86 1.1 tsutsui # and the boot script 87 1.1 tsutsui COPY ${CURDIR}/dot.profile .profile 88 1.1 tsutsui MTREE ./.profile type=file uname=root gname=wheel mode=0644 89