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