list revision 1.16
1# $NetBSD: list,v 1.16 2002/04/12 02:13:49 lukem Exp $ 2 3SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin 4 5PROG bin/cat usr/bin/strings 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/rm 19PROG bin/sh 20PROG bin/stty 21PROG bin/sync 22 23PROG sbin/disklabel 24PROG sbin/fsck 25PROG sbin/fsck_ffs 26PROG sbin/ifconfig 27PROG sbin/init 28PROG sbin/mknod 29PROG sbin/mount 30PROG sbin/mount_cd9660 31PROG sbin/mount_ffs 32PROG sbin/mount_kernfs 33PROG sbin/mount_msdos 34PROG sbin/mount_nfs 35PROG sbin/newfs 36PROG sbin/ping 37PROG sbin/reboot sbin/halt 38PROG sbin/restore sbin/rrestore 39PROG sbin/route 40PROG sbin/shutdown 41PROG sbin/slattach 42PROG sbin/swapctl 43PROG sbin/umount 44 45PROG usr/bin/ftp 46PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat 47PROG usr/bin/less usr/bin/more 48PROG usr/bin/sed 49PROG usr/bin/tip 50PROG usr/bin/tset 51 52PROG usr/mdec/installboot 53 54PROG usr/sbin/bad144 55PROG usr/sbin/chown usr/bin/chgrp 56PROG usr/sbin/chroot 57 58# init invokes the shell as -sh 59ARGVLN sh -sh 60 61SPECIAL ping srcdir distrib/utils/x_ping 62 63# we have not switched to MI usr.sbin/installboot yet. 64SPECIAL installboot srcdir sys/arch/${MACHINE}/stand/installboot 65 66 67LIBS -ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm 68 69# we need the boot blocks /usr/mdec 70COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 71COPY ${DESTDIR}/usr/mdec/bootxx_ffs usr/mdec/bootxx_ffs 72 73# various files that we need in /etc for the install 74COPY ${_SRC_TOP_}/etc/group etc/group 75COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd 76COPY ${_SRC_TOP_}/etc/protocols etc/protocols 77COPY ${_SRC_TOP_}/etc/netconfig etc/netconfig 78COPY ${_SRC_TOP_}/etc/services etc/services 79 80CMD ${PWD_MKDB} -L -d . etc/master.passwd 81MTREE ./etc/pwd.db type=file uname=root gname=wheel mode=0644 82MTREE ./etc/spwd.db type=file uname=root gname=wheel mode=0600 83 84# and the common installation tools 85COPY ${DESTDIR}/usr/share/misc/termcap usr/share/misc/termcap 86COPY ${DISTRIBDIR}/utils/script-installer/dot.commonutils .commonutils 87COPY ${DISTRIBDIR}/utils/script-installer/dot.instutils .instutils 88 89# the disktab explanation file 90COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 91 92# and the installation tools 93COPY ${CURDIR}/dot.profile .profile 94COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile 95 96# old-style installation tools 97COPY ${CURDIR}/../src/install.sh install 755 98COPY ${CURDIR}/../src/upgrade.sh upgrade 755 99 100# and the install notes 101COPY ${INSTALLNOTES} INSTALL.more 102