1# $OpenBSD: list,v 1.3 2019/06/07 14:39:54 deraadt Exp $ 2 3SRCDIRS distrib/special 4 5# copy the crunched binary, link to it, and kill it 6COPY ${OBJDIR}/instbin instbin 7LINK instbin bin/arch 8LINK instbin bin/cat 9LINK instbin bin/chmod bin/chgrp sbin/chown 10LINK instbin bin/cp 11LINK instbin bin/date 12LINK instbin bin/dd 13LINK instbin bin/df 14LINK instbin bin/ed 15LINK instbin bin/hostname 16LINK instbin bin/ksh bin/sh 17LINK instbin bin/ln 18LINK instbin bin/ls 19LINK instbin bin/md5 bin/sha256 bin/sha512 20LINK instbin bin/mkdir 21LINK instbin bin/mt bin/eject 22LINK instbin bin/mv 23LINK instbin bin/pax bin/tar 24LINK instbin bin/rm 25LINK instbin bin/sleep 26LINK instbin bin/stty 27LINK instbin bin/sync 28LINK instbin sbin/bioctl 29LINK instbin sbin/dhclient 30LINK instbin sbin/disklabel 31LINK instbin sbin/dmesg 32LINK instbin sbin/fsck 33LINK instbin sbin/fsck_ffs 34LINK instbin sbin/growfs 35LINK instbin sbin/ifconfig 36LINK instbin sbin/init 37LINK instbin sbin/mknod 38LINK instbin sbin/mount 39LINK instbin sbin/mount_cd9660 40LINK instbin sbin/mount_ffs 41LINK instbin sbin/newfs 42LINK instbin sbin/ping sbin/ping6 43LINK instbin sbin/reboot sbin/halt 44LINK instbin sbin/route 45LINK instbin sbin/slaacd 46LINK instbin sbin/sysctl 47LINK instbin sbin/umount 48LINK instbin usr/bin/doas 49LINK instbin usr/bin/encrypt 50LINK instbin usr/bin/ftp 51LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep 52LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat 53LINK instbin usr/bin/more usr/bin/less 54LINK instbin usr/bin/sed 55LINK instbin usr/bin/signify 56LINK instbin usr/bin/tee 57LINK instbin usr/sbin/chroot 58LINK instbin usr/sbin/pwd_mkdb 59ARGVLINK ksh -sh 60SPECIAL rm bin/md5 61 62# firmware we might need 63#COPY ${DESTDIR}/etc/firmware/tigon1 etc/firmware/tigon1 64#COPY ${DESTDIR}/etc/firmware/tigon2 etc/firmware/tigon2 65COPY ${DESTDIR}/etc/firmware/kue etc/firmware/kue 66COPY ${DESTDIR}/etc/firmware/3c990 etc/firmware/3c990 67 68# copy the MAKEDEV script and make some devices 69SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 70SPECIAL cd dev; sh MAKEDEV ramdisk 71 72# various files that we need in /etc for the install 73COPY ${CURDIR}/../../miniroot/group etc/group 74COPY ${CURDIR}/../../miniroot/master.passwd etc/master.passwd 75SPECIAL pwd_mkdb -p -d etc master.passwd; rm etc/master.passwd 76COPY ${DESTDIR}/etc/signify/openbsd-${OSrev}-base.pub etc/signify/openbsd-${OSrev}-base.pub 77COPY ${CURDIR}/../../miniroot/protocols etc/protocols 78COPY ${CURDIR}/../../miniroot/services etc/services 79TERMCAP vt100,vt220,dumb usr/share/misc/termcap 80 81SYMLINK /tmp/i/fstab.shadow etc/fstab 82SYMLINK /tmp/i/resolv.conf.shadow etc/resolv.conf 83SYMLINK /tmp/i/hosts etc/hosts 84 85# and the installation tools 86SCRIPT ${CURDIR}/../../miniroot/dot.profile .profile 87SCRIPT ${CURDIR}/../../miniroot/install.sub install.sub 88SCRIPT ${CURDIR}/install.md install.md 89SPECIAL chmod 755 install.sub 90SYMLINK install.sub autoinstall 91SYMLINK install.sub install 92SYMLINK install.sub upgrade 93 94TZ 95