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