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