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