1# $OpenBSD: list,v 1.25 2009/05/06 01:30:39 deraadt Exp $ 2 3SRCDIRS distrib/special 4SRCDIRS bin sbin usr.bin usr.sbin 5 6# copy the crunched binary, link to it, and kill it 7COPY ${OBJDIR}/instbin instbin 8#LINK instbin sbin/mount_cd9660 9LINK instbin bin/cat 10LINK instbin bin/chmod bin/chgrp sbin/chown 11LINK instbin bin/cp 12LINK instbin bin/dd 13LINK instbin bin/df 14LINK instbin bin/ed 15LINK instbin bin/expr 16LINK instbin bin/hostname 17LINK instbin bin/ksh bin/sh 18ARGVLINK ksh -sh 19LINK instbin bin/ln 20LINK instbin bin/ls 21LINK instbin bin/mkdir 22LINK instbin bin/mt bin/eject 23LINK instbin bin/mv 24LINK instbin bin/pax bin/tar bin/cpio 25LINK instbin bin/rm 26LINK instbin bin/sleep 27LINK instbin bin/stty 28LINK instbin bin/sync 29LINK instbin sbin/disklabel 30LINK instbin sbin/dmesg 31LINK instbin sbin/fsck 32LINK instbin sbin/fsck_ffs 33LINK instbin sbin/ifconfig 34LINK instbin sbin/init 35LINK instbin sbin/mknod 36LINK instbin sbin/mount 37LINK instbin sbin/mount_ffs 38LINK instbin sbin/newfs 39LINK instbin sbin/ping 40LINK instbin sbin/reboot sbin/halt 41LINK instbin sbin/route 42LINK instbin sbin/umount 43LINK instbin usr/bin/ftp 44LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep 45LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat 46LINK instbin usr/bin/less usr/bin/more 47LINK instbin usr/bin/sed 48LINK instbin sbin/sysctl 49 50SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 51SPECIAL cd dev; sh MAKEDEV ramdisk 52 53# we need the contents of /usr/mdec 54#COPY ${DESTDIR}/usr/mdec/installboot usr/mdec/installboot 55#COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot 56#COPY ${DESTDIR}/usr/mdec/bootblk usr/mdec/bootblk 57 58# various files that we need in /etc for the install 59COPY ${DESTDIR}/etc/group etc/group 60COPY ${DESTDIR}/etc/spwd.db etc/spwd.db 61COPY ${CURDIR}/../../miniroot/protocols etc/protocols 62COPY ${CURDIR}/../../miniroot/services etc/services 63SYMLINK /tmp/fstab.shadow etc/fstab 64SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 65SYMLINK /tmp/hosts etc/hosts 66TERMCAP vt100,vt220,dumb,sun usr/share/misc/termcap 67 68# and the installation tools 69SCRIPT ${CURDIR}/../../miniroot/dot.profile .profile 70SCRIPT ${CURDIR}/../common/install.md install.md 71SCRIPT ${CURDIR}/../../miniroot/install.sh install 72SCRIPT ${CURDIR}/../../miniroot/upgrade.sh upgrade 73SCRIPT ${CURDIR}/../../miniroot/install.sub install.sub 74SPECIAL chmod 755 install upgrade 75TZ 76