1 # $NetBSD: list,v 1.1 2003/10/19 03:37:16 matt 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/dmesg 26 PROG sbin/ifconfig 27 PROG sbin/init 28 PROG sbin/mknod 29 PROG sbin/mount 30 PROG sbin/mount_ffs 31 PROG sbin/mount_nfs 32 PROG sbin/newfs sbin/mount_mfs 33 PROG sbin/ping 34 PROG sbin/ping6 35 PROG sbin/reboot sbin/halt 36 PROG sbin/restore sbin/rrestore 37 PROG sbin/route 38 PROG sbin/rtsol 39 PROG sbin/shutdown 40 PROG sbin/swapctl 41 PROG sbin/umount 42 43 PROG usr/bin/ftp 44 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 45 PROG usr/bin/more 46 PROG usr/bin/sed 47 PROG usr/bin/tset 48 49 PROG usr/sbin/chown usr/bin/chgrp 50 PROG usr/sbin/chroot 51 52 # init invokes the shell as -sh 53 ARGVLN sh -sh 54 55 SPECIAL dmesg srcdir distrib/utils/x_dmesg 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 more srcdir distrib/utils/more 60 SPECIAL ping srcdir distrib/utils/x_ping 61 SPECIAL ping6 srcdir distrib/utils/x_ping6 62 SPECIAL route srcdir distrib/utils/x_route 63 SPECIAL umount srcdir distrib/utils/x_umount 64 65 LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz 66 67 # various files that we need in /etc for the install 68 COPY ${NETBSDSRCDIR}/etc/group etc/group 69 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 70 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 71 COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 72 COPY ${NETBSDSRCDIR}/etc/services etc/services 73 74 # and the common installation tools 75 COPY ${CURDIR}/termcap.src usr/share/misc/termcap 76 77 # and the disktab explanation file 78 COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 79 80 # and the boot script 81 COPY ${CURDIR}/dot.profile .profile 82 MTREE ./.profile type=file uname=root gname=wheel mode=0644 83