1# $OpenBSD: list,v 1.2 2020/07/18 14:49:38 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/fdisk 33LINK instbin sbin/fsck 34LINK instbin sbin/fsck_ext2fs 35LINK instbin sbin/fsck_ffs 36LINK instbin sbin/growfs 37LINK instbin sbin/ifconfig 38LINK instbin sbin/init 39LINK instbin sbin/mknod 40LINK instbin sbin/mount 41LINK instbin sbin/mount_cd9660 42LINK instbin sbin/mount_ext2fs 43LINK instbin sbin/mount_ffs 44LINK instbin sbin/mount_msdos 45LINK instbin sbin/mount_nfs 46LINK instbin sbin/newfs 47LINK instbin sbin/newfs_ext2fs 48LINK instbin sbin/newfs_msdos 49LINK instbin sbin/ping sbin/ping6 50LINK instbin sbin/reboot sbin/halt 51LINK instbin sbin/route 52LINK instbin sbin/slaacd 53LINK instbin sbin/sysctl 54LINK instbin sbin/umount 55LINK instbin usr/bin/doas 56LINK instbin usr/bin/encrypt 57LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep 58LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat 59LINK instbin usr/bin/more usr/bin/less 60LINK instbin usr/bin/sed 61LINK instbin usr/bin/signify 62LINK instbin usr/bin/tee 63LINK instbin usr/sbin/chroot 64LINK instbin usr/sbin/installboot 65LINK instbin usr/sbin/pwd_mkdb 66ARGVLINK ksh -sh 67SPECIAL rm bin/md5 68 69SPECIAL awk -f ${UTILS}/trimcerts.awk ${DESTDIR}/etc/ssl/cert.pem etc/ssl/cert.pem 70LINK instbin usr/bin/ftp-ssl usr/bin/ftp 71SPECIAL rm usr/bin/ftp-ssl 72 73# copy the MAKEDEV script and make some devices 74SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 75SPECIAL cd dev; sh MAKEDEV ramdisk 76 77# various files that we need in /etc for the install 78COPY ${CURDIR}/../../miniroot/group etc/group 79COPY ${CURDIR}/../../miniroot/master.passwd etc/master.passwd 80SPECIAL pwd_mkdb -p -d etc master.passwd; rm etc/master.passwd 81COPY ${DESTDIR}/etc/signify/openbsd-${OSrev}-base.pub etc/signify/openbsd-${OSrev}-base.pub 82COPY ${CURDIR}/../../miniroot/protocols etc/protocols 83COPY ${CURDIR}/../../miniroot/services etc/services 84TERMCAP vt100,vt220,dumb usr/share/misc/termcap 85 86SYMLINK /tmp/i/fstab.shadow etc/fstab 87SYMLINK /tmp/i/resolv.conf.shadow etc/resolv.conf 88SYMLINK /tmp/i/hosts etc/hosts 89 90# and the installation tools 91SCRIPT ${CURDIR}/../../miniroot/dot.profile .profile 92SCRIPT ${CURDIR}/../../miniroot/install.sub install.sub 93SCRIPT ${CURDIR}/install.md install.md 94SPECIAL chmod 755 install.sub 95SYMLINK install.sub autoinstall 96SYMLINK install.sub install 97SYMLINK install.sub upgrade 98 99TZ 100