1# $OpenBSD: list,v 1.12 2009/06/02 06:17:47 todd Exp $ 2 3# hppa extra's 4LINK instbin sbin/disklabel 5LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep 6LINK instbin usr/bin/less usr/bin/more 7LINK instbin sbin/bioctl 8 9SRCDIRS sys/arch/hppa/stand 10 11# copy the MAKEDEV script and make some devices 12SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 13SPECIAL cd dev; sh MAKEDEV ramdisk 14 15# we need the contents of /usr/mdec (but not boot or mkboot) 16COPYDIR ${DESTDIR}/usr/mdec usr/mdec 17SPECIAL rm -f usr/mdec/boot 18SPECIAL rm -f usr/mdec/mkboot 19 20# various files that we need in /etc for the install 21SYMLINK /tmp/fstab.shadow etc/fstab 22SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 23SYMLINK /tmp/hosts etc/hosts 24TERMCAP vt100,vt220,dumb,hp2392,hpansi,hpsub,hpex,hp700-wy,hp70092 usr/share/misc/termcap 25 26# and the installation tools (no upgrade from to 3.3) 27SCRIPT ${ARCHDIR}/install.md install.md 28TZ 29