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