summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-25 00:30:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-25 00:30:15 +0000
commit49f0016c787332d702633eda5b645c337968cf74 (patch)
tree70b24f53ba91dbe3dbed1b8dd706b4c92c7ce463 /distrib
parent636833b8add154b20e7cbadd00e2a907962184d7 (diff)
pmax bye bye bye
Diffstat (limited to 'distrib')
-rw-r--r--distrib/Makefile4
-rw-r--r--distrib/notes/Makefile3
-rw-r--r--distrib/notes/pmax/contents35
-rw-r--r--distrib/notes/pmax/hardware65
-rw-r--r--distrib/notes/pmax/install424
-rw-r--r--distrib/notes/pmax/prep29
-rw-r--r--distrib/notes/pmax/upgrade2
-rw-r--r--distrib/notes/pmax/whatis4
-rw-r--r--distrib/notes/pmax/xfer73
-rw-r--r--distrib/pmax/Makefile5
-rw-r--r--distrib/pmax/Makefile.inc3
-rw-r--r--distrib/pmax/install.md216
-rw-r--r--distrib/pmax/list2sh.awk71
-rw-r--r--distrib/pmax/ramdisk/Makefile71
-rw-r--r--distrib/pmax/ramdisk/Makefile.inc31
-rw-r--r--distrib/pmax/ramdisk/disktab.preinstall32
-rw-r--r--distrib/pmax/ramdisk/disktab.shadow32
-rw-r--r--distrib/pmax/ramdisk/dot.commonutils129
-rw-r--r--distrib/pmax/ramdisk/dot.instutils152
-rw-r--r--distrib/pmax/ramdisk/dot.profile118
-rw-r--r--distrib/pmax/ramdisk/install.md213
-rw-r--r--distrib/pmax/ramdisk/list82
-rw-r--r--distrib/pmax/ramdisk/mtree.conf74
-rw-r--r--distrib/pmax/ramdisk/raminst.conf29
-rw-r--r--distrib/pmax/ramdisk/termcap.vt90
-rw-r--r--distrib/pmax/rdsetroot.c214
-rw-r--r--distrib/pmax/runlist.sh13
-rw-r--r--distrib/pmax/simpleroot/Makefile.inc7
-rw-r--r--distrib/pmax/simpleroot/list41
-rw-r--r--distrib/sets/lists/base/md.pmax1792
-rw-r--r--distrib/sets/lists/comp/md.pmax147
-rw-r--r--distrib/sets/lists/etc/md.pmax1
-rw-r--r--distrib/sets/lists/game/md.pmax0
-rw-r--r--distrib/sets/lists/man/md.pmax27
-rw-r--r--distrib/sets/lists/man/mi24
-rw-r--r--distrib/sets/lists/misc/md.pmax0
36 files changed, 3 insertions, 4250 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index 43dc0dac4f8..454e8a8a2ab 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.15 2001/06/23 14:24:35 deraadt Exp $
+# $OpenBSD: Makefile,v 1.16 2001/06/25 00:29:44 deraadt Exp $
.if make(obj)
SUBDIR= special alpha amiga crunch hp300 i386 mac68k mvme68k mvme88k\
- pmax powerpc sparc sun3
+ powerpc sparc sun3
.elif !make(install)
SUBDIR= special
.endif
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile
index c77279f08ae..f7df38346c6 100644
--- a/distrib/notes/Makefile
+++ b/distrib/notes/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2001/03/28 21:11:50 miod Exp $
+# $OpenBSD: Makefile,v 1.12 2001/06/25 00:29:45 deraadt Exp $
NOPROG=
NOMAN=
@@ -23,7 +23,6 @@ allarchs:
make MACHINE=i386 MACHINE_ARCH=i386; \
make MACHINE=mac68k MACHINE_ARCH=m68k; \
make MACHINE=mvme68k MACHINE_ARCH=m68k; \
- make MACHINE=pmax MACHINE_ARCH=mips; \
make MACHINE=powerpc MACHINE_ARCH=powerpc; \
make MACHINE=sparc MACHINE_ARCH=sparc; \
make MACHINE=sun3 MACHINE_ARCH=m68k; \
diff --git a/distrib/notes/pmax/contents b/distrib/notes/pmax/contents
deleted file mode 100644
index cf68a44d252..00000000000
--- a/distrib/notes/pmax/contents
+++ /dev/null
@@ -1,35 +0,0 @@
-TopPart
-
-OpenBSDdistsets
-
- simpleroot* pmax boot and installation
- simpleroot files; see below.
-
-There is a pmax simpleroot image named simpleroot{:--:}OSrev.fs (it is usually
-compressed using gzip - simpleroot{:--:}OSrev.fs.gz - so you need gunzip first
-to uncompress it) subdirectory of the OpenBSD OSREV distribution. This
-file you can dump onto a disk and boot from it to start the installation
-of OpenBSD/pmax. Also there is a simpleroot{:--:}OSrev.tgz file there. It
-can be used as root area on the NFS server if you plan to install via
-network.
-
-DistributionDescription
-
-OpenBSDbase(20.9M,69.6M)
-
-OpenBSDcomp(17.6M,69.2M)
-
-OpenBSDetc(162.4K,730.0K)
-
-OpenBSDgame(2.7M,7.0M)
-
-OpenBSDman(3.4M,13.1M)
-
-OpenBSDmisc(1.6M,5.4M)
-
-OpenBSDxbase
-
-OpenBSDxfont
-
-OpenBSDxserv
-
diff --git a/distrib/notes/pmax/hardware b/distrib/notes/pmax/hardware
deleted file mode 100644
index 13f13e6069f..00000000000
--- a/distrib/notes/pmax/hardware
+++ /dev/null
@@ -1,65 +0,0 @@
-OpenBSD/MACHINE OSrev runs on the following classes of machines:
- - Decstation 2100 and 3100, also known as "pmin" and "pmax"
- - Personal Decstations (5000/20, and /25) also known as "MAXINE"
- - Decstation 5000/120, /125, and /133, also known as "3MIN"
- - Decstation 5000/200, also known as "3MAX"
- - Decstation 5000/240, also known as "3MAXPLUS"
-
-OpenBSD/MACHINE OSrev does *not* (yet) run on these machines:
- - Decstation 5100 (an r2000-based cousin of the Decstation 3100)
- - Decsystem 5400 and 5500 (Qbus-based systems, similar to a
- Vax 'Mayfair' and 'Mayfair II', but with an r2000a or r3000
- cpu instead of a CVAX cpu.)
- - Decsystem 5800 (xbi-based multiprocessor, a Vax 8800 with
- Vax CPU boards replaced with Mips cpu boards)
-
-The minimal configuration requires 8M of RAM and ~60M of disk space.
-To install the entire system requires much more disk space, and to run
-X or compile the system, more RAM is recommended. (OpenBSD with 8M of
-RAM feels like Ultrix with 8M of RAM.) Note that until you have
-around 16M of RAM, getting more RAM is more important than getting a
-faster CPU.
-
-Supported devices {:-include-:}:
- Decstation 2100 and 3100 baseboard video:
- pm one-bit mono or 8-bit pseudocolor frame buffers.
-
- Decstation 5000 series TurboChannel video:
- PMAG-DV Personal Decstation baseboard 1024x768 frame buffer.
- PMAG-BA 1024x768 8-bit color frame buffer.
- PMAGB-BA 1024x768 8-bit color frame buffer.
- PMAG-AA 1280x1024 four-bit greyscale frame buffer.
-
- NOTE: All supported DECstation video produces sync-on-green.
- Be sure to use either a DEC-compatible fixed-sync monitor
- or a multisync monitor that supports sync-on-green.
-
- serial ports:
- ttya and ttyb (can be used as console if needed)
-
- ethernet:
- on-board AMD Lance ethernet ("le0"),
- TURBOchannel AMD Lance ethernet cards.
-
- SCSI:
- on-board DEC "sii" SCSI controller (2100 and 3100)
- on-board "asc" SCSI controller (5000 series machines)
- TurboChannel "asc" SCSI controller,
-
- NOTE: If you want to connect a tape to the machine which
- you plan to use under OpenBSD/pmax make shure that the
- scsi id of the tape is either 5 or 6 because tape support
- is hardcoded to those ids in the kernel.
-
- DEC (LK-201 or compatible) keyboard
- DEC ("hockey puck" or compatible) mouse.
-
-
-Hardware that we do NOT currently support:
- Q-bus Decsystem machines
- Decstation 5100 machines
- PrestoServe NVRAM on Decstation 5100 machines
- audio drivers for Personal Decstation machines
- floppy driver for Personal Decstation machines
- TurboChannel audio hardware (LoFi)
- PMAG-C 2-D accelerated framebuffers with onboard i860 processors
diff --git a/distrib/notes/pmax/install b/distrib/notes/pmax/install
deleted file mode 100644
index e1b6df6a39a..00000000000
--- a/distrib/notes/pmax/install
+++ /dev/null
@@ -1,424 +0,0 @@
-Installing OpenBSD is a relatively complex process, but if you have
-this document in hand it shouldn't be too much trouble.
-
-Also i wanted to note that the installation procedure via install
-script is new for the pmax and i had only the chance of limited
-testing for it - so if you run into any problems with it or if this
-documentation is somehow unclear - please send me a mail and I'll try
-to help you or to fix the problem.
-
-There are several ways to install OpenBSD onto a disk. The easiest way
-in terms of preliminary setup is to use the OpenBSD simpleroot that can
-be booted off your local disk. Alternatively, if your Decstation is
-hooked up in a network you can find a server and arrange for a diskless
-setup which is another convenient way to install OpenBSD/pmax.
-
-
-Installing using the OpenBSD simpleroot.
-
-The simpleroot is a self-contained OpenBSD filesystem holding a complete
-OpenBSD/pmax root filesystem plus all utilities necessary to install
-OpenBSD on a local disk. It is distributed as a plain file designed to
-be transferred to a raw disk from which it can be booted using the
-appropriate PROM command.
-
-Loading the simpleroot onto your raw partition is simple. You can do
-this on any machine you can hang on the disk which you plan to put
-onto the pmax which allows you to write to the raw disk - i.e. on all
-UN*X like operating systems it should work using "dd". On OpenBSD
-as well as SunOS you use a command like:
-
- {:-#-:} dd if=simpleroot{:--:}OSrev.fs of=/dev/rsd0c bs=20b
-
-Especially on OpenBSD/pmax you'll have to use /dev/rrz0c or something
-like that instead of /dev/rsd0c.
-
-Keep in mind that this will overwrite the contents of that disk!
-
-After transferring the simpleroot to disk, bring the system down by:
-
- # halt
-
-and hang the disk onto the pmax you want to install OpenBSD/pmax on.
-Then boot the simpleroot by typing the appropriate command at the PROM:
-
- >> boot rz(0,0,0)/bsd # for Decstation 2100/3100
-
- >> boot 5/rz0a/bsd # for Decstation 5000/2xx
-
- >> boot 3/rz0a/bsd # for Decstation 5000/1xx
-
-If you've loaded the simpleroot onto some other disk than `rz0' adapt
-the boot specifier accordingly.
-
-This will cause the kernel contained in the simpleroot to be booted.
-After the initial probe messages you'll asked to choose a shell with
-sh as default. Simply type Return here and you are in single user
-mode. For further instructions please read on in the "Continuing the
-installation from single user mode" below.
-
-If the boot hangs without loading the kernel on a Decstation 5000,
-the SCSI controller may be in a strange state. This can happen if
-you interrupt the self-test during boot or after hitting the reset
-button. To fix this, hit ^C to get back to the ROM monitor and
-enter "init". You should now be able to boot as described above.
-
-Note: if booting the kernel in the miniroot should not work - there are
- two kernels part of the distribution - look at the place you got
- the distribution from - the kernels are there also - so you can
- see which kernels there are - usually there should be 3 of them
-
- * bsd - a generic kernel which should ask for the root device
- * bsd.rz0 - generic kernel with root and swap fixed to rz0
- don't ask me why - but this should be usable then
- installing from a simpleroot on a zip disk (which
- is usually rz5 or rz6 - bsd crashes here :-)
- * bsd.nfs - a generic kernel with root and swap configured
- to be on nfs (also this kernel is in ecoff and not
- in a.out format so that it can be netbooted with a
- pmax)
-
-
-Installing using a diskless setup.
-
-First, you must setup a diskless client configuration on a server. If
-you are using a OpenBSD system as the boot-server, have a look at the
-diskless(8) manual page for guidelines on how to proceed with this.
-If the server runs another operating system, you'll have to consult
-documentation that came with it (on SunOS systems, add_client(8) is a
-good start).
-
-One part of the distribution of OpenBSD/pmax is a file called
-simpleroot{:--:}OSrev.tgz which is a good start for the root filesystem area on
-the NFS server then you want to install via network.
-
-A few configuration files need to be edited:
-
- <root>/etc/hosts
- Add the IP addresses of both server and client.
-
- <root>/etc/myname
- This file contains the client's hostname; use the same
- name as in <root>/etc/hosts.
-
- <root>/etc/fstab
- Enter the entries for the remotely mounted filesystems.
- For example:
- server:/export/root/client / nfs rw 0 0
-
-Now you must populate the the `/dev' directory for your client. If you
-have an intelligent tar command on the NFS server the /dev directory
-inside the simpleroot{:--:}OSrev.tgz should be usable (i.e. containing
-special devices and not only files) - else you'll have to remake the
-devices on the server using
-
- cd /export/root/client/dev
- mv MAKEDEV* ..
- rm -rf *
- mkdir fd
- mv ../MAKEDEV* .
- ./MAKEDEV all
-
-This may not not work correctly on some operating systems.
-
-Ok here is in short form what you have to do on the Server to prepare a
-diskless installation of OpenBSD/pmax assuming the Server is an
-OpenBSD machine (for instance a PC running OpenBSD/i386). As said
-above for other systems you'll have to look into the supplied
-documentation for that systems. All the following should apply also
-without any major changes to an FreeBSD or NetBSD server.
-
-If the following instructions are not enough - you may look at the
-man pages for the following commands:
-
-* tftpd
-* rarpd
-* bootpd
-* rpc.bootparamd
-
-Ok - now let's see what to do to set up the server:
-
-* set up a file /etc/ethers containing the ethernet hardware address
- of the pmax you want to boot via net and its hostname (the hardware
- address you should get via PROM commands)
-
- example:
- --- snip ---
- 08:00:2b:1a:4b:41 summer
- --- snip ---
-
-* add an entry to /etc/bootptab which looks like the following:
- --- snip ---
- .ris.dec:hn:vm=rfc1048
- summer:ht=ethernet:ha=08002b1c4d51:ip=10.0.0.5:bf=/bsd
- --- snip ---
-
-* make sure that the following line in /etc/inetd.conf is not
- commented out:
- --- snip ---
- tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
- --- snip ---
- if it is commented out (which is the default on OpenBSD for security
- reasons) - uncomment it and send the inetd process and HUP signal
-
- kill -HUP `cat /var/run/inetd.pid`
-
- so that it rereads the /etc/inetd.conf file
-
-* untar the simpleroot{:--:}OSrev.tgz on the server in an nfs exported
- directory - for instance /export/root - so /etc/exports should
- contain a line like (OpenBSD syntax !)
- --- snip ---
- /export -alldirs -root=0:0 summer
- --- snip ---
- for the example above - on OpenBSD the tar should be intelligent
- enough to unpack the /dev directory correctly - on other systems you
- may look at the comment about /dev above. So what you have to do in
- this example you have to do:
-
- mkdir /export/root
- cd /export/root
- tar xvpzf /some_path/simpleroot{:--:}OSrev.tgz
- vi /etc/exports (to add the above line)
- kill -HUP `cat /var/run/mountd.pid` (so that mountd rereads exports)
-
- Note: also make sure that the server is configured as nfs server -
- i.e. for OpenBSD "option NFSSERVER" for the kernel and the
- following set in /etc/netstart:
- --- snip ---
- nfs_server="YES"
- nfs_client="YES"
- --- snip ---
-
-* create an swapfile using (example 16 mbytes):
-
- cd /exports
- dd if=/dev/zero of=swap bs=1024k count=16
-
-* copy the kernel from the /export/root area to the tftp area:
-
- mkdir /tftpboot
- cp /export/root/bsd_nfs /tftpboot
-
-* create a /etc/bootparams file - for example:
- --- snip ---
- summer root=prospero:/export/root \
- swap=prospero:/export/swap
- --- snip ---
- prospero is the hostname of the server in this example
-
-* start the required daemons on the server:
-
- /usr/sbin/rpc.bootparamd
- /usr/sbin/rarpd -a
-
- and bootpd - either by uncommenting the entry in /etc/inetd.conf and
- sending inetd an HUP signal like above or by starting it explicitly
-
- /usr/sbin/bootpd
-
-* now you should be able to boot the pmax using:
-
- >> boot -f tftp()/bsd_nfs
-
- for 2100/3100 systems or
-
- >> boot 6/tftp
-
- for a 5000/200 - look into the manual of your pmax for details how
- to boot via tftp
-
-If you plan to use OpenBSD/pmax on a diskless system in the future -
-keep in mind that the Decstations can only boot ecoff format kernels
-via net - so you have to convert them explicitly after the kernel
-compilation to ecoff - therefor in the kernel compile dir you can do
-the following after the kernel compile has finished
-
- elf2ecoff bsd.elf bsd.ecoff
-
-then you can use the bsd.ecoff for netbooting - as a starting point for
-the kernel config file you may choose GENERIC_NFS.
-
-After you have set up everything correctly you can boot your system
-over the network into singleuser mode and continue the installation.
-
-
-Continuing the installation from single user mode
-
-If you have reached single user mode either via booting the
-simpleroot image or via booting over the network you will have to
-relabel/label your disk and put filesystems on the partitions.
-
-So here's what you have to do after going into single user mode:
-
-- simpleroot image (assuming you have the simpleroot on rz0 and want
- to install on that disk too - everything behind the ";" is comment)
-
- # fsck /dev/rrz0a ; check the filesystem
- # mount /dev/rz0a / ; mount / read write
- # ./install
-
-- network boot
-
- # ./install
-
-This script should bring you to a completely installed OpenBSD/pmax
-system (in theory :-) - if you should run into any problems while
-installing - please first look at
-
- http://www.OpenBSD.org/pmax.html
-
-I'll try to collect there any hints, fixes and so on. If your problem
-can't be solved that way just send me a mail to graichen@OpenBSD.org
-and I'll try to help you fixing it.
-
-If you should somehow fail using the install script and want to
-restart - you may have to umount any filesystems mounted while running
-the install script (so all except /) and clean /tmp using:
-
- rm /tmp/.??* /tmp/??*
-
-then it should be possible to rerun it again.
-
-Now some more notes about labeling the disk - which you will have to
-do in the process of running the install script.
-
-Here follows an example of what you'll see while in the disklabel editor.
-Do not touch any of the parameters except for the `label: ' entry and
-the actual partition size information at the bottom (the lines starting
-with `a:', `b:', ...).
-
-If you are using the simpleroot image and want to install onto the
-same disk you put the simpleroot on you'll also have to change the
-sector, track, cylinder, etc. entries to match the values for your
-disk. The Problem is to get those values for your disk :-) - you can
-either look into the /etc/disktab file for an matching entry or boot
-another verbose system like OpenBSD/i386 with your disk attached an
-see what it prints out about the geometry of the disk. Also you can
-get the total size of your disk from the bootup output of the
-Decstation - look for lines like:
-
-rz0 at sii0 drive 0 slave 0 SEAGATE ST1480 rev 7336, 832527 512 byte blocks
-
-here 832527 is the number of total sectors on that disk.
-
-The size and offset fields are given in sector units. Partitions on
-which you intend to have a mountable filesystem, should be given
-fstype `4.2BSD'. Remember, the `c' partition should describe the whole
-disk. The `(Cyl. x - y)' info that appears after the hash (`#')
-character is treated as a comment and need not be filled in when
-altering partitions.
-
-Special note: the line containing `8 partitions:' is best left alone,
-even if you {:-define-:} less then eight partitions. If this line displays
-a different number and the program complains about it (after you leave
-the editor), then try setting it to `8 partitions:'.
-
-Ok - now lets see how the default disklabel of the simpleroot image
-looks like:
-
-<BEGIN SAMPLE DISKLABEL SCREEN>
-OpenBSD# disklabel rz0
- # /dev/rrz0c:
-type: SCSI
-disk: simpleroot
-label:
-flags:
-bytes/sector: 512
-sectors/track: 32
-tracks/cylinder: 64
-sectors/cylinder: 2048
-cylinders: 96
-total sectors: 196608
-rpm: 3600
-interleave: 1
-trackskew: 0
-cylinderskew: 0
-headswitch: 0 # milliseconds
-track-to-track seek: 0 # milliseconds
-drivedata: 0
-
-8 partitions:
-# size offset fstype [fsize bsize cpg]
- a: 65536 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 32*)
- b: 131072 65536 swap # (Cyl. 32*- 96*)
- c: 196608 0 unused 1024 8192 # (Cyl. 0 - 96*)
-<END SAMPLE DISKLABEL SCREEN>
-
-ok - and now let's see how it looks like if it is adapted for the rz0
-disk above (SEAGATE ST1480).
-
-<BEGIN SAMPLE DISKLABEL SCREEN>
-OpenBSD# disklabel rz0
- # /dev/rrz0c:
-type: SCSI
-disk: SEAGATE ST1480 r
-label:
-flags:
-bytes/sector: 512
-sectors/track: 63
-tracks/cylinder: 11
-sectors/cylinder: 693
-cylinders: 832527
-total sectors: 832527
-rpm: 3600
-interleave: 1
-trackskew: 0
-cylinderskew: 0
-headswitch: 0 # milliseconds
-track-to-track seek: 0 # milliseconds
-drivedata: 0
-
-8 partitions:
-# size offset fstype [fsize bsize cpg]
- a: 65536 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 94*)
- b: 131072 65536 swap # (Cyl. 94*- 283*)
- c: 832527 0 unused 1024 8192 # (Cyl. 0 - 1201*)
- d: 635919 196608 4.2BSD 1024 8192 16 # (Cyl. 283*- 1201*)
-<END SAMPLE DISKLABEL SCREEN>
-
-I hope you got the idea now - maybe it'll take some experiments until
-you get it right :-). One thing to note here is that you can't change
-the a and b partitions if you are relabeling the disk you are running
-the simpleroot on - you'll have to accept the simpleroot values here
-for those 2 partitions.
-
-Note: if you have finished the disklabeling and exited the editor for
-editing the label in the process of the installation and if you then
-get a message like: "no disklabel on disk - use the -r option to write
-one" you should ignore it and answer no to the question if you want to
-re-edit the disklabel - this is due to a problem with the pmax
-disklabel code and it should be worked around by the install script.
-
-So what does the install script explicitly do ?
-
-These script will do most of the work of transferring the system from the
-tar files onto your disk. You will frequently be asked for confirmation
-before the script proceeds with each phase of the installation process.
-Occasionally, you'll have to provide a piece of information such as the
-name of the disk you want to install on or IP addresses and domain names
-you want to assign.
-
-The installation script goes through the following phases:
-
- - determination of the disk to install OpenBSD on
- - checking of the partition information on the disk
- - creating and mounting the OpenBSD filesystems
- - setup of IP configuration
- - extraction of the distribution tar files
- - installation of boot programs
-
-If the installation worked fine we can go on.
-
-Now try a reboot. (If needed, swap your scsi id's first). Initially
-I'd suggest you "boot" (Decstation 2100/3100) or "boot/rz0a/bsd", then
-try multiuser after that. if you boot single-user the OpenBSD
-incarnation to make the root filesystem writable is
-
- OpenBSD# fsck -p
- OpenBSD# mount -u /dev/rz0a /
-
-assuming your rootdisk is rz0.
-
-OpenBSDCongratulations
-
diff --git a/distrib/notes/pmax/prep b/distrib/notes/pmax/prep
deleted file mode 100644
index 8bf45805c43..00000000000
--- a/distrib/notes/pmax/prep
+++ /dev/null
@@ -1,29 +0,0 @@
-Before you start you should familiarize yourself with the boot PROM
-of your machine. The older Decstation 2100 and 3100 cannot select
-a kernel from the command line. You need to set the bootpath
-environment variable to point to the disk and kernel you intend to boot.
-
-You should also examine the guide on the OpenBSD/pmax web site, which
-will hopefully soon have more complete and more up-to-date
-instructions than are given in the install document. I will try to
-put there all the corrections to this document in the future.
-
-If you're installing OpenBSD/pmax for the first time it's a very good idea
-to look at the partition sizes of disk you intend installing OpenBSD on.
-Changing the size of partitions after you've installed is difficult.
-If you do not have a spare bootable disk, it may be simpler to re-install
-OpenBSD again from scratch.
-
-But if you don't have a second disk or plan to do an installation via
-netbooting you don't have any choice about the partition sizes (at
-least not for the root and the swap partitions) because they are set
-in the simpleroot image to 40M for root and 64M for swap. About the
-rest of your disk you can still decide yourself.
-
-Assuming a classic partition scheme with root (`/') and /usr filesystems,
-a comfortable size for the OpenBSD root filesystem partition is about 32M;
-a good initial size for the swap partition is twice the amount of physical
-memory in your machine (though, unlike Ultrix, there are no restrictions on
-the size of the swap partition that would render part of your memory
-unusable). A full binary installation, without X11 or other additional
-software, takes about 130MB in `/usr'.
diff --git a/distrib/notes/pmax/upgrade b/distrib/notes/pmax/upgrade
deleted file mode 100644
index a62194904e2..00000000000
--- a/distrib/notes/pmax/upgrade
+++ /dev/null
@@ -1,2 +0,0 @@
-Because this is the first release of OpenBSD for the pmax - there is no
-upgrade option in this release.
diff --git a/distrib/notes/pmax/whatis b/distrib/notes/pmax/whatis
deleted file mode 100644
index 40d04838a81..00000000000
--- a/distrib/notes/pmax/whatis
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenBSD OSREV is the first public release of OpenBSD for the DECstation
-and DECsystem family of computers. This release includes kernel
-support for ELF shared libraries and uses them throughout the
-userland.
diff --git a/distrib/notes/pmax/xfer b/distrib/notes/pmax/xfer
deleted file mode 100644
index 21a5f30410f..00000000000
--- a/distrib/notes/pmax/xfer
+++ /dev/null
@@ -1,73 +0,0 @@
-Installation is supported from several media types, including:
- NFS partitions
- FTP
- Tape
-
-The steps necessary to prepare the distribution sets
-for installation depend on which method of installation
-you choose. The various methods are explained below.
-Those are only the preparations required before you start
-the installation.
-
-To prepare for installing via an NFS partition:
-
- Place the OpenBSD software you wish to install into
- a directory on an NFS server, and make that directory
- mountable by the machine which you will be installing
- OpenBSD on. This will probably require modifying the
- /etc/exports file of the NFS server and resetting
- mountd, acts which will require superuser privileges.
- Note the numeric IP address of the NFS server and of
- the router closest to the the new OpenBSD machine,
- if the NFS server is not on a network which is
- directly attached to the OpenBSD machine.
-
- If you are using a diskless setup to install OpenBSD on
- your machine, you can take advantage of the fact that
- the above has already been done on your machine's server.
- So, you can conveniently put the OpenBSD filesets in your
- machine's root filesystem on the server where the install
- program can find them.
-
- Once you have done this, you can proceed to the next
- step in the installation process, preparing your
- system for OpenBSD installation.
-
-To prepare for installing via FTP:
-
- The preparations for this method of installation
- are easy: all you have to do is make sure that
- there's some FTP site from which you can retrieve
- the OpenBSD installation when it's time to do
- the install. You should know the numeric IP
- address of that site, the numeric IP address of
- your nearest router if one is necessary
-
- Once you have done this, you can proceed to the next
- step in the installation process, preparing your
- system for OpenBSD installation.
-
-To prepare for installing via a tape:
-
- To install OpenBSD from a tape, you need to somehow
- get the OpenBSD filesets you wish to install on
- your system on to the appropriate kind of tape,
- in tar format.
-
- If you're making the tape on a UN*X system, the easiest
- way to do so is:
-
- tar cvf <tape_device> <files>
-
- where "<tape_device>" is the name of the tape device
- that describes the tape drive you're using (possibly
- something like /dev/nrst0, but we make no guarantees 8-).
- Under SunOS 5.x, this would be something like /dev/rmt/0mbn.
- Again, your mileage may vary. If you can't figure it out,
- ask your system administrator. "<files>" are the names
- of the "set_name.nnn" files which you want to be placed
- on the tape.
-
- Once you have done this, you can proceed to the next
- step in the installation process, preparing your
- system for OpenBSD installation.
diff --git a/distrib/pmax/Makefile b/distrib/pmax/Makefile
deleted file mode 100644
index 21342e227c2..00000000000
--- a/distrib/pmax/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-# $OpenBSD: Makefile,v 1.1 1997/09/18 17:18:39 deraadt Exp $
-
-SUBDIR+= ../simpleroot
-
-.include <bsd.subdir.mk>
diff --git a/distrib/pmax/Makefile.inc b/distrib/pmax/Makefile.inc
deleted file mode 100644
index 77103d9368c..00000000000
--- a/distrib/pmax/Makefile.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-# $OpenBSD: Makefile.inc,v 1.1 1998/11/09 06:16:04 millert Exp $
-
-REV=${OSrev}
diff --git a/distrib/pmax/install.md b/distrib/pmax/install.md
deleted file mode 100644
index e743960f607..00000000000
--- a/distrib/pmax/install.md
+++ /dev/null
@@ -1,216 +0,0 @@
-# $OpenBSD: install.md,v 1.16 2001/06/23 19:44:52 deraadt Exp $
-# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
-#
-#
-# Copyright (c) 1996 The NetBSD Foundation, Inc.
-# All rights reserved.
-#
-# This code is derived from software contributed to The NetBSD Foundation
-# by Jason R. Thorpe.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-# 3. All advertising materials mentioning features or use of this software
-# must display the following acknowledgement:
-# This product includes software developed by the NetBSD
-# Foundation, Inc. and its contributors.
-# 4. Neither the name of The NetBSD Foundation nor the names of its
-# contributors may be used to endorse or promote products derived
-# from this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
-# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
-# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-# POSSIBILITY OF SUCH DAMAGE.
-#
-
-#
-# machine dependent section of installation/upgrade script.
-#
-ARCH=ARCH
-
-# Machine-dependent install sets
-MDSETS=kernel
-
-md_set_term() {
- if [ ! -z "$TERM" ]; then
- return
- fi
- echo -n "Specify terminal type [vt100]: "
- getresp "vt100"
- TERM="$resp"
- export TERM
-}
-
-md_get_diskdevs() {
- # return available disk devices
- dmesg | grep -a "^rz[0-6] " | cut -d" " -f1 | sort -u
-}
-
-md_get_cddevs() {
- # return available CDROM devices
- dmesg | grep -a "^rz[0-6] " | cut -d" " -f1 | sort -u
-}
-
-md_get_ifdevs() {
- # return available network devices
- dmesg | grep "^le[0-9] " | cut -d" " -f1 | sort -u
-}
-
-md_get_partition_range() {
- # return range of valid partition letters
- echo "[a-p]"
-}
-
-
-md_questions() {
- :
-}
-
-md_installboot() {
- # $1 is the root disk
-
- echo -n "Installing boot block... "
- disklabel -W ${1}
- disklabel -B ${1}
- echo "done."
-
- # we also use this chance to do an ldconfig here
- echo -n "creating runtime link editor directory cache..."
- chroot /mnt ldconfig
- echo "done."
-}
-
-md_native_fstype() {
-}
-
-md_native_fsopts() {
-}
-
-md_checkfordisklabel() {
- # $1 is the disk to check
- local rval
-
- disklabel -r $1 > /dev/null 2> /tmp/checkfordisklabel
- if grep "no disk label" /tmp/checkfordisklabel; then
- rval=1
- elif grep "disk label corrupted" /tmp/checkfordisklabel; then
- rval=2
- else
- rval=0
- fi
-
- rm -f /tmp/checkfordisklabel
- return $rval
-}
-
-md_prep_disklabel()
-{
- local _disk
-
- _disk=$1
- md_checkfordisklabel $_disk
- case $? in
- 0)
- echo -n "Do you wish to edit the disklabel on $_disk? [y]"
- ;;
- 1)
- echo "WARNING: Disk $_disk has no label"
- echo -n "Do you want to create one with the disklabel editor? [y]"
- ;;
- 2)
- echo "WARNING: Label on disk $_disk is corrupted"
- echo -n "Do you want to try and repair the damage using the disklabel editor? [y]"
- ;;
- esac
-
- getresp "y"
- case "$resp" in
- y*|Y*) ;;
- *) return ;;
- esac
-
- # display example
- cat << \__md_prep_disklabel_1
-
-If you are unsure of how to use multiple partitions properly
-(ie. separating /, /usr, /tmp, /var, /usr/local, and other things)
-just split the space into a root and swap partition for now.
-__md_prep_disklabel_1
-
- disklabel -W ${_disk}
- disklabel -f /tmp/fstab.${_disk} -E ${_disk}
-}
-
-md_welcome_banner() {
-{
- if [ "$MODE" = "install" ]; then
- echo ""
- echo "Welcome to the OpenBSD/pmax ${VERSION} installation program."
- cat << \__welcome_banner_1
-
-This program is designed to help you put OpenBSD on your disk in a simple and
-rational way.
-__welcome_banner_1
-
- else
- echo "Welcome to the OpenBSD/pmax ${VERSION} upgrade program."
- cat << \__welcome_banner_2
-
-This program is designed to help you upgrade your OpenBSD system in a
-simple and rational way.
-
-As a reminder, installing the `etc' binary set is NOT recommended.
-Once the rest of your system has been upgraded, you should manually
-merge any changes to files in the `etc' set into those files which
-already exist on your system.
-__welcome_banner_2
- fi
-
-cat << \__welcome_banner_3
-
-As with anything which modifies your disk's contents, this program can
-cause SIGNIFICANT data loss, and you are advised to make sure your
-data is backed up before beginning the installation process.
-
-Default answers are displayed in brackets after the questions. You
-can hit Control-C at any time to quit, but if you do so at a prompt,
-you may have to hit return. Also, quitting in the middle of
-installation may leave your system in an inconsistent state.
-__welcome_banner_3
-} | more
-}
-
-md_not_going_to_install() {
- cat << \__not_going_to_install_1
-OK, then. Enter `halt' at the prompt to halt the machine. Once the
-machine has halted, power-cycle the system to load new boot code.
-__not_going_to_install_1
-}
-
-md_congrats() {
- local what;
- if [ "$MODE" = "install" ]; then
- what="installed";
- else
- what="upgraded";
- fi
- cat << __congratulations_1
-CONGRATULATIONS! You have successfully $what OpenBSD! To boot the
-installed system, enter halt at the command prompt. Once the system
-has halted, reset the machine and boot from the disk.
-__congratulations_1
-}
diff --git a/distrib/pmax/list2sh.awk b/distrib/pmax/list2sh.awk
deleted file mode 100644
index 99310139b41..00000000000
--- a/distrib/pmax/list2sh.awk
+++ /dev/null
@@ -1,71 +0,0 @@
-# $OpenBSD: list2sh.awk,v 1.1 1998/11/09 06:16:05 millert Exp $
-
-BEGIN {
- printf("cd ${CURDIR}\n");
- printf("\n");
-}
-/^$/ || /^#/ {
- print $0;
- next;
-}
-$1 == "COPY" {
- printf("echo '%s'\n", $0);
- printf("test -f ${TARGDIR}/%s && rm -fr ${TARGDIR}/%s\n", $3, $3);
- printf("cp %s ${TARGDIR}/%s\n", $2, $3);
- next;
-}
-$1 == "LINK" {
- printf("echo '%s'\n", $0);
- for (i = 3; i <= NF; i++) {
- printf("test -f ${TARGDIR}/%s && rm -f ${TARGDIR}/%s\n", $i, $i);
- printf("(cd ${TARGDIR}; ln %s %s)\n", $2, $i);
- }
- next;
-}
-$1 == "SYMLINK" {
- printf("echo '%s'\n", $0);
- for (i = 3; i <= NF; i++) {
- printf("test -f ${TARGDIR}/%s && rm -f ${TARGDIR}/%s\n", $i, $i);
- printf("(cd ${TARGDIR}; ln -s %s %s)\n", $2, $i);
- }
- next;
-}
-$1 == "ARGVLINK" {
- # crunchgen directive; ignored here
- next;
-}
-$1 == "SRCDIRS" {
- # crunchgen directive; ignored here
- next;
-}
-$1 == "CRUNCHSPECIAL" {
- # crunchgen directive; ignored here
- next;
-}
-$1 == "COPYDIR" {
- printf("echo '%s'\n", $0);
- printf("(cd ${TARGDIR}/%s && find . ! -name . | xargs /bin/rm -rf)\n",
- $3);
- printf("(cd %s && find . ! -name . | cpio -pdamu ${TARGDIR}/%s)\n", $2,
- $3);
- next;
-}
-$1 == "SPECIAL" {
- printf("echo '%s'\n", $0);
- printf("(cd ${TARGDIR};");
- for (i = 2; i <= NF; i++)
- printf(" %s", $i);
- printf(")\n");
- next;
-}
-{
- printf("echo '%s'\n", $0);
- printf("echo 'Unknown keyword \"%s\" at line %d of input.'\n", $1, NR);
- printf("exit 1\n");
- exit 1;
-}
-END {
- printf("\n");
- printf("exit 0\n");
- exit 0;
-}
diff --git a/distrib/pmax/ramdisk/Makefile b/distrib/pmax/ramdisk/Makefile
deleted file mode 100644
index 3142b022895..00000000000
--- a/distrib/pmax/ramdisk/Makefile
+++ /dev/null
@@ -1,71 +0,0 @@
-# $OpenBSD: Makefile,v 1.2 1998/11/16 23:39:15 millert Exp $
-
-TOP= ${.CURDIR}/..
-
-.include "${TOP}/Makefile.inc"
-IMAGE= ramdisk-${REV}.fs
-CRUNCHCONF?= ${.CURDIR}/${CBIN}.conf
-BASE= ramdisk
-
-MOUNT_POINT= /mnt
-
-VND?= svnd0
-VND_DEV= /dev/${VND}a
-VND_RDEV= /dev/r${VND}a
-VND_CRDEV= /dev/r${VND}c
-PID!= echo $$$$
-REALIMAGE!= echo /var/tmp/image.${PID}
-
-STRIP?= strip
-GZIP?= gzip
-GZIPFLAGS?= -9f
-
-.include "Makefile.inc"
-
-all: ${CBIN} ${IMAGE} bsd.rd
- @echo "all done"
-
-DISKTYPE= rdroot
-NBLKS= 6144
-NEWFSARGS= -m 0 -o space -c 16 -i 3072
-
-bsd.rd: ${IMAGE} bsd.elf rdsetroot
- cp bsd.elf bsd.elf.rd
- ${.OBJDIR}/rdsetroot bsd.elf.rd < ${IMAGE}
- elf2ecoff bsd.elf.rd bsd.rd
- rm bsd.elf.rd
-
-bsd.elf:
- cd ${.CURDIR}/../../../sys/arch/pmax/conf && config RAMDISK
- cd ${.CURDIR}/../../../sys/arch/pmax/compile/RAMDISK && \
- make clean && make
- cp ${.CURDIR}/../../../sys/arch/pmax/compile/RAMDISK/bsd.elf bsd.elf
-
-${IMAGE}: do_prep do_mount do_files do_umount
- mv -f ${REALIMAGE} ${IMAGE}
-
-rdsetroot: ${TOP}/rdsetroot.c
- ${HOSTCC} ${HOSTCFLAGS} -o rdsetroot ${TOP}/rdsetroot.c
-
-do_prep:
- dd if=/dev/zero of=${REALIMAGE} bs=512 count=${NBLKS}
- vnconfig -v -c ${VND} ${REALIMAGE}
- disklabel -w -r ${VND} ${DISKTYPE}
-
-do_mount:
- newfs ${NEWFSARGS} ${NEWFSARGS_RD} -s ${NBLKS} ${VND_RDEV}
- mount ${VND_DEV} ${MOUNT_POINT}
-
-do_umount:
- @echo ""
- @df -i ${MOUNT_POINT}
- @echo ""
- umount ${MOUNT_POINT}
- vnconfig -u ${VND}
-
-unconfig:
- -umount ${MOUNT_POINT}
- -vnconfig -u ${VND}
-
-beforeinstall:
- cp bsd.rd ${DESTDIR}/snapshot
diff --git a/distrib/pmax/ramdisk/Makefile.inc b/distrib/pmax/ramdisk/Makefile.inc
deleted file mode 100644
index 28ec056efc8..00000000000
--- a/distrib/pmax/ramdisk/Makefile.inc
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# $OpenBSD: Makefile.inc,v 1.1 1998/11/09 06:16:07 millert Exp $
-#
-
-# TOP is assumed to be defined by Makefile including this one.
-
-CBIN?= raminst
-COMMONDIR= ${TOP}/ramdisk
-
-MOUNT_POINT?= ${TOP}/${BASE}/fs
-
-LISTS= ${.CURDIR}/list
-CRUNCHCONF?= ${COMMONDIR}/${CBIN}.conf
-MTREE= ${COMMONDIR}/mtree.conf
-
-${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
- crunchgen -E -D ${BSDSRCDIR} -L ${DESTDIR}/usr/lib ${CRUNCHCONF}
-
-${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
- make -f ${CBIN}.mk all
-
-do_files:
- mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u
- TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
- REV=${REV} TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTS}
-
-clean cleandir:
- /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
-
-.include <bsd.obj.mk>
-.include <bsd.subdir.mk>
diff --git a/distrib/pmax/ramdisk/disktab.preinstall b/distrib/pmax/ramdisk/disktab.preinstall
deleted file mode 100644
index 73600f00dc9..00000000000
--- a/distrib/pmax/ramdisk/disktab.preinstall
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# $OpenBSD: disktab.preinstall,v 1.1 1998/11/09 06:16:08 millert Exp $
-#
-# Disk geometry and partition layout tables.
-# Key:
-# dt controller type
-# ty type of disk (fixed, removeable, simulated)
-# d[0-4] drive-type-dependent parameters
-# ns #sectors/track
-# nt #tracks/cylinder
-# nc #cylinders/disk
-# sc #sectors/cylinder, nc*nt default
-# su #sectors/unit, sc*nc default
-# se sector size, DEV_BSIZE default
-# rm rpm, 3600 default
-# sf supports bad144-style bad sector forwarding
-# sk sector skew per track, default 0
-# cs sector skew per cylinder, default 0
-# hs headswitch time, default 0
-# ts one-cylinder seek time, default 0
-# il sector interleave (n:1), 1 default
-# bs boot block size, default BBSIZE
-# sb superblock size, default SBSIZE
-# o[a-h] partition offsets in sectors
-# p[a-h] partition sizes in sectors
-# b[a-h] partition block sizes in bytes
-# f[a-h] partition fragment sizes in bytes
-# t[a-h] partition types (filesystem, swap, etc)
-#
-# All partition sizes reserve space for bad sector tables.
-# (5 cylinders needed for maintenance + replacement sectors)
-#
diff --git a/distrib/pmax/ramdisk/disktab.shadow b/distrib/pmax/ramdisk/disktab.shadow
deleted file mode 100644
index c5c3adeef9f..00000000000
--- a/distrib/pmax/ramdisk/disktab.shadow
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# $OpenBSD: disktab.shadow,v 1.1 1998/11/09 06:16:08 millert Exp $
-#
-# Disk geometry and partition layout tables.
-# Key:
-# dt controller type
-# ty type of disk (fixed, removeable, simulated)
-# d[0-4] drive-type-dependent parameters
-# ns #sectors/track
-# nt #tracks/cylinder
-# nc #cylinders/disk
-# sc #sectors/cylinder, nc*nt default
-# su #sectors/unit, sc*nc default
-# se sector size, DEV_BSIZE default
-# rm rpm, 3600 default
-# sf supports bad144-style bad sector forwarding
-# sk sector skew per track, default 0
-# cs sector skew per cylinder, default 0
-# hs headswitch time, default 0
-# ts one-cylinder seek time, default 0
-# il sector interleave (n:1), 1 default
-# bs boot block size, default BBSIZE
-# sb superblock size, default SBSIZE
-# o[a-h] partition offsets in sectors
-# p[a-h] partition sizes in sectors
-# b[a-h] partition block sizes in bytes
-# f[a-h] partition fragment sizes in bytes
-# t[a-h] partition types (filesystem, swap, etc)
-#
-# All partition sizes reserve space for bad sector tables.
-# (5 cylinders needed for maintenance + replacement sectors)
-#
diff --git a/distrib/pmax/ramdisk/dot.commonutils b/distrib/pmax/ramdisk/dot.commonutils
deleted file mode 100644
index eefb7c18cb9..00000000000
--- a/distrib/pmax/ramdisk/dot.commonutils
+++ /dev/null
@@ -1,129 +0,0 @@
-#
-# $OpenBSD: dot.commonutils,v 1.1 1998/11/09 06:16:08 millert Exp $
-#
-# Copyright (c) 1994 Christopher G. Demetriou
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-# 3. All advertising materials mentioning features or use of this software
-# must display the following acknowledgement:
-# This product includes software developed by Christopher G. Demetriou.
-# 4. The name of the author may not be used to endorse or promote products
-# derived from this software without specific prior written permission
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-
-# Installation utilites (functions), to get NetBSD installed on
-# the hard disk. These are meant to be invoked from the shell prompt,
-# by people installing NetBSD.
-
-Set_tmp_dir()
-{
- def_tmp_dir=`pwd`
- if [ "$def_tmp_dir" = "/" -o "$def_tmp_dir" = "/mnt" ]; then
- def_tmp_dir=/mnt/usr/distrib
- fi
-
- echo -n "What directory should be used to find and/or store "
- echo "installtion"
- echo -n "files? [$def_tmp_dir] "
- read tmp_dir
- if [ "$tmp_dir" = "" ]; then
- tmp_dir=$def_tmp_dir
- fi
- if [ ! -d "$tmp_dir" ]; then
- /bin/rm -rf $tmp_dir
- mkdir -p $tmp_dir
- fi
-}
-
-Tmp_dir()
-{
- if [ "$tmp_dir" = "" ]; then
- Set_tmp_dir
- fi
- cd $tmp_dir
-}
-
-Load_fd()
-{
- Tmp_dir
- which=
- while [ "$which" != "a" -a "$which" != "b" ]; do
- echo -n "Read from which floppy drive ('a' or 'b')? [a] "
- read which
- if [ "X$which" = "X" ]; then
- which=a
- fi
- done
- while echo -n "Insert floppy (hit ^C to terminate, enter to load): "
- do
- mount -t msdos /dev/fd0$which /mnt2
- cp -rp /mnt2/* .
- umount /mnt2
- done
-}
-
-Load_tape()
-{
- Tmp_dir
- echo -n "Which tape drive will you be using? [rst0] "
- read which
- if [ "X$which" = "X" ]; then
- which=rst0
- fi
- echo -n "Insert the tape into the tape drive and hit return to "
- echo -n "continue..."
- read foo
- echo "Extracting files from the tape..."
- tar xvfp /dev/$which
- echo "Done."
-}
-
-Extract()
-{
- Tmp_dir
- echo -n "Would you like to list the files as they're extracted? [n] "
- read verbose
- case $verbose in
- y*|Y*)
- tarverbose=v
- ;;
- *)
- tarverbose=
- ;;
- esac
- echo -n "Are you installing a '-current' snapshot? [n] "
- read snapshot
- case $snapshot in
- y*|Y*)
- snapshot=y
- ;;
- *)
- snapshot=n
- ;;
- esac
- if [ $snapshot = n ]
- then
- cat "$1".??? | gunzip | (cd / ; tar xfp$tarverbose -)
- else
- cat "$1".tar.gz | gunzip | (cd /mnt ; tar xfp$tarverbose -)
- fi
-}
diff --git a/distrib/pmax/ramdisk/dot.instutils b/distrib/pmax/ramdisk/dot.instutils
deleted file mode 100644
index 2df3bc0874a..00000000000
--- a/distrib/pmax/ramdisk/dot.instutils
+++ /dev/null
@@ -1,152 +0,0 @@
-#
-# $OpenBSD: dot.instutils,v 1.1 1998/11/09 06:16:09 millert Exp $
-#
-# Copyright (c) 1994 Christopher G. Demetriou
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-# 3. All advertising materials mentioning features or use of this software
-# must display the following acknowledgement:
-# This product includes software developed by Christopher G. Demetriou.
-# 4. The name of the author may not be used to endorse or promote products
-# derived from this software without specific prior written permission
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-
-# Installation configuration utilites (functions), to get NetBSD configured
-# reasonably once it is installed on the hard disk. These are meant to be
-# invoked from the shell prompt, by people installing NetBSD.
-
-Configure()
-{
- DEV=/mnt/dev
- ETC=/mnt/etc
-
- echo "You will now be prompted for information about this"
- echo "machine. If you hit return, the default answer (in"
- echo "brackets) will be used."
-
- echo ""
- echo -n "What is this machine's hostname? [unknown.host.domain] "
- read hname
- if [ "$hname" = "" ]; then
- hname=unknown.host.domain
- fi
- echo $hname > ${ETC}/myname
- proto_domain=`echo $hname | sed -e 's/[^.]*\.//'`
-
- echo ""
- echo "What domain is this machine in (this is NOT its YP"
- echo -n "domain name)? [$proto_domain] "
- read dname
- if [ "$dname" = "" ]; then
- dname=$proto_domain
- fi
-
- echo ""
- if [ -e ${ETC}/sendmail.cf ]; then
- echo "WARNING: A default sendmail.cf exists, and probably"
- echo "needs to be tuned and/or replaced, to work properly at"
- echo "your site!"
- else
- echo "WARNING: No default sendmail.cf installed. Did you"
- echo "forget to install the 'etc' distribution?"
- fi
-
- echo "127.0.0.1 localhost localhost.$dname" > ${ETC}/hosts
-
- echo ""
- echo -n "Does this machine have an ethernet interface? [y] "
- read resp
- case "$resp" in
- n*)
- ;;
- *)
- intf=
- while [ "$intf" = "" ]; do
- echo -n "What is the primary interface name "
- echo -n "(e.g. ae0, etc)? "
- read intf
- done
- echo -n "What is the hostname for this interface? [$hname] "
- read ifname
- if [ "$ifname" = "" ]; then
- ifname=$hname
- fi
- ifaddr=
- while [ "$ifaddr" = "" ]; do
- echo -n "What is the IP address associated with "
- echo -n "interface ${intf}? "
- read ifaddr
- done
- echo "$ifaddr $ifname `echo $ifname | sed -e s/\.$dname//`" \
- >> ${ETC}/hosts
-
- echo -n "Does this interface have a special netmask? [n] "
- read resp
- case "$resp" in
- y*)
- echo -n "What is the netmask? [0xffffff00] "
- read ifnetmask
- if [ "$ifnetmask" = "" ]; then
- ifnetmask=0xffffff00
- fi
- ;;
- *)
- ifnetmask=
- ;;
- esac
-
- echo -n "Does this interface need additional flags? [n] "
- read resp
- case "$resp" in
- y*)
- echo -n "What flags? [link0] "
- read ifflags
- if [ "$ifflags" = "" ]; then
- ifflags=link0
- fi
- ;;
- *)
- ifflags=
- ;;
- esac
- echo "inet $ifname $ifnetmask $ifflags" > ${ETC}/hostname.$intf
-
- echo ""
- echo -n "WARNING: if you have any more ethernet interfaces, "
- echo "you will have to configure"
- echo -n "them by hand. Read the comments in /etc/netstart to"
- echo "learn how to do this."
- ;;
- esac
-
- echo ""
- echo -n "Making device nodes..."
- cd ${DEV}
- sh MAKEDEV all
- echo " done."
-
- echo "You may now reboot your machine with the shutdown command."
- echo " shutdown -r now"
- echo "to reboot or"
- echo " shutdown -h now"
- echo "to halt."
-}
diff --git a/distrib/pmax/ramdisk/dot.profile b/distrib/pmax/ramdisk/dot.profile
deleted file mode 100644
index 8bbfeef2276..00000000000
--- a/distrib/pmax/ramdisk/dot.profile
+++ /dev/null
@@ -1,118 +0,0 @@
-#
-# $OpenBSD: dot.profile,v 1.4 2001/06/23 19:44:52 deraadt Exp $
-#
-# Copyright (c) 1994 Christopher G. Demetriou
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-# 3. All advertising materials mentioning features or use of this software
-# must display the following acknowledgement:
-# This product includes software developed by Christopher G. Demetriou.
-# 4. The name of the author may not be used to endorse or promote products
-# derived from this software without specific prior written permission
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-
-export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
-export HISTFILE=/.sh_history
-
-umask 022
-
-set -o emacs # emacs-style command line editing
-
-# XXX
-# the TERM/EDITOR stuff is really well enough parameterized to be moved
-# into install.sub where it could use the routines there and be invoked
-# from the various (semi) MI install and upgrade scripts
-
-# Terminals in termcap, default TERM.
-# This assumes a *small* termcap file.
-TERMS=`grep '^[A-z]' /usr/share/misc/termcap | sed -e 's/|[^|]*$//' -e 's/|/ /g'`
-TERM=sun
-PAGER=more
-
-if [ "X${DONEPROFILE}" = "X" ]; then
- DONEPROFILE=YES
-
- # need a writable root
- mount -u /dev/rd0a /
-
- isin() {
- local _a
-
- _a=$1; shift
- while [ $# != 0 ]; do
- if [ "$_a" = "$1" ]; then return 0; fi
- shift
- done
- return 1
- }
-
-
- # set up some sane defaults
- echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T'
- stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T 9600
- echo ''
-
- # get the terminal type
- echo "Supported terminals are:"
- echo $TERMS
- _forceloop=""
- while [ "X$_forceloop" = X"" ]; do
- echo -n "TERM = ($TERM) "
- read resp
- if [ "X$resp" = "X" ]; then
- break
- fi
- if isin $resp $TERMS ; then
- TERM=$resp
- break;
- fi
- echo "Type $resp unknown."
- done
- export TERM
-
- # pull in the functions that people will use from the shell prompt.
- . /.commonutils
- . /.instutils
-
- # Installing or upgrading?
- _forceloop=""
- while [ "X$_forceloop" = X"" ]; do
- echo -n '(I)nstall, (U)pgrade, or (S)hell? '
- read _forceloop
- case "$_forceloop" in
- i*|I*)
- /install
- ;;
-
- u*|U*)
- /upgrade
- ;;
-
- s*|S*)
- ;;
-
- *)
- _forceloop=""
- ;;
- esac
- done
-fi
diff --git a/distrib/pmax/ramdisk/install.md b/distrib/pmax/ramdisk/install.md
deleted file mode 100644
index 2d17b3cfae3..00000000000
--- a/distrib/pmax/ramdisk/install.md
+++ /dev/null
@@ -1,213 +0,0 @@
-# $OpenBSD: install.md,v 1.7 2001/06/23 19:44:53 deraadt Exp $
-#
-# Copyright (c) 1996 The NetBSD Foundation, Inc.
-# All rights reserved.
-#
-# This code is derived from software contributed to The NetBSD Foundation
-# by Jason R. Thorpe.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-# 3. All advertising materials mentioning features or use of this software
-# must display the following acknowledgement:
-# This product includes software developed by the NetBSD
-# Foundation, Inc. and its contributors.
-# 4. Neither the name of The NetBSD Foundation nor the names of its
-# contributors may be used to endorse or promote products derived
-# from this software without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
-# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
-# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-# POSSIBILITY OF SUCH DAMAGE.
-#
-
-#
-# machine dependent section of installation/upgrade script.
-#
-
-# Machine-dependent install sets
-MDSETS="kernel"
-ARCH=ARCH
-
-md_set_term() {
- if [ ! -z "$TERM" ]; then
- return
- fi
- echo -n "Specify terminal type [sun]: "
- getresp "sun"
- TERM="$resp"
- export TERM
-}
-
-md_get_msgbuf() {
- # Only want to see one boot's worth of info
- dmesg > /tmp/msgbuf
- sed -n -f /dev/stdin /tmp/msgbuf <<- OOF
- /^Copyright (c)/h
- /^Copyright (c)/!H
- \${
- g
- p
- }
- OOF
-}
-
-md_get_diskdevs() {
- md_get_msgbuf | egrep "^rz[0-9]+ " | cutword 1
-}
-
-md_get_cddevs() {
- # XXX - how do we detect a CDROM (need to hook one up and see)
- #md_get_msgbuf | egrep "^cd[0-9]+ " | cutword 1
- echo ""
-}
-
-md_get_partition_range() {
- # return range of valid partition letters
- echo "[a-p]"
-}
-
-md_questions() {
- :
-}
-
-md_installboot() {
- # $1 is the root disk
-
- echo -n "Installing boot block... "
- disklabel -W ${1}
- disklabel -B ${1}
- echo "done."
-}
-
-md_checkfordisklabel() {
- # $1 is the disk to check
- local rval
-
- disklabel $1 >> /dev/null 2> /tmp/checkfordisklabel
- if grep "no disk label" /tmp/checkfordisklabel; then
- rval=1
- elif grep "disk label corrupted" /tmp/checkfordisklabel; then
- rval=2
- else
- rval=0
- fi
-
- rm -f /tmp/checkfordisklabel
- return $rval
-}
-
-md_prep_disklabel()
-{
- local _disk
-
- _disk=$1
- md_checkfordisklabel $_disk
- case $? in
- 0)
- ;;
- 1)
- echo "WARNING: Disk $_disk has no label. You will be creating a new one."
- echo
- ;;
- 2)
- echo "WARNING: Label on disk $_disk is corrupted. You will be repairing."
- echo
- ;;
- esac
-
- # display example
- cat << \__md_prep_disklabel_1
-
-If you are unsure of how to use multiple partitions properly
-(ie. separating /, /usr, /tmp, /var, /usr/local, and other things)
-just split the space into a root and swap partition for now.
-__md_prep_disklabel_1
-
- disklabel -W ${_disk}
- disklabel -f /tmp/fstab.${_disk} -E ${_disk}
-}
-
-md_welcome_banner() {
-{
- if [ "$MODE" = "install" ]; then
- echo "Welcome to the OpenBSD/pmax ${VERSION_MAJOR}.${VERSION_MINOR} installation program."
- cat << \__welcome_banner_1
-
-This program is designed to help you put OpenBSD on your system in a
-simple and rational way.
-__welcome_banner_1
-
- else
- echo "Welcome to the OpenBSD/pmax ${VERSION_MAJOR}.${VERSION_MINOR} upgrade program."
- cat << \__welcome_banner_2
-
-This program is designed to help you upgrade your OpenBSD system in a
-simple and rational way.
-
-As a reminder, installing the `etc' binary set is NOT recommended.
-Once the rest of your system has been upgraded, you should manually
-merge any changes to files in the `etc' set into those files which
-already exist on your system.
-
-__welcome_banner_2
- fi
-
-cat << \__welcome_banner_3
-
-As with anything which modifies your disk's contents, this program can
-cause SIGNIFICANT data loss, and you are advised to make sure your
-data is backed up before beginning the installation process.
-
-Default answers are displayed in brackets after the questions. You
-can hit Control-C at any time to quit, but if you do so at a prompt,
-you may have to hit return. Also, quitting in the middle of
-installation may leave your system in an inconsistent state.
-
-__welcome_banner_3
-} | more
-}
-
-md_not_going_to_install() {
- cat << \__not_going_to_install_1
-
-OK, then. Enter `halt' at the prompt to halt the machine. Once the
-machine has halted, power-cycle the system to load new boot code.
-
-__not_going_to_install_1
-}
-
-md_congrats() {
- local what;
- if [ "$MODE" = "install" ]; then
- what="installed";
- else
- what="upgraded";
- fi
- cat << __congratulations_1
-
-CONGRATULATIONS! You have successfully $what OpenBSD!
-To boot the installed system, enter halt at the command prompt. Once the
-system has halted, reset the machine and boot from the disk.
-
-__congratulations_1
-}
-
-md_native_fstype() {
-}
-md_native_fsopts() {
-}
diff --git a/distrib/pmax/ramdisk/list b/distrib/pmax/ramdisk/list
deleted file mode 100644
index 74936d01ac9..00000000000
--- a/distrib/pmax/ramdisk/list
+++ /dev/null
@@ -1,82 +0,0 @@
-#
-# $OpenBSD: list,v 1.4 2001/06/23 19:44:53 deraadt Exp $
-#
-
-# copy the crunched binary, link to it, and kill it
-COPY ${OBJDIR}/raminst raminst
-LINK raminst bin/cat
-LINK raminst bin/chmod bin/chgrp sbin/chown
-LINK raminst bin/cp
-LINK raminst bin/cpio
-LINK raminst bin/dd
-LINK raminst bin/df
-LINK raminst bin/ed
-LINK raminst bin/expr
-LINK raminst bin/ln
-LINK raminst bin/ls
-LINK raminst bin/mkdir
-LINK raminst bin/mv
-LINK raminst bin/ksh bin/sh
-ARGVLINK ksh -sh
-LINK raminst bin/rm
-LINK raminst bin/stty
-LINK raminst bin/sleep
-LINK raminst bin/tar
-LINK raminst sbin/disklabel
-LINK raminst sbin/fsck
-LINK raminst sbin/halt
-LINK raminst sbin/dhclient
-LINK raminst sbin/ifconfig
-LINK raminst sbin/init
-LINK raminst sbin/mknod
-LINK raminst sbin/mount
-LINK raminst sbin/mount_cd9660
-LINK raminst sbin/mount_ffs
-LINK raminst sbin/mount_kernfs
-LINK raminst sbin/mount_nfs
-LINK raminst sbin/mount_mfs
-LINK raminst sbin/newfs
-LINK raminst sbin/reboot
-LINK raminst sbin/route
-LINK raminst sbin/umount
-LINK raminst usr/bin/ftp
-LINK raminst usr/bin/egrep
-LINK raminst usr/bin/fgrep
-LINK raminst usr/bin/grep
-LINK raminst usr/bin/gzip
-LINK raminst usr/bin/less
-LINK raminst usr/bin/more
-LINK raminst usr/bin/sed
-LINK raminst usr/bin/pax
-SPECIAL /bin/rm raminst
-
-# copy the MAKEDEV script and make some devices
-COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
-SPECIAL cd dev; sh MAKEDEV raminst
-
-# we need the contents of /usr/mdec
-COPY ${DESTDIR}/usr/mdec/bootrz usr/mdec/bootrz
-COPY ${DESTDIR}/usr/mdec/rzboot usr/mdec/rzboot
-
-# various files that we need in /etc for the install
-COPY ${DESTDIR}/etc/group etc
-COPY ${DESTDIR}/etc/protocols etc
-COPY ${DESTDIR}/etc/services etc
-COPY ${DESTDIR}/etc/spwd.db etc
-
-# and the common installation tools (XXX - not common right now)
-COPY ${CURDIR}/dot.commonutils .commonutils
-COPY ${CURDIR}/termcap.vt usr/share/misc/termcap
-
-# so DNS can work
-SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
-
-# and the installation tools
-SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/dot.profile > .profile
-SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/dot.instutils > .instutils
-SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/disktab.shadow > etc/disktab.shadow
-SPECIAL sed -e "/^VERSION=/s/=.*/=${REV}/" -e '/^#[ ].*$/d' < ${CURDIR}/../../miniroot/install.sub > install.sub
-SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../../miniroot/install.sh > install
-SPECIAL sed -e '/^#[ ].*$/d' < ${CURDIR}/../../miniroot/upgrade.sh > upgrade
-SPECIAL sed -e '/^#[ ].*$/d' -e "s/^ARCH=ARCH$/ARCH=`arch -s`/" < ${CURDIR}/install.md > install.md
-SPECIAL chmod 755 install upgrade
diff --git a/distrib/pmax/ramdisk/mtree.conf b/distrib/pmax/ramdisk/mtree.conf
deleted file mode 100644
index 972d8c5df4d..00000000000
--- a/distrib/pmax/ramdisk/mtree.conf
+++ /dev/null
@@ -1,74 +0,0 @@
-#
-# $OpenBSD: mtree.conf,v 1.2 2001/06/23 19:44:53 deraadt Exp $
-#
-
-/set type=dir uname=root gname=wheel mode=0755
-# .
-.
-
-# ./bin
-bin
-# ./bin
-..
-
-# ./dev
-dev
-# ./dev
-..
-
-# ./etc
-etc
-# ./etc
-..
-
-# ./mnt
-mnt
-# ./mnt
-..
-
-# ./mnt2
-mnt2
-# ./mnt2
-..
-
-# ./sbin
-sbin
-# ./sbin
-..
-
-# ./tmp
-tmp
-# ./tmp
-..
-
-# ./usr
-usr
-
-# ./usr/bin
-bin
-# ./usr/bin
-..
-
-# ./usr/mdec
-mdec
-# ./usr/mdec
-..
-
-# ./usr/sbin
-sbin
-# ./usr/sbin
-..
-
-# ./usr/share
-share
-
-# ./usr/share/misc
-misc
-# ./usr/share/misc
-..
-
-# ./usr/share
-..
-
-# ./usr
-..
diff --git a/distrib/pmax/ramdisk/raminst.conf b/distrib/pmax/ramdisk/raminst.conf
deleted file mode 100644
index 949ba5dae18..00000000000
--- a/distrib/pmax/ramdisk/raminst.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# $OpenBSD: raminst.conf,v 1.2 2000/06/09 17:42:54 mickey Exp $
-#
-# raminst.conf - unified binary for the RAM disk
-#
-
-srcdirs distrib/special bin sbin usr.bin usr.sbin gnu/usr.bin
-
-progs cat chmod cp dd df disklabel ed grep fsck_ffs ftp
-progs gzip ifconfig init less ln ls mkdir mknod mount
-progs mount_cd9660 mount_kernfs mount_ffs mount_nfs mv newfs ksh
-progs reboot rm route rsh sed sleep stty pax umount dhclient expr
-#progs slattach sync tip
-
-ln chmod chgrp
-ln chmod chown
-ln fsck_ffs fsck
-ln ksh sh
-ln ksh -sh # init invokes the shell this way
-ln mount_ffs ffs
-ln newfs mount_mfs
-ln grep egrep
-ln grep fgrep
-ln less more
-ln reboot halt
-ln pax tar
-ln pax cpio
-
-libs -lutil -ltermcap -lm
diff --git a/distrib/pmax/ramdisk/termcap.vt b/distrib/pmax/ramdisk/termcap.vt
deleted file mode 100644
index 79af728b7af..00000000000
--- a/distrib/pmax/ramdisk/termcap.vt
+++ /dev/null
@@ -1,90 +0,0 @@
-#
-# $OpenBSD: termcap.vt,v 1.1 1998/11/09 06:16:13 millert Exp $
-#
-# Copyright (c) 1980, 1985, 1989 The Regents of the University of California.
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-# 3. All advertising materials mentioning features or use of this software
-# must display the following acknowledgement:
-# This product includes software developed by the University of
-# California, Berkeley and its contributors.
-# 4. Neither the name of the University nor the names of its contributors
-# may be used to endorse or promote products derived from this software
-# without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-# SUCH DAMAGE.
-#
-# @(#)termcap.src 5.109 (Berkeley) 3/8/93
-#
-vt200|vt220|dec-vt220|vt200-js|vt220-js|dec vt200 series with jump scroll:\
- :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
- :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:ct=\E[3g:dc=\E[P:dl=\E[M:\
- :ei=\E[4l:im=\E[4h:k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:\
- :k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:kD=\E[3~:kH=\E[4~:\
- :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kh=\E[1~:km:mi:ms:\
- :if=/usr/share/tabset/vt100:se=\E[27m:st=\EH:ue=\E[24m:\
- :tc=vt100:
-vt100|dec-vt100|vt100-am|vt100am|dec vt100:\
- :bl=^G:cr=^M:it#8:\
- :do=^J:co#80:li#24:cl=50\E[;H\E[2J:sf=2*\ED:\
- :le=^H:bs:am:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:cb=3\E[1K:\
- :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
- :md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\
- :if=/usr/share/tabset/vt100:\
- :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
- :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
- :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=2*\EM:vt#3:xn:\
- :sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
-vt300|vt320|vt300-80|VT 300 with 80 columns, on VMS:\
- :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
- :LE=\E[%dD:RI=\E[%dC:SR=1*\E[%dM:UP=\E[%dA:al=\E[L:\
- :am:bl=^G:bs:cd=2*\E[J:ce=2*\E[K:cl=45\E[H\E[2J:\
- :cm=%i\E[%d;%dH:co#80:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:\
- :dc=\E[P:dl=\E[M:dm=:do=\ED:ec=\E[%dX:ed=:ei=\E[4l:\
- :ho=\E[H:ic:im=\E[4h:it#8:k1=\EOP:k2=\EOQ:k3=\EOR:\
- :k4=\EOS:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kn#4:kr=\E[C:ks=\E[?1h\E=:\
- :ku=\E[A:le=^H:li#24:mb=\E[5m:md=\E[1m:me=\E[0m:mi:\
- :mr=\E[7m:ms:nd=\E[C:nl=\ED:nw=\EE:pf=\E[?4i:po=\E[?5i:\
- :ps=\E[i:rc=\E8:sc=\E7:se=\E[27m:sf=1*\ED:so=\E[7m:\
- :sr=1*\EM:st=\EH:ue=\E[24m:up=\EM:us=\E[4m:xn:
-ansi-mini|any ansi terminal with pessimistic assumptions:\
- :am:bs:\
- :co#80:it#8:li#24:\
- :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:do=\E[B:ho=\E[H:\
- :le=\E[D:nd=\E[C:ta=^I:up=\E[A:
-sun|sun1|sun2|Sun Microsystems Inc. workstation console:\
- :am:km:ms:\
- :co#80:li#34:\
- :%7=\E[194z:&5=\E[193z:&8=\E[195z:@7=\E[220z:AL=\E[%dL:\
- :DC=\E[%dP:DL=\E[%dM:F1=\E[234z:F2=\E[235z:IC=\E[%d@:\
- :K2=\E[218z:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
- :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ic=\E[@:im=:\
- :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\
- :k6=\E[229z:k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:\
- :kD=\177:kN=\E[222z:kP=\E[216z:kb=^H:kd=\E[B:kh=\E[214z:\
- :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:\
- :nd=\E[C:r2=\E[s:\
- :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\
- :se=\E[m:sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
-dumb|80-column dumb tty:\
- :am:\
- :co#80:\
- :bl=^G:cr=^M:do=^J:sf=^J:
diff --git a/distrib/pmax/rdsetroot.c b/distrib/pmax/rdsetroot.c
deleted file mode 100644
index 436037a8afb..00000000000
--- a/distrib/pmax/rdsetroot.c
+++ /dev/null
@@ -1,214 +0,0 @@
-/* $OpenBSD: rdsetroot.c,v 1.1 1998/11/09 06:16:05 millert Exp $ */
-/* $NetBSD: rdsetroot.c,v 1.2 1995/10/13 16:38:39 gwr Exp $ */
-
-/*
- * Copyright (c) 1994 Gordon W. Ross
- * All rights reserved.
- *
- * ELF modifications Copyright (c) 1997 Per Fogelstrom.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-/*
- * Copy a ramdisk image into the space reserved for it.
- * Kernel variables: rd_root_size, rd_root_image
- */
-
-#include <sys/types.h>
-#include <sys/file.h>
-#include <sys/mman.h>
-
-#include <stdio.h>
-#include <nlist.h>
-#include <sys/exec_elf.h>
-
-extern off_t lseek();
-
-char *file;
-
-/* Virtual addresses of the symbols we frob. */
-long rd_root_image_va, rd_root_size_va;
-
-/* Offsets relative to start of data segment. */
-long rd_root_image_off, rd_root_size_off;
-
-/* value in the location at rd_root_size_off */
-int rd_root_size_val;
-
-/* pointers to pieces of mapped file */
-char *dataseg;
-
-/* parameters to mmap digged out from program header */
-int mmap_offs;
-int mmap_size;
-
-main(argc,argv)
- char **argv;
-{
- int fd, n;
- int found;
- int *ip;
- char *cp;
- Elf32_Ehdr eh;
- Elf32_Phdr *ph;
- int phsize;
-
- if (argc < 2) {
- printf("%s: missing file name\n", argv[0]);
- exit(1);
- }
- file = argv[1];
-
- fd = open(file, O_RDWR);
- if (fd < 0) {
- perror(file);
- exit(1);
- }
-
- n = read(fd, &eh, sizeof(eh));
- if (n < sizeof(eh)) {
- printf("%s: reading header\n", file);
- exit(1);
- }
-
- if (!IS_ELF(eh)) {
- printf("%s: not elf\n", file);
- exit(1);
- }
-
- phsize = eh.e_phnum * sizeof(Elf32_Phdr);
- ph = (Elf32_Phdr *)malloc(phsize);
- lseek(fd, eh.e_phoff, 0);
- if(read(fd, (char *)ph, phsize) != phsize) {
- printf("%s: can't read phdr area\n", file);
- exit(1);
- }
- found = 0;
- for(n = 0; n < eh.e_phnum && !found; n++) {
- if(ph[n].p_type == PT_LOAD) {
- found = find_rd_root_image(file, &eh, &ph[n]);
- }
- }
- if(!found) {
- printf("%s: can't locate space for rd_root_image!", file);
- exit(1);
- }
-
- /*
- * Map in the whole data segment.
- * The file offset needs to be page aligned.
- */
- dataseg = mmap(NULL, /* any address is ok */
- mmap_size, /* length */
- PROT_READ | PROT_WRITE,
- MAP_SHARED,
- fd, mmap_offs);
- if ((long)dataseg == -1) {
- printf("%s: can not map data seg\n", file);
- perror(file);
- exit(1);
- }
-
- /*
- * Find value in the location: rd_root_size
- */
- ip = (int*) (dataseg + rd_root_size_off);
- rd_root_size_val = *ip;
-#ifdef DEBUG
- printf("rd_root_size val: 0x%08X (%d blocks)\n",
- rd_root_size_val, (rd_root_size_val >> 9));
-#endif
-
- /*
- * Copy the symbol table and string table.
- */
-#ifdef DEBUG
- printf("copying root image...\n");
-#endif
- n = read(0, dataseg + rd_root_image_off,
- rd_root_size_val);
- if (n < 0) {
- perror("read");
- exit(1);
- }
-
- msync(dataseg, mmap_size, 0);
-
-#ifdef DEBUG
- printf("...copied %d bytes\n", n);
-#endif
- close(fd);
- exit(0);
-}
-
-
-/*
- * Find locations of the symbols to patch.
- */
-struct nlist wantsyms[] = {
- { "_rd_root_size", 0 },
- { "_rd_root_image", 0 },
- { NULL, 0 },
-};
-
-int
-find_rd_root_image(file, eh, ph)
- char *file;
- Elf32_Ehdr *eh;
- Elf32_Phdr *ph;
-{
- int data_va;
- int std_entry;
- int kernel_start;
- int kernel_size;
-
- if (nlist(file, wantsyms)) {
- printf("%s: no rd_root_image symbols?\n", file);
- exit(1);
- }
- kernel_start = ph->p_paddr;
- kernel_size = ph->p_filesz;
-
- rd_root_size_off = wantsyms[0].n_value - kernel_start;
- rd_root_image_off = wantsyms[1].n_value - kernel_start;
-
-#ifdef DEBUG
- printf("rd_root_size_off = 0x%x\n", rd_root_size_off);
- printf("rd_root_image_off = 0x%x\n", rd_root_image_off);
-#endif
-
- /*
- * Sanity check locations of db_* symbols
- */
- if (rd_root_image_off < 0 || rd_root_image_off >= kernel_size) {
- return(0);
- }
- if (rd_root_size_off < 0 || rd_root_size_off >= kernel_size) {
- printf("%s: rd_root_size not in data segment?\n", file);
- return(0);
- }
- mmap_offs = ph->p_offset;
- mmap_size = kernel_size;
- return(1);
-}
diff --git a/distrib/pmax/runlist.sh b/distrib/pmax/runlist.sh
deleted file mode 100644
index 2b94b14b7a0..00000000000
--- a/distrib/pmax/runlist.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-# $OpenBSD: runlist.sh,v 1.1 1998/11/09 06:16:06 millert Exp $
-
-if [ "X$1" = "X-d" ]; then
- SHELLCMD=cat
- shift
-else
- SHELLCMD="sh"
-fi
-
-( while [ "X$1" != "X" ]; do
- cat $1
- shift
-done ) | awk -f ${TOPDIR}/list2sh.awk | ${SHELLCMD}
diff --git a/distrib/pmax/simpleroot/Makefile.inc b/distrib/pmax/simpleroot/Makefile.inc
deleted file mode 100644
index bc6e32afc80..00000000000
--- a/distrib/pmax/simpleroot/Makefile.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-# $OpenBSD: Makefile.inc,v 1.3 2000/03/01 22:10:08 todd Exp $
-
-IMAGESIZE?= 81920 # 40Mb in 512 byte blocks
-BOOT_DISKLABEL?= -b /usr/mdec/rzboot -s /usr/mdec/bootrz
-GZIP?= cat
-GZIPFLAGS?=
-GZIPEXT?=
diff --git a/distrib/pmax/simpleroot/list b/distrib/pmax/simpleroot/list
deleted file mode 100644
index fd0299a702f..00000000000
--- a/distrib/pmax/simpleroot/list
+++ /dev/null
@@ -1,41 +0,0 @@
-.cshrc
-.profile
-altroot
-bin
-bsd*
-dev
-etc
-home
-mnt
-root
-sbin
-sys
-tmp
-usr/bin/awk
-usr/bin/basename
-usr/bin/chflags
-usr/bin/cksum
-usr/bin/cmp
-usr/bin/cut
-usr/bin/ftp
-usr/bin/grep
-usr/bin/gzip
-usr/bin/less
-usr/bin/more
-usr/bin/rsh
-usr/bin/sed
-usr/bin/sort
-usr/bin/strings
-usr/bin/tftp
-usr/bin/vi
-usr/lib/libc.so.??.?
-usr/lib/libcurses.so.?.?
-usr/lib/libedit.so.?.?
-usr/lib/libm.so.?.?
-usr/lib/libutil.so.?.?
-usr/libexec/ld.so
-usr/mdec
-usr/sbin/chroot
-usr/sbin/rdate
-usr/share/misc/termcap
-var
diff --git a/distrib/sets/lists/base/md.pmax b/distrib/sets/lists/base/md.pmax
deleted file mode 100644
index f8b2ebd2f0d..00000000000
--- a/distrib/sets/lists/base/md.pmax
+++ /dev/null
@@ -1,1792 +0,0 @@
-./sbin/ldconfig
-./usr/bin/addr2line
-./usr/bin/elf2aout
-./usr/bin/ldd
-./usr/bin/readelf
-./usr/include/mips
-./usr/include/readline
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/collect2
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/cpp0
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/include
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/specs
-./usr/lib/libacl.so.5.0
-./usr/lib/libc.so.27.1
-./usr/lib/libc_r.so.5.1
-./usr/lib/libcrypto.so.5.0
-./usr/lib/libcurses++.so.1.1
-./usr/lib/libcurses.so.8.0
-./usr/lib/libdes.so.6.0
-./usr/lib/libedit.so.0.0
-./usr/lib/libform.so.1.1
-./usr/lib/libg2c.so.5.24
-./usr/lib/libiberty.so.4.1
-./usr/lib/libkadm.so.6.0
-./usr/lib/libkafs.so.6.0
-./usr/lib/libkdb.so.6.0
-./usr/lib/libkrb.so.9.0
-./usr/lib/libkvm.so.4.1
-./usr/lib/libm.so.0.1
-./usr/lib/libmenu.so.1.1
-./usr/lib/libobjc.so.0.0
-./usr/lib/libocurses.so.3.0
-./usr/lib/libossaudio.so.0.0
-./usr/lib/libotermcap.so.3.0
-./usr/lib/libpanel.so.1.2
-./usr/lib/libpcap.so.1.1
-./usr/lib/libperl.so.6.1
-./usr/lib/libreadline.so.0.0
-./usr/lib/libsectok.so.1.0
-./usr/lib/libskey.so.2.0
-./usr/lib/libssl.so.5.0
-./usr/lib/libtermcap.so.8.0
-./usr/lib/libtermlib.so.8.0
-./usr/lib/libutil.so.6.0
-./usr/lib/libwrap.so.1.2
-./usr/lib/libz.so.1.3
-./usr/lib/scrt0.o
-./usr/libdata/ldscripts
-./usr/libdata/perl5/mips-openbsd
-./usr/libdata/perl5/mips-openbsd/5.6.1
-./usr/libdata/perl5/mips-openbsd/5.6.1/.packlist
-./usr/libdata/perl5/mips-openbsd/5.6.1/B
-./usr/libdata/perl5/mips-openbsd/5.6.1/B.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/Asmdata.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/Assembler.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/Bblock.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/Bytecode.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/C.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/CC.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/Concise.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/Debug.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/Deparse.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/Disassembler.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/Lint.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/Showlex.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/Stackobj.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/Stash.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/Terse.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/B/Xref.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/ByteLoader.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/EXTERN.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/INTERN.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/XSUB.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/av.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/cc_runtime.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/config.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/cop.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/cv.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/dosish.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/embed.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/embedvar.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/fakethr.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/form.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/gv.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/handy.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/hv.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/intrpvar.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/iperlsys.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/keywords.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/mg.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/nostdio.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/objXSUB.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/op.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/opcode.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/opnames.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/patchlevel.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/perl.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/perlapi.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/perlio.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/perlsdio.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/perlsfio.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/perlvars.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/perly.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/pp.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/pp_proto.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/proto.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/regcomp.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/regexp.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/regnodes.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/scope.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/sv.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/thrdvar.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/thread.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/unixish.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/utf8.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/util.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/CORE/warnings.h
-./usr/libdata/perl5/mips-openbsd/5.6.1/Config.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/DB_File.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/Data
-./usr/libdata/perl5/mips-openbsd/5.6.1/Data/Dumper.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/Devel
-./usr/libdata/perl5/mips-openbsd/5.6.1/Devel/DProf.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/Devel/Peek.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/DynaLoader.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/Errno.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/Fcntl.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/File
-./usr/libdata/perl5/mips-openbsd/5.6.1/File/Glob.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/IO
-./usr/libdata/perl5/mips-openbsd/5.6.1/IO.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/IO/Dir.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/IO/File.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/IO/Handle.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/IO/Pipe.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/IO/Poll.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/IO/Seekable.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/IO/Select.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/IO/Socket.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/IPC
-./usr/libdata/perl5/mips-openbsd/5.6.1/IPC/Msg.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/IPC/Semaphore.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/IPC/SysV.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/NDBM_File.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/O.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/ODBM_File.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/Opcode.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/POSIX.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/POSIX.pod
-./usr/libdata/perl5/mips-openbsd/5.6.1/SDBM_File.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/Safe.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/Socket.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/Sys
-./usr/libdata/perl5/mips-openbsd/5.6.1/Sys/Hostname.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/Sys/Syslog.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/XSLoader.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/attrs.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/B
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/B/B.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/B/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/ByteLoader
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/ByteLoader/ByteLoader.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/ByteLoader/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/DB_File
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/DB_File/DB_File.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/DB_File/autosplit.ix
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/DB_File/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Data
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Data/Dumper
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Data/Dumper/Dumper.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Data/Dumper/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Devel
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Devel/DProf
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Devel/DProf/DProf.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Devel/DProf/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Devel/Peek
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Devel/Peek/Peek.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Devel/Peek/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/DynaLoader
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/DynaLoader/DynaLoader.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/DynaLoader/autosplit.ix
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/DynaLoader/dl_expandspec.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/DynaLoader/dl_find_symbol_anywhere.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/DynaLoader/dl_findfile.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/DynaLoader/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Fcntl
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Fcntl/Fcntl.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Fcntl/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/File
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/File/Glob
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/File/Glob/Glob.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/File/Glob/autosplit.ix
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/File/Glob/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/IO
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/IO/IO.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/IO/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/IPC
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/IPC/SysV
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/IPC/SysV/SysV.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/IPC/SysV/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/NDBM_File
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/NDBM_File/NDBM_File.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/NDBM_File/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/ODBM_File
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/ODBM_File/ODBM_File.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/ODBM_File/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Opcode
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Opcode/Opcode.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Opcode/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/POSIX.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/abs.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/alarm.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/assert.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/atan2.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/atexit.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/atof.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/atoi.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/atol.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/autosplit.ix
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/bsearch.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/calloc.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/chdir.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/chmod.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/chown.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/clearerr.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/closedir.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/cos.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/creat.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/div.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/errno.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/execl.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/execle.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/execlp.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/execv.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/execve.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/execvp.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/exit.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/exp.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fabs.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fclose.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fcntl.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fdopen.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/feof.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/ferror.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fflush.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fgetc.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fgetpos.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fgets.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fileno.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fopen.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fork.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fprintf.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fputc.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fputs.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fread.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/free.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/freopen.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fscanf.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fseek.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fsetpos.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fstat.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/ftell.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/fwrite.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getc.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getchar.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getcwd.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getegid.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getenv.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/geteuid.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getgid.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getgrgid.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getgrnam.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getgroups.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getlogin.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getpgrp.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getpid.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getppid.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getpwnam.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getpwuid.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/gets.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/getuid.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/gmtime.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/isatty.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/kill.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/labs.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/ldiv.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/link.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/load_imports.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/localtime.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/log.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/longjmp.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/malloc.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/memchr.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/memcmp.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/memcpy.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/memmove.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/memset.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/mkdir.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/offsetof.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/opendir.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/perror.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/pow.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/printf.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/putc.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/putchar.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/puts.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/qsort.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/raise.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/rand.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/readdir.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/realloc.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/remove.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/rename.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/rewind.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/rewinddir.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/rmdir.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/scanf.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/setbuf.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/setgid.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/setjmp.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/setuid.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/setvbuf.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/siglongjmp.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/sigsetjmp.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/sin.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/sleep.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/sprintf.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/sqrt.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/srand.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/sscanf.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/stat.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strcat.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strchr.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strcmp.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strcpy.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strcspn.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strerror.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strlen.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strncat.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strncmp.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strncpy.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strpbrk.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strrchr.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strspn.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strstr.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/strtok.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/system.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/time.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/tmpfile.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/tolower.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/toupper.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/umask.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/ungetc.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/unlink.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/utime.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/vfprintf.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/vprintf.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/vsprintf.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/wait.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/POSIX/waitpid.al
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/SDBM_File
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/SDBM_File/SDBM_File.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/SDBM_File/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Socket
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Socket/Socket.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Socket/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Sys
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Sys/Hostname
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Sys/Hostname/Hostname.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Sys/Hostname/autosplit.ix
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Sys/Hostname/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Sys/Syslog
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Sys/Syslog/Syslog.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/Sys/Syslog/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/attrs
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/attrs/attrs.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/attrs/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/re
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/re/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/re/re.a
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/sdbm
-./usr/libdata/perl5/mips-openbsd/5.6.1/auto/sdbm/extralibs.ld
-./usr/libdata/perl5/mips-openbsd/5.6.1/ops.pm
-./usr/libdata/perl5/mips-openbsd/5.6.1/re.pm
-./usr/libdata/perl5/site_perl/mips-openbsd
-./usr/libdata/perl5/site_perl/mips-openbsd/_h2ph_pre.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/a.out.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ansidecl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/arpa
-./usr/libdata/perl5/site_perl/mips-openbsd/arpa/ftp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/arpa/inet.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/arpa/nameser.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/arpa/telnet.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/arpa/tftp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/assert.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/bfd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/bfdlink.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/bitstring.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/blf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/bm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/bsd_auth.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/cast.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/com_err.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/cpio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/blf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/cast.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/castsb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/crypto.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/cryptodev.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/cryptosoft.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/des.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/des_locl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/podd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/rijndael.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/rmd160.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/sha1.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/sk.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/skipjack.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/spr.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/crypto/xform.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ctype.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/curses.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/db.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dbm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ddb
-./usr/libdata/perl5/site_perl/mips-openbsd/ddb/db_access.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ddb/db_aout.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ddb/db_break.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ddb/db_command.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ddb/db_extern.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ddb/db_interface.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ddb/db_lex.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ddb/db_output.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ddb/db_run.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ddb/db_sym.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ddb/db_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ddb/db_variables.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ddb/db_watch.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/des.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ata
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ata/atareg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ata/atavar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ata/wdvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/auconv.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/audio_if.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/audiovar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/cardbus
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/cardbus/cardbus_exrom.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/cardbus/cardbusdevs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/cardbus/cardbusdevs_data.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/cardbus/cardbusvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/cardbus/cardslotvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/cardbus/rbus.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ccdvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/clock_subr.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/cons.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/eisa
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/eisa/eisadevs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/eisa/eisadevs_data.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/eisa/eisareg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/eisa/eisavar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ac97.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ad1848reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/adv.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/advlib.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/advmcode.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/adw.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/adwlib.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/aic6360reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/aic6360var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/aic7xxxreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/aic7xxxvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/am7930reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/am7990reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/am7990var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/am79c930reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/am79c930var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/amireg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/amivar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/anreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/anvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/awireg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/awivar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/bt463reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/bt463var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/bt485reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/bt485var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/cacreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/cacvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/cd1190reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/cd1400reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/comreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/comvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/cs4231reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/cyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/dc21040reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/dcreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/dp8390reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/dp8390var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/dp857xreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/dptreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/dptvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ds.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/elink3reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/elink3var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/espreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/fxpreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/fxpvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/gdtreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/gdtvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/hayespreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/i8042reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/i82365reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/i82365var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/i8237reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/i8253reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/i82586reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/i82595reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/i82596reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/i82596var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/i82802reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ics2101reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/if_wi_ieee.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/if_wireg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/if_wivar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/iha.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/intersil7170.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/isp_inline.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/isp_openbsd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/isp_target.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/isp_tpublic.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ispmbox.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ispreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ispvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/lptreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/lptvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/mb86960reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/mc146818reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/mc6845.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/midwayreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/midwayvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/monitors.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/mpuvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ncr5380reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ncr5380var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ncr53c9xreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ncr53c9xvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ne2000reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ne2000var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/nec765reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ns16450reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ns16550reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/opl3sa3reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/oplreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/oplvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/pdqreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/pdqvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/ramdac.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/rln.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/rlncmd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/rlnreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/rlnvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/rtl80x9reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/rtl80x9var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/rtl81x9reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/s3_617.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/siopreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/siopvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/siopvar_common.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/smc90cx6reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/smc91cxxreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/smc91cxxvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/smc93cx6var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/stireg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/stivar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/tcic2reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/tcic2var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/tropicreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/tropicvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/twereg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/twevar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/uhareg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/uhavar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/vgavar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/wdcreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/wdcvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/xlreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/z8530reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/z8530sc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ic/z8536reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/ad1848var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/ahareg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/ariareg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/btreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/cs4231var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/elink.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/essreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/essvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/fdlink.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/fdreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/gusreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/gusvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/i82365_isavar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/ics2101var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/if_ecreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/if_edreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/if_egreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/if_elreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/if_exreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/if_fereg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/if_ie507.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/if_ieatt.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/if_iee16.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/if_levar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/if_wereg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/isadmareg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/isadmavar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/isapnpreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/isareg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/isavar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/madreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/mcdreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/opti.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/pasreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/pcppireg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/pcppivar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/pnpdevs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/pssreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/sbdspvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/sbreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/sbvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/spkrio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/vga_isavar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/wdsreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/wssreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/wssvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/wtreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/isa/ymvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/midi_if.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/midisynvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/midivar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/amphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/bmtphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/brgphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/eephyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/icsphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/inphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/iophyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/lxtphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/mii.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/mii_bitbang.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/miidevs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/miivar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/mtdphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/nsgphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/nsphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/nsphyterreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/qsphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/sqphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/tlphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/tlphyvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/tqphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/txphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mii/xmphyreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/mulaw.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ofw
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ofw/openfirm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/auviavar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/cmpcireg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/cmpcivar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/cs4280reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/cs4281reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/cy82c693reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/cy82c693var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/czreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/esoreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/esovar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/fmsvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/hifn7751reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/hifn7751var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/i82365_pcivar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_devar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_levar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_lmc_types.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_lmcioctl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_lmcvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_ngereg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_sfreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_sisreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_skreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_stereg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_tireg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_tlreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_txpreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_txvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_vrreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_wbreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_wxreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/if_wxvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/isesreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/isesvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/maestro_reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/ncrreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/neoreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pccbbreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pccbbvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pcidevs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pcidevs_data.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pciide_acer_reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pciide_amd_reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pciide_apollo_reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pciide_cmd_reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pciide_cy693_reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pciide_opti_reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pciide_pdc202xx_reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pciide_piix_reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pciide_sis_reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pciidereg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pciidevar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pcireg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pcivar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pcscpreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/plx9060reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/plx9060var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/ppbreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/pucvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/siop_pci_common.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/tgareg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/tgavar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/ubsecreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/ubsecvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/vga_pcivar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/wdt50x.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pci/xmaciireg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pcmcia
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pcmcia/if_cnwreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pcmcia/if_rayreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pcmcia/if_xereg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pcmcia/pcmciachip.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pcmcia/pcmciadevs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pcmcia/pcmciareg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/pcmcia/pcmciavar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_acctrace.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_alloclist.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_archs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_aselect.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_callback.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_chaindecluster.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_configure.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_copyback.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_cvscan.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_dag.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_dagdegrd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_dagdegwr.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_dagffrd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_dagffwr.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_dagflags.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_dagfuncs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_dagutils.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_debugMem.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_debugprint.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_decluster.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_declusterPQ.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_desc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_diskqueue.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_disks.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_driver.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_engine.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_etimer.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_evenodd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_evenodd_dagfuncs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_evenodd_dags.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_fifo.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_freelist.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_general.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_hist.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_interdecluster.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_invertq.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_kintf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_layout.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_map.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_mcpair.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_memchunk.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_netbsd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_nwayxor.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_openbsd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_options.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_optnames.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_paritylog.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_paritylogDiskMgr.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_paritylogging.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_parityloggingdags.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_parityscan.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_pq.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_pqdeg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_pqdegdags.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_psstatus.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_raid.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_raid0.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_raid1.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_raid4.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_raid5.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_raid5_rotatedspare.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_raidframe.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_reconbuffer.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_reconmap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_reconstruct.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_reconutil.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_revent.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_shutdown.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_sstf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_states.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_stripelocks.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_threadstuff.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_types.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/raidframe/rf_utils.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/ramdisk.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/rasops
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/rasops/rasops.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/rasops/rasops_bitops.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/rasops/rasops_masks.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/rcons
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/rcons/raster.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/rcons/rcons.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/rcons/rcons_subr.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/rndioctl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/rndvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/sequencervar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/sun
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/sun/event_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/sun/kbd_tables.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/sun/kbd_xlate.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/tc
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/tc/ascvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/tc/if_levar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/tc/ioasicvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/tc/tcdevs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/tc/tcdevs_data.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/tc/tcreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/tc/tcvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/ezload.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/hid.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/if_auereg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/if_cuereg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/if_kuereg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/kue_fw.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/ohcireg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/ohcivar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/uaudioreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/ucomvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/uftdireg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/ugraphire_rdesc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/uhcireg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/uhcivar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/ukbdvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/urio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/usb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/usb_mem.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/usb_port.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/usb_quirks.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/usbcdc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/usbdevs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/usbdevs_data.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/usbdi.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/usbdi_util.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/usbdivar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/usbhid.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/usb/uyap_firmware.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/vndioctl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/ascii.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/unicode.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wscons_callbacks.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wscons_raster.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wscons_rfont.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wsconsio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wsdisplay_usl_io.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wsdisplayvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wsemul_vt100var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wsemulvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wseventvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wskbdvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wsksymdef.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wsksymvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wsmoused.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wsmousevar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wscons/wsmuxvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wsfont
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wsfont/bold8x16.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wsfont/gallant12x22.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wsfont/lucida16x29.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wsfont/omron12x20.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wsfont/qvss8x15.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wsfont/sony12x24.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wsfont/sony8x16.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wsfont/vt220l8x10.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wsfont/vt220l8x8.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dev/wsfont/wsfont.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dirent.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/disktab.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/dlfcn.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/elf_abi.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/err.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/errno.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/eti.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/f2c.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/fcntl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/float.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/fnmatch.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/form.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/frame.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/fstab.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/fts.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/FlexLexer.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/PlotFile.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/SFile.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/_G_config.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/algo.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/algobase.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/alloc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/builtinbuf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/bvector.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/complex.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/cursesapp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/cursesf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/cursesm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/cursesp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/cursesw.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/cursslk.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/defalloc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/deque.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/editbuf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/etip.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/floatio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/fstream.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/function.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/hash_map.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/hash_set.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/hashtable.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/heap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/indstream.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/iolibio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/iomanip.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/iostdio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/iostream.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/iostreamP.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/istream.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/iterator.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/libio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/libioP.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/list.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/map.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/multimap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/multiset.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/new.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/ostream.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/pair.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/parsestream.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/pfstream.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/procbuf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/pthread_alloc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/rope.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/ropeimpl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/set.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/slist.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stack.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/bastring.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/complext.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/dcomplex.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/fcomplex.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/gslice.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/gslice_array.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/indirect_array.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/ldcomplex.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/mask_array.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/slice.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/slice_array.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/std_valarray.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/straits.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/valarray_array.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/std/valarray_meta.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stdiostream.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_algo.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_algobase.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_alloc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_bvector.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_config.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_construct.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_deque.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_function.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_hash_fun.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_hash_map.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_hash_set.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_hashtable.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_heap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_iterator.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_list.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_map.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_multimap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_multiset.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_numeric.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_pair.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_queue.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_raw_storage_iter.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_relops.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_rope.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_set.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_slist.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_stack.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_tempbuf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_tree.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_uninitialized.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stl_vector.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/stream.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/streambuf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/strfile.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/strstream.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/tempbuf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/tree.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/type_traits.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g++/vector.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/g2c.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/glob.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/grp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/histedit.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ieeefp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ifaddrs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/inttypes.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/iso646.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/isofs
-./usr/libdata/perl5/site_perl/mips-openbsd/isofs/cd9660
-./usr/libdata/perl5/site_perl/mips-openbsd/isofs/cd9660/cd9660_extern.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/isofs/cd9660/cd9660_mount.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/isofs/cd9660/cd9660_node.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/isofs/cd9660/cd9660_rrip.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/isofs/cd9660/iso.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/isofs/cd9660/iso_rrip.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/kerberosIV
-./usr/libdata/perl5/site_perl/mips-openbsd/kerberosIV/acl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/kerberosIV/kadm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/kerberosIV/kadm_err.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/kerberosIV/kafs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/kerberosIV/krb-protos.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/kerberosIV/krb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/kerberosIV/krb_db.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/kerberosIV/krb_err.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/kerberosIV/prot.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/keynote.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/kvm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/langinfo.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/libgen.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/limits.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/link.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/locale.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/login_cap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/machine
-./usr/libdata/perl5/site_perl/mips-openbsd/malloc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/math.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/md4.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/md5.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/memory.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/menu.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/ansi.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/archtype.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/asm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/cdefs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/cpu.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/db_machdep.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/disklabel.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/dlfcn.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/ecoff_machdep.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/elf_abi.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/float.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/frame.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/ieeefp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/kbdreg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/kcore.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/kdbparam.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/limits.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/link.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/memconf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/mips_opcode.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/param.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/pcb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/pio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/pmap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/proc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/profile.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/ptrace.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/regdef.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/regnum.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/reloc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/setjmp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/signal.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/spinlock.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/stdarg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/trap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/types.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/varargs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mips/vmparam.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/fdesc
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/fdesc/fdesc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/fifofs
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/fifofs/fifo.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/kernfs
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/kernfs/kernfs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/nullfs
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/nullfs/null.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/portal
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/portal/portal.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/procfs
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/procfs/procfs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/specfs
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/specfs/specdev.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/tcfs
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/tcfs/tcfs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/tcfs/tcfs_cipher.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/tcfs/tcfs_cmd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/tcfs/tcfs_fileinfo.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/tcfs/tcfs_keytab.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/tcfs/tcfs_mount.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/tcfs/tcfs_rw.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/tcfs/tcfs_version.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/umapfs
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/umapfs/umap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/union
-./usr/libdata/perl5/site_perl/mips-openbsd/miscfs/union/union.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/mpool.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ncurses.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ndbm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net
-./usr/libdata/perl5/site_perl/mips-openbsd/net/bpf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/bpfdesc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_arp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_atm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_bridge.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_dl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_enc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_fddi.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_gif.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_gre.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_ieee80211.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_llc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_media.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_ppp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_pppvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_slvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_sppp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_stripvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_token.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_tun.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_types.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/if_vlan_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/netisr.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/pfkeyv2.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/ppp-comp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/ppp_defs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/radix.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/raw_cb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/route.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/slcompress.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/slip.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/net/zlib.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netatalk
-./usr/libdata/perl5/site_perl/mips-openbsd/netatalk/aarp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netatalk/at.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netatalk/at_extern.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netatalk/at_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netatalk/ddp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netatalk/ddp_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netatalk/endian.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netatalk/phase2.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netccitt
-./usr/libdata/perl5/site_perl/mips-openbsd/netccitt/dll.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netccitt/hd_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netccitt/hdlc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netccitt/llc_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netccitt/pk.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netccitt/pk_extern.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netccitt/pk_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netccitt/x25.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netccitt/x25acct.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netccitt/x25err.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netdb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netgroup.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/icmp6.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/icmp_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/if_arc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/if_atm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/if_ether.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/igmp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/igmp_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/in.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/in_gif.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/in_pcb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/in_systm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/in_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/ip.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/ip6.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/ip_ah.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/ip_ecn.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/ip_esp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/ip_ether.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/ip_gre.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/ip_icmp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/ip_ipip.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/ip_ipsp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/ip_mroute.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/ip_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/tcp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/tcp_debug.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/tcp_fsm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/tcp_seq.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/tcp_timer.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/tcp_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/tcpip.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/udp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet/udp_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet6
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet6/in6.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet6/in6_gif.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet6/in6_ifattach.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet6/in6_prefix.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet6/in6_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet6/ip6_mroute.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet6/ip6_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet6/ip6protosw.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet6/mld6_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet6/nd6.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet6/pim6.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet6/pim6_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netinet6/tcpipv6.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netipx
-./usr/libdata/perl5/site_perl/mips-openbsd/netipx/ipx.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netipx/ipx_if.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netipx/ipx_ip.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netipx/ipx_pcb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netipx/ipx_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netipx/spx.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netipx/spx_debug.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netipx/spx_timer.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netipx/spx_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/argo_debug.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/clnl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/clnp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/clnp_stat.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/cltp_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/cons.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/cons_pcb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/eonvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/esis.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/idrp_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/iso.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/iso_errno.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/iso_pcb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/iso_snpac.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/iso_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tp_clnp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tp_events.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tp_ip.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tp_meas.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tp_param.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tp_pcb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tp_seq.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tp_stat.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tp_states.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tp_timer.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tp_tpdu.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tp_trace.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tp_user.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tp_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netiso/tuba_table.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netnatm
-./usr/libdata/perl5/site_perl/mips-openbsd/netnatm/natm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netns
-./usr/libdata/perl5/site_perl/mips-openbsd/netns/idp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netns/idp_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netns/ns.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netns/ns_error.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netns/ns_if.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netns/ns_pcb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netns/ns_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netns/sp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netns/spidp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netns/spp_debug.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netns/spp_timer.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/netns/spp_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nfs
-./usr/libdata/perl5/site_perl/mips-openbsd/nfs/krpc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nfs/nfs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nfs/nfs_var.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nfs/nfsdiskless.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nfs/nfsm_subs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nfs/nfsmount.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nfs/nfsnode.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nfs/nfsproto.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nfs/nfsrtt.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nfs/nfsrvcache.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nfs/nqnfs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nfs/rpcv2.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nfs/xdr_subs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nl_types.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/nlist.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/objc
-./usr/libdata/perl5/site_perl/mips-openbsd/objc/NXConstStr.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/objc/Object.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/objc/Protocol.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/objc/encoding.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/objc/hash.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/objc/objc-api.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/objc/objc-list.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/objc/objc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/objc/sarray.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/objc/thr.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/objc/typedstream.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ocurses.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ohash.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/olf_abi.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/openssl
-./usr/libdata/perl5/site_perl/mips-openbsd/panel.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/paths.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pcap-int.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pcap-namedb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pcap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/ansi.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/aout_machdep.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/asm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/autoconf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/bsd-aout.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/bus.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/cdefs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/conf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/cpu.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/cpuregs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/dc7085cons.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/disklabel.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/dlfcn.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/ecoff_machdep.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/elf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/elf_abi.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/elf_machdep.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/endian.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/exec.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/fbio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/fbvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/float.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/frame.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/ieeefp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/kdbparam.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/limits.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/link.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/locore.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/machAsmDefs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/machConst.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/mips1_pte.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/mips3_pte.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/mips_opcode.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/mips_param.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/param.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/pcb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/pmap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/pmioctl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/proc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/profile.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/psl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/pte.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/ptrace.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/reg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/regdef.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/regnum.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/reloc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/setjmp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/signal.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/spinlock.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/stdarg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/tc_machdep.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/trap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/types.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/varargs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pmax/vmparam.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/poll.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/protocols
-./usr/libdata/perl5/site_perl/mips-openbsd/protocols/dumprestore.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/protocols/routed.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/protocols/rwhod.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/protocols/talkd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/protocols/timed.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pthread.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pthread_np.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/pwd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ranlib.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/re_comp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/readline
-./usr/libdata/perl5/site_perl/mips-openbsd/readline/chardefs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/readline/history.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/readline/keymaps.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/readline/readline.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/readline/rlconf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/readline/rlstdc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/readline/tilde.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/readpassphrase.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/regex.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/regexp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/resolv.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rmd160.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpc
-./usr/libdata/perl5/site_perl/mips-openbsd/rpc/auth.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpc/auth_unix.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpc/clnt.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpc/pmap_clnt.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpc/pmap_prot.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpc/pmap_rmt.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpc/rpc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpc/rpc_des.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpc/rpc_msg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpc/svc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpc/svc_auth.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpc/types.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpc/xdr.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/bootparam_prot.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/klm_prot.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/mount.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/nfs_prot.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/nlm_prot.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/rex.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/rnusers.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/rquota.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/rstat.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/rusers.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/rwall.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/sm_inter.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/spray.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/yp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/yp_prot.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/ypclnt.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/rpcsvc/yppasswd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sched.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/atapi_all.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/atapi_cd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/atapi_disk.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/cd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/cdvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/scsi_all.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/scsi_cd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/scsi_changer.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/scsi_debug.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/scsi_disk.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/scsi_message.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/scsi_scanner.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/scsi_tape.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/scsiconf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/sdvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/ses.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/ss_mustek.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/scsi/ssvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/search.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/setjmp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sgtty.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sha1.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/signal.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/skey.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/skipjack.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/soundcard.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/spinlock.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/asn1.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/asn1_mac.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/bio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/blowfish.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/bn.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/buffer.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/cast.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/comp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/conf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/conf_api.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/crypto.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/des.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/dh.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/dsa.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/dso.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/e_os.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/e_os2.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/ebcdic.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/engine.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/err.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/evp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/hmac.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/idea.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/lhash.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/md2.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/md4.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/md5.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/mdc2.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/obj_mac.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/objects.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/opensslconf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/opensslv.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/pem.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/pem2.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/pkcs12.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/pkcs7.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/rand.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/rc2.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/rc4.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/rc5.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/ripemd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/rsa.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/rsaref.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/safestack.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/sha.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/ssl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/ssl2.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/ssl23.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/ssl3.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/ssl_locl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/stack.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/symhacks.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/tls1.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/tmdiff.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/txt_db.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/x509.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/x509_vfy.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ssl/x509v3.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/stab.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/stdarg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/stdbool.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/stddef.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/stdio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/stdlib.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/string.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/strings.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/struct.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/acct.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/ataio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/audioio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/buf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/cdefs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/cdio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/chio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/clist.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/conf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/core.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/device.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/dir.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/dirent.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/disk.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/disklabel.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/dkbad.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/dkio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/dkstat.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/dmap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/domain.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/endian.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/errno.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/exec.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/exec_aout.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/exec_ecoff.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/exec_elf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/exec_olf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/exec_script.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/extent.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/fcntl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/file.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/filedesc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/filio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/gmon.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/ioccom.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/ioctl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/ioctl_compat.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/ipc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/kcore.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/kernel.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/kgdb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/kthread.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/ktrace.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/lkm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/localedef.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/lock.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/lockf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/malloc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/map.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/mbuf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/md5k.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/memrange.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/midiio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/mman.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/mount.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/msg.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/msgbuf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/mtio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/namei.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/param.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/pipe.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/poll.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/pool.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/proc.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/protosw.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/ptrace.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/queue.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/reboot.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/resource.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/resourcevar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/scanio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/sched.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/scsiio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/select.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/sem.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/shm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/siginfo.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/signal.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/signalvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/simplelock.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/socket.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/socketvar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/sockio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/stat.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/swap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/syscall.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/syscallargs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/sysctl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/syslimits.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/syslog.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/systm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/tablet.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/termios.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/time.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/timeb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/timeout.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/times.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/timex.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/tprintf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/tty.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/ttychars.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/ttycom.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/ttydefaults.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/ttydev.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/types.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/ucred.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/uio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/un.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/unistd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/unpcb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/user.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/utsname.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/vadvise.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/vcmd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/vlimit.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/vmmeter.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/vnode.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/vnode_if.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/vsio.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/wait.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/sysexits.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/syslog.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/tar.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/tcpd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/term.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/termcap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/termios.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/time.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ttyent.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/tzfile.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ext2fs
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ext2fs/ext2fs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ext2fs/ext2fs_dinode.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ext2fs/ext2fs_dir.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ext2fs/ext2fs_extern.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ffs
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ffs/ffs_extern.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ffs/fs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ffs/softdep.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/lfs
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/lfs/lfs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/lfs/lfs_extern.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/mfs
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/mfs/mfs_extern.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/mfs/mfsnode.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ufs
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ufs/dinode.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ufs/dir.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ufs/inode.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ufs/quota.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ufs/ufs_extern.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/ufs/ufs/ufsmount.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/unctrl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/unistd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/util.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/utime.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/utmp.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_amap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_amap_i.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_anon.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_aobj.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_ddb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_device.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_extern.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_fault.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_fault_i.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_glue.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_km.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_loan.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_map.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_map_i.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_object.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_page.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_page_i.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_pager.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_pager_i.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_pdaemon.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_stat.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_swap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_swap_encrypt.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/uvm/uvm_vnode.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/varargs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vis.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/device_pager.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/pglist.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/pmap.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/swap_pager.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/vm.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/vm_conf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/vm_extern.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/vm_inherit.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/vm_kern.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/vm_map.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/vm_object.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/vm_page.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/vm_pageout.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/vm_pager.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/vm_param.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/vm_prot.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/vm/vnode_pager.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/nxfs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_attr.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_common.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_config.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_deb.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_debug.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_dev.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_extern.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_fs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_global.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_locl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_message.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_msg_locl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_node.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_pioctl.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_syscalls.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_vfsops-bsd.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_vfsops.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_vnodeops.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/xfs/xfs_vopdefs.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/zconf.ph
-./usr/libdata/perl5/site_perl/mips-openbsd/zlib.ph
-./usr/libexec/ld.so
-./usr/local/libdata/perl5/site_perl/mips-openbsd
-./usr/mdec/bootrz
-./usr/mdec/rzboot
-./usr/libdata/perl5/site_perl/mips-openbsd/sys/pciio.ph
diff --git a/distrib/sets/lists/comp/md.pmax b/distrib/sets/lists/comp/md.pmax
deleted file mode 100644
index 143ab469754..00000000000
--- a/distrib/sets/lists/comp/md.pmax
+++ /dev/null
@@ -1,147 +0,0 @@
-./usr/bin/c++filt
-./usr/bin/elf2ecoff
-./usr/bin/gasp
-./usr/bin/gdb
-./usr/bin/objcopy
-./usr/bin/objdump
-./usr/include/ansidecl.h
-./usr/include/bfd.h
-./usr/include/bfdlink.h
-./usr/include/dlfcn.h
-./usr/include/ieeefp.h
-./usr/include/link.h
-./usr/include/mips/ansi.h
-./usr/include/mips/archtype.h
-./usr/include/mips/asm.h
-./usr/include/mips/cdefs.h
-./usr/include/mips/cpu.h
-./usr/include/mips/db_machdep.h
-./usr/include/mips/disklabel.h
-./usr/include/mips/dlfcn.h
-./usr/include/mips/ecoff_machdep.h
-./usr/include/mips/elf_abi.h
-./usr/include/mips/float.h
-./usr/include/mips/frame.h
-./usr/include/mips/ieeefp.h
-./usr/include/mips/kbdreg.h
-./usr/include/mips/kcore.h
-./usr/include/mips/kdbparam.h
-./usr/include/mips/limits.h
-./usr/include/mips/link.h
-./usr/include/mips/memconf.h
-./usr/include/mips/mips_opcode.h
-./usr/include/mips/param.h
-./usr/include/mips/pcb.h
-./usr/include/mips/pio.h
-./usr/include/mips/pmap.h
-./usr/include/mips/proc.h
-./usr/include/mips/profile.h
-./usr/include/mips/ptrace.h
-./usr/include/mips/reg.h
-./usr/include/mips/regdef.h
-./usr/include/mips/regnum.h
-./usr/include/mips/reloc.h
-./usr/include/mips/setjmp.h
-./usr/include/mips/signal.h
-./usr/include/mips/spinlock.h
-./usr/include/mips/stdarg.h
-./usr/include/mips/trap.h
-./usr/include/mips/types.h
-./usr/include/mips/varargs.h
-./usr/include/mips/vmparam.h
-./usr/include/pmax
-./usr/include/pmax/ansi.h
-./usr/include/pmax/aout_machdep.h
-./usr/include/pmax/asm.h
-./usr/include/pmax/autoconf.h
-./usr/include/pmax/bsd-aout.h
-./usr/include/pmax/bus.h
-./usr/include/pmax/cdefs.h
-./usr/include/pmax/conf.h
-./usr/include/pmax/cpu.h
-./usr/include/pmax/cpuregs.h
-./usr/include/pmax/dc7085cons.h
-./usr/include/pmax/disklabel.h
-./usr/include/pmax/dlfcn.h
-./usr/include/pmax/ecoff_machdep.h
-./usr/include/pmax/elf.h
-./usr/include/pmax/elf_abi.h
-./usr/include/pmax/elf_machdep.h
-./usr/include/pmax/endian.h
-./usr/include/pmax/exec.h
-./usr/include/pmax/fbio.h
-./usr/include/pmax/fbvar.h
-./usr/include/pmax/float.h
-./usr/include/pmax/frame.h
-./usr/include/pmax/ieeefp.h
-./usr/include/pmax/kdbparam.h
-./usr/include/pmax/limits.h
-./usr/include/pmax/link.h
-./usr/include/pmax/locore.h
-./usr/include/pmax/machAsmDefs.h
-./usr/include/pmax/machConst.h
-./usr/include/pmax/mips1_pte.h
-./usr/include/pmax/mips3_pte.h
-./usr/include/pmax/mips_opcode.h
-./usr/include/pmax/mips_param.h
-./usr/include/pmax/param.h
-./usr/include/pmax/pcb.h
-./usr/include/pmax/pmap.h
-./usr/include/pmax/pmioctl.h
-./usr/include/pmax/proc.h
-./usr/include/pmax/profile.h
-./usr/include/pmax/psl.h
-./usr/include/pmax/pte.h
-./usr/include/pmax/ptrace.h
-./usr/include/pmax/reg.h
-./usr/include/pmax/regdef.h
-./usr/include/pmax/regnum.h
-./usr/include/pmax/reloc.h
-./usr/include/pmax/setjmp.h
-./usr/include/pmax/signal.h
-./usr/include/pmax/spinlock.h
-./usr/include/pmax/stdarg.h
-./usr/include/pmax/tc_machdep.h
-./usr/include/pmax/trap.h
-./usr/include/pmax/types.h
-./usr/include/pmax/varargs.h
-./usr/include/pmax/vmparam.h
-./usr/include/readline/chardefs.h
-./usr/include/readline/keymaps.h
-./usr/include/readline/readline.h
-./usr/lib/crtn.o
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/SYSCALLS.c.X
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/cc1
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/cc1obj
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/cc1plus
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/f771
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/include/README
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/include/exception
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/include/float.h
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/include/limits.h
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/include/new
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/include/new.h
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/include/syslimits.h
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/include/typeinfo
-./usr/lib/gcc-lib/mipsel-unknown-openbsd2.9/2.95.3/libgcc.a
-./usr/lib/libbfd.a
-./usr/lib/libmmalloc.a
-./usr/lib/libopcodes.a
-./usr/lib/libreadline.a
-./usr/lib/libreadline_pic.a
-./usr/lib/libsectok_pic.a
-./usr/libdata/ldscripts/elf32lmip.x
-./usr/libdata/ldscripts/elf32lmip.xbn
-./usr/libdata/ldscripts/elf32lmip.xn
-./usr/libdata/ldscripts/elf32lmip.xr
-./usr/libdata/ldscripts/elf32lmip.xs
-./usr/libdata/ldscripts/elf32lmip.xu
-./usr/share/man/cat1/gdb.0
-./usr/share/man/cat1/objcopy.0
-./usr/share/man/cat1/objdump.0
-./usr/share/man/cat3/dlclose.0
-./usr/share/man/cat3/dlctl.0
-./usr/share/man/cat3/dlerror.0
-./usr/share/man/cat3/dlfcn.0
-./usr/share/man/cat3/dlopen.0
-./usr/share/man/cat3/dlsym.0
diff --git a/distrib/sets/lists/etc/md.pmax b/distrib/sets/lists/etc/md.pmax
deleted file mode 100644
index 5955363b89d..00000000000
--- a/distrib/sets/lists/etc/md.pmax
+++ /dev/null
@@ -1 +0,0 @@
-./etc/ld.so.conf
diff --git a/distrib/sets/lists/game/md.pmax b/distrib/sets/lists/game/md.pmax
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/distrib/sets/lists/game/md.pmax
+++ /dev/null
diff --git a/distrib/sets/lists/man/md.pmax b/distrib/sets/lists/man/md.pmax
deleted file mode 100644
index 05a096cf863..00000000000
--- a/distrib/sets/lists/man/md.pmax
+++ /dev/null
@@ -1,27 +0,0 @@
-./usr/share/info/as.info
-./usr/share/info/as.info-1
-./usr/share/info/as.info-2
-./usr/share/info/as.info-3
-./usr/share/info/as.info-4
-./usr/share/info/as.info-5
-./usr/share/info/as.info-6
-./usr/share/info/as.info-7
-./usr/share/info/as.info-8
-./usr/share/info/binutils.info
-./usr/share/info/binutils.info-1
-./usr/share/info/binutils.info-2
-./usr/share/info/binutils.info-3
-./usr/share/info/gasp.info
-./usr/share/info/gprof.info
-./usr/share/info/gprof.info-1
-./usr/share/info/gprof.info-2
-./usr/share/info/ld.info
-./usr/share/info/ld.info-1
-./usr/share/info/ld.info-2
-./usr/share/info/ld.info-3
-./usr/share/info/ld.info-4
-./usr/share/man/cat1/elf2aout.0
-./usr/share/man/cat1/elf2ecoff.0
-./usr/share/man/cat1/ldd.0
-./usr/share/man/cat8/ld.so.0
-./usr/share/man/cat8/ldconfig.0
diff --git a/distrib/sets/lists/man/mi b/distrib/sets/lists/man/mi
index a6389e62cdb..219c2fb5dae 100644
--- a/distrib/sets/lists/man/mi
+++ b/distrib/sets/lists/man/mi
@@ -495,7 +495,6 @@
./usr/share/man/cat1/pkg_delete.0
./usr/share/man/cat1/pkg_info.0
./usr/share/man/cat1/pl2pm.0
-./usr/share/man/cat1/pmax
./usr/share/man/cat1/pod2html.0
./usr/share/man/cat1/pod2man.0
./usr/share/man/cat1/pod2text.0
@@ -676,7 +675,6 @@
./usr/share/man/cat3/mac68k
./usr/share/man/cat3/mvme68k
./usr/share/man/cat3/mvme88k
-./usr/share/man/cat3/pmax
./usr/share/man/cat3/powerpc
./usr/share/man/cat3/sparc
./usr/share/man/cat3/sun3
@@ -1106,16 +1104,6 @@
./usr/share/man/cat4/pckbd.0
./usr/share/man/cat4/pcmcia.0
./usr/share/man/cat4/pcscp.0
-./usr/share/man/cat4/pmax
-./usr/share/man/cat4/pmax/asc.0
-./usr/share/man/cat4/pmax/dz.0
-./usr/share/man/cat4/pmax/intro.0
-./usr/share/man/cat4/pmax/ioasic.0
-./usr/share/man/cat4/pmax/le.0
-./usr/share/man/cat4/pmax/lk201.0
-./usr/share/man/cat4/pmax/scc.0
-./usr/share/man/cat4/pmax/sii.0
-./usr/share/man/cat4/pmax/tc.0
./usr/share/man/cat4/pms.0
./usr/share/man/cat4/pmsi.0
./usr/share/man/cat4/pnp.0
@@ -1397,7 +1385,6 @@
./usr/share/man/cat5/passwd.0
./usr/share/man/cat5/passwd.conf.0
./usr/share/man/cat5/phones.0
-./usr/share/man/cat5/pmax
./usr/share/man/cat5/powerpc
./usr/share/man/cat5/printcap.0
./usr/share/man/cat5/protocols.0
@@ -1699,7 +1686,6 @@
./usr/share/man/cat8/photurisd.0
./usr/share/man/cat8/ping.0
./usr/share/man/cat8/ping6.0
-./usr/share/man/cat8/pmax
./usr/share/man/cat8/portmap.0
./usr/share/man/cat8/powerpc
./usr/share/man/cat8/powerpc/MAKEDEV.0
@@ -1884,7 +1870,6 @@
./usr/share/man/cat9/mac68k
./usr/share/man/cat9/mvme68k
./usr/share/man/cat9/mvme88k
-./usr/share/man/cat9/pmax
./usr/share/man/cat9/powerpc
./usr/share/man/cat9/sparc
./usr/share/man/cat9/sun3
@@ -1899,7 +1884,6 @@
./usr/share/man/man1/mac68k
./usr/share/man/man1/mvme68k
./usr/share/man/man1/mvme88k
-./usr/share/man/man1/pmax
./usr/share/man/man1/powerpc
./usr/share/man/man1/sparc
./usr/share/man/man1/sun3
@@ -1917,7 +1901,6 @@
./usr/share/man/man4/mac68k
./usr/share/man/man4/mvme68k
./usr/share/man/man4/mvme88k
-./usr/share/man/man4/pmax
./usr/share/man/man4/powerpc
./usr/share/man/man4/sparc
./usr/share/man/man4/sun3
@@ -1935,7 +1918,6 @@
./usr/share/man/man8/mac68k
./usr/share/man/man8/mvme68k
./usr/share/man/man8/mvme88k
-./usr/share/man/man8/pmax
./usr/share/man/man8/powerpc
./usr/share/man/man8/sparc
./usr/share/man/man8/sun3
@@ -1951,7 +1933,6 @@
./usr/share/man/ps1/mac68k
./usr/share/man/ps1/mvme68k
./usr/share/man/ps1/mvme88k
-./usr/share/man/ps1/pmax
./usr/share/man/ps1/powerpc
./usr/share/man/ps1/sparc
./usr/share/man/ps1/sun3
@@ -1968,7 +1949,6 @@
./usr/share/man/ps3/mac68k
./usr/share/man/ps3/mvme68k
./usr/share/man/ps3/mvme88k
-./usr/share/man/ps3/pmax
./usr/share/man/ps3/powerpc
./usr/share/man/ps3/sparc
./usr/share/man/ps3/sun3
@@ -1984,7 +1964,6 @@
./usr/share/man/ps4/mac68k
./usr/share/man/ps4/mvme68k
./usr/share/man/ps4/mvme88k
-./usr/share/man/ps4/pmax
./usr/share/man/ps4/powerpc
./usr/share/man/ps4/sparc
./usr/share/man/ps4/sun3
@@ -1999,7 +1978,6 @@
./usr/share/man/ps5/mac68k
./usr/share/man/ps5/mvme68k
./usr/share/man/ps5/mvme88k
-./usr/share/man/ps5/pmax
./usr/share/man/ps5/powerpc
./usr/share/man/ps5/sparc
./usr/share/man/ps5/sun3
@@ -2016,7 +1994,6 @@
./usr/share/man/ps8/mac68k
./usr/share/man/ps8/mvme68k
./usr/share/man/ps8/mvme88k
-./usr/share/man/ps8/pmax
./usr/share/man/ps8/powerpc
./usr/share/man/ps8/sparc
./usr/share/man/ps8/sun3
@@ -2031,7 +2008,6 @@
./usr/share/man/ps9/mac68k
./usr/share/man/ps9/mvme68k
./usr/share/man/ps9/mvme88k
-./usr/share/man/ps9/pmax
./usr/share/man/ps9/powerpc
./usr/share/man/ps9/sparc
./usr/share/man/ps9/sun3
diff --git a/distrib/sets/lists/misc/md.pmax b/distrib/sets/lists/misc/md.pmax
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/distrib/sets/lists/misc/md.pmax
+++ /dev/null