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