1# $NetBSD: list,v 1.16 2000/08/28 07:48:04 leo Exp $ 2 3SRCDIRS distrib/utils usr.bin bin sbin usr.sbin gnu/usr.bin 4 5# copy the crunched binary, link to it, and kill it 6COPY ${OBJDIR}/instbin instbin 7LINK instbin bin/cat 8LINK instbin bin/chmod 9LINK instbin bin/cp 10LINK instbin bin/x_dd bin/dd 11LINK instbin bin/df 12LINK instbin bin/x_ed bin/ed 13LINK instbin bin/expr 14LINK instbin bin/hostname 15LINK instbin bin/ln 16LINK instbin bin/ls 17LINK instbin bin/kill 18LINK instbin bin/mkdir 19LINK instbin bin/mt 20LINK instbin bin/mv 21LINK instbin bin/pwd 22LINK instbin bin/pax usr/bin/tar usr/bin/cpio 23LINK instbin bin/rm 24LINK instbin bin/sh 25LINK instbin bin/stty 26LINK instbin bin/sleep 27LINK instbin bin/sync 28LINK instbin bin/test bin/[ 29LINK instbin sbin/fsck_ffs sbin/fsck 30LINK instbin sbin/reboot sbin/halt 31LINK instbin sbin/x_ifconfig sbin/ifconfig 32LINK instbin sbin/init_s sbin/init 33LINK instbin sbin/mknod 34LINK instbin sbin/mount 35LINK instbin sbin/mount_cd9660 36LINK instbin sbin/mount_ffs 37LINK instbin sbin/mount_nfs 38LINK instbin sbin/newfs sbin/mount_mfs 39LINK instbin sbin/x_ping sbin/ping 40LINK instbin sbin/x_route sbin/route 41LINK instbin sbin/shutdown 42LINK instbin sbin/slattach 43LINK instbin sbin/umount 44LINK instbin usr/bin/chflags 45LINK instbin usr/sbin/chown usr/bin/chgrp 46LINK instbin usr/sbin/chroot 47LINK instbin usr/bin/ftp 48LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat 49LINK instbin usr/bin/sed 50LINK instbin usr/bin/sort 51LINK instbin usr/bin/tip 52 53# `internal' crunchgen links 54ARGVLINK mount_ffs ffs 55ARGVLINK mount_nfs nfs 56ARGVLINK mount_cd9660 cd9660 57ARGVLINK sh -sh 58 59# various files that we need in /etc for the install 60COPY ${DESTDIR}/etc/group etc/group 61COPY ${DESTDIR}/etc/master.passwd etc/master.passwd 62COPY ${DESTDIR}/etc/passwd etc/passwd 63COPY ${DESTDIR}/etc/protocols etc/protocols 64COPY ${DESTDIR}/etc/netconfig etc/netconfig 65COPY ${DESTDIR}/etc/services etc/services 66 67# and the installation scripts 68COPY ${CURDIR}/install.sub install.sub 69COPY ${CURDIR}/install.sh install 70COPY ${CURDIR}/upgrade.sh upgrade 71SPECIAL sed "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/install.sub > install.sub 72SPECIAL chmod 755 install upgrade 73