ObsoleteFiles.inc revision 207995
1219820Sjeff#
2219820Sjeff# $FreeBSD: head/ObsoleteFiles.inc 207995 2010-05-12 19:59:32Z obrien $
3219820Sjeff#
4219820Sjeff# This file lists old files (OLD_FILES), libraries (OLD_LIBS) and
5219820Sjeff# directories (OLD_DIRS) which should get removed at an update. Recently
6219820Sjeff# removed entries first (with the date as a comment). Dynamic libraries are
7219820Sjeff# special cased (OLD_LIBS). Static libraries or the generic links to
8219820Sjeff# the dynamic libraries (lib*.so) should (if you don't know why to make an
9219820Sjeff# exception, make this a "must") be viewed as normal files (OLD_FILES).
10219820Sjeff#
11219820Sjeff# In case of a complete directory hierarchy the sorting is in depth first
12219820Sjeff# order.
13219820Sjeff#
14219820Sjeff# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
15219820Sjeff#
16219820Sjeff
17219820Sjeff# 20100511: move GCC-specific headers to /usr/include/gcc
18219820Sjeff.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
19219820SjeffOLD_FILES+=usr/include/emmintrin.h
20219820SjeffOLD_FILES+=usr/include/mm_malloc.h
21219820SjeffOLD_FILES+=usr/include/pmmintrin.h
22219820SjeffOLD_FILES+=usr/include/xmmintrin.h
23219820Sjeff.endif
24219820Sjeff.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "arm"
25219820SjeffOLD_FILES+=usr/include/mmintrin.h
26219820Sjeff.endif
27219820Sjeff.if ${TARGET_ARCH} == "ia64"
28219820SjeffOLD_FILES+=usr/include/ia64intrin.h
29219820Sjeff.endif
30219820Sjeff.if ${TARGET_ARCH} == "powerpc"
31219820SjeffOLD_FILES+=usr/include/altivec.h
32219820SjeffOLD_FILES+=usr/include/ppc-asm.h
33219820SjeffOLD_FILES+=usr/include/spe.h
34219820Sjeff.endif
35219820Sjeff# 20100416: [mips] removed <machine/psl.h>
36219820Sjeff.if ${TARGET_ARCH} == "mips"
37219820SjeffOLD_FILES+=usr/include/machine/psl.h
38219820Sjeff.endif
39219820Sjeff# 20100415: [mips] removed unused headers
40219820Sjeff.if ${TARGET_ARCH} == "mips"
41219820SjeffOLD_FILES+=usr/include/machine/archtype.h
42219820SjeffOLD_FILES+=usr/include/machine/segments.h
43219820SjeffOLD_FILES+=usr/include/machine/rm7000.h
44219820SjeffOLD_FILES+=usr/include/machine/defs.h
45219820SjeffOLD_FILES+=usr/include/machine/queue.h
46219820Sjeff.endif
47219820Sjeff# 20100326: [ia64] removed <machine/nexusvar.h>
48219820Sjeff.if ${TARGET_ARCH} == "ia64"
49219820SjeffOLD_FILES+=usr/include/machine/nexusvar.h
50219820Sjeff.endif
51219820Sjeff# 20100326: gcpio removal
52219820SjeffOLD_FILES+=usr/bin/gcpio
53219820SjeffOLD_FILES+=usr/share/info/cpio.info.gz
54219820SjeffOLD_FILES+=usr/share/man/man1/gcpio.1.gz
55219820Sjeff# 20100322: libz update
56219820SjeffOLD_LIBS+=lib/libz.so.5
57219820Sjeff.if ${TARGET_ARCH} == "amd64"
58219820SjeffOLD_LIBS+=usr/lib32/libz.so.5
59219820Sjeff.endif
60219820Sjeff# 20100314: removal of regexp.h
61219820SjeffOLD_FILES+=usr/include/regexp.h
62219820SjeffOLD_FILES+=usr/share/man/man3/regexp.3.gz
63219820SjeffOLD_FILES+=usr/share/man/man3/regsub.3.gz
64219820Sjeff# 20100303: actual removal of utmp.h
65219820SjeffOLD_FILES+=usr/include/utmp.h
66219820Sjeff# 20100227: [ia64] removed <machine/sapicreg.h> and <machine/sapicvar.h>
67219820Sjeff.if ${TARGET_ARCH} == "ia64"
68219820SjeffOLD_FILES+=usr/include/machine/sapicreg.h
69219820SjeffOLD_FILES+=usr/include/machine/sapicvar.h
70219820Sjeff.endif
71219820Sjeff# 20100208: man pages moved
72219820Sjeff.if ${TARGET_ARCH} == "i386"
73219820SjeffOLD_FILES+=usr/share/man/man4/i386/alpm.4.gz
74219820SjeffOLD_FILES+=usr/share/man/man4/i386/amdpm.4.gz
75219820SjeffOLD_FILES+=usr/share/man/man4/i386/mcd.4.gz
76219820SjeffOLD_FILES+=usr/share/man/man4/i386/padlock.4.gz
77219820SjeffOLD_FILES+=usr/share/man/man4/i386/pcf.4.gz
78219820SjeffOLD_FILES+=usr/share/man/man4/i386/scd.4.gz
79219820SjeffOLD_FILES+=usr/share/man/man4/i386/viapm.4.gz
80219820Sjeff.endif
81219820Sjeff# 20100122: move BSDL bc/dc USD documents to /usr/share/doc/usd
82219820SjeffOLD_FILES+=usr/share/doc/papers/bc.ascii.gz
83219820SjeffOLD_FILES+=usr/share/doc/papers/dc.ascii.gz
84219820Sjeff# 20100120: replacing GNU bc/dc with BSDL versions
85219820SjeffOLD_FILES+=usr/share/examples/bc/ckbook.b
86219820SjeffOLD_FILES+=usr/share/examples/bc/pi.b
87219820SjeffOLD_FILES+=usr/share/examples/bc/primes.b
88219820SjeffOLD_FILES+=usr/share/examples/bc/twins.b
89219820SjeffOLD_FILES+=usr/share/info/dc.info.gz
90219820SjeffOLD_DIRS+=usr/share/examples/bc
91219820Sjeff# 20100114: removal of ttyslot(3)
92219820SjeffOLD_FILES+=usr/share/man/man3/ttyslot.3.gz
93219820Sjeff# 20100113: remove utmp.h, replace it by utmpx.h
94219820SjeffOLD_FILES+=usr/share/man/man3/login.3.gz
95219820SjeffOLD_FILES+=usr/share/man/man3/logout.3.gz
96219820SjeffOLD_FILES+=usr/share/man/man3/logwtmp.3.gz
97219820SjeffOLD_FILES+=usr/share/man/man3/ulog_endutxent.3.gz
98219820SjeffOLD_FILES+=usr/share/man/man3/ulog_getutxent.3.gz
99219820SjeffOLD_FILES+=usr/share/man/man3/ulog_getutxline.3.gz
100219820SjeffOLD_FILES+=usr/share/man/man3/ulog_getutxuser.3.gz
101219820SjeffOLD_FILES+=usr/share/man/man3/ulog_pututxline.3.gz
102219820SjeffOLD_FILES+=usr/share/man/man3/ulog_setutxent.3.gz
103219820SjeffOLD_FILES+=usr/share/man/man3/ulog_setutxfile.3.gz
104219820SjeffOLD_FILES+=usr/share/man/man5/lastlog.5.gz
105219820SjeffOLD_FILES+=usr/share/man/man5/utmp.5.gz
106219820SjeffOLD_FILES+=usr/share/man/man5/wtmp.5.gz
107219820SjeffOLD_LIBS+=lib/libutil.so.8
108219820Sjeff# 20100105: new userland semaphore implementation
109219820SjeffOLD_FILES+=usr/include/sys/semaphore.h
110219820Sjeff# 20100103: ntptrace(8) removed
111219820SjeffOLD_FILES+=usr/sbin/ntptrace
112219820SjeffOLD_FILES+=usr/share/man/man8/ntptrace.8.gz
113219820Sjeff# 20091229: remove no longer relevant examples
114219820SjeffOLD_FILES+=usr/share/examples/pppd/auth-down.sample
115219820SjeffOLD_FILES+=usr/share/examples/pppd/auth-up.sample
116219820SjeffOLD_FILES+=usr/share/examples/pppd/chap-secrets.sample
117219820SjeffOLD_FILES+=usr/share/examples/pppd/chat.sh.sample
118219820SjeffOLD_FILES+=usr/share/examples/pppd/ip-down.sample
119219820SjeffOLD_FILES+=usr/share/examples/pppd/ip-up.sample
120219820SjeffOLD_FILES+=usr/share/examples/pppd/options.sample
121219820SjeffOLD_FILES+=usr/share/examples/pppd/pap-secrets.sample
122219820SjeffOLD_FILES+=usr/share/examples/pppd/ppp.deny.sample
123219820SjeffOLD_FILES+=usr/share/examples/pppd/ppp.shells.sample
124219820SjeffOLD_DIRS+=usr/share/examples/pppd
125219820SjeffOLD_FILES+=usr/share/examples/slattach/unit-command.sh
126219820SjeffOLD_DIRS+=usr/share/examples/slattach
127219820SjeffOLD_FILES+=usr/share/examples/sliplogin/slip.hosts
128219820SjeffOLD_FILES+=usr/share/examples/sliplogin/slip.login
129219820SjeffOLD_FILES+=usr/share/examples/sliplogin/slip.logout
130219820SjeffOLD_FILES+=usr/share/examples/sliplogin/slip.slparms
131219820SjeffOLD_DIRS+=usr/share/examples/sliplogin
132219820SjeffOLD_FILES+=usr/share/examples/startslip/sldown.sh
133219820SjeffOLD_FILES+=usr/share/examples/startslip/slip.sh
134219820SjeffOLD_FILES+=usr/share/examples/startslip/slup.sh
135219820SjeffOLD_DIRS+=usr/share/examples/startslip
136219820Sjeff# 20091202: unify rc.firewall and rc.firewall6.
137219820SjeffOLD_FILES+=etc/rc.d/ip6fw
138219820SjeffOLD_FILES+=etc/rc.firewall6
139219820SjeffOLD_FILES+=usr/share/examples/etc/rc.firewall6
140219820Sjeff# 20091117: removal of rc.early(8) link
141219820SjeffOLD_FILES+=usr/share/man/man8/rc.early.8.gz
142219820Sjeff# 20091117: usr/share/zoneinfo/GMT link removed
143219820SjeffOLD_FILES+=usr/share/zoneinfo/GMT
144219820Sjeff# 20091027: pselect.3 implemented as syscall
145219820SjeffOLD_FILES+=usr/share/man/man3/pselect.3.gz
146219820Sjeff# 20091005: fusword.9 and susword.9 removed
147219820SjeffOLD_FILES+=usr/share/man/man9/fusword.9.gz
148219820SjeffOLD_FILES+=usr/share/man/man9/susword.9.gz
149219820Sjeff# 20090909: vesa and dpms promoted to be i386/amd64 common
150219820SjeffOLD_FILES+=usr/include/machine/pc/vesa.h
151219820SjeffOLD_FILES+=usr/share/man/man4/i386/dpms.4.gz
152219820Sjeff# 20090904: remove lukemftpd
153219820SjeffOLD_FILES+=usr/libexec/lukemftpd
154219820SjeffOLD_FILES+=usr/share/man/man5/ftpd.conf.5.gz
155219820SjeffOLD_FILES+=usr/share/man/man5/ftpusers.5.gz
156219820SjeffOLD_FILES+=usr/share/man/man8/lukemftpd.8.gz
157219820Sjeff# 20090902: BSD.{x11,x11-4}.dist are dead and BSD.local.dist lives in ports/
158219820SjeffOLD_FILES+=etc/mtree/BSD.local.dist
159219820SjeffOLD_FILES+=etc/mtree/BSD.x11.dist
160219820SjeffOLD_FILES+=etc/mtree/BSD.x11-4.dist
161219820Sjeff# 20090812: net80211 documentation overhaul
162219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_add_rates.9.gz
163219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_add_xrates.9.gz
164219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_alloc_node.9.gz
165219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_attach.9.gz
166219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_begin_scan.9.gz
167219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_cfgget.9.gz
168219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_cfgset.9.gz
169219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_chan2ieee.9.gz
170219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_chan2mode.9.gz
171219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_create_ibss.9.gz
172219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_crypto_attach.9.gz
173219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_crypto_detach.9.gz
174219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_decap.9.gz
175219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_dump_pkt.9.gz
176219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_dup_bss.9.gz
177219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_encap.9.gz
178219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_end_scan.9.gz
179219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_find_node.9.gz
180219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_fix_rate.9.gz
181219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_free_allnodes.9.gz
182219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_ieee2mhz.9.gz
183219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_ioctl.9.gz
184219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_lookup_node.9.gz
185219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_media2rate.9.gz
186219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_media_change.9.gz
187219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_media_init.9.gz
188219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_media_status.9.gz
189219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_mhz2ieee.9.gz
190219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_next_scan.9.gz
191219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_node_attach.9.gz
192219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_node_detach.9.gz
193219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_node_lateattach.9.gz
194219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_print_essid.9.gz
195219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_proto_attach.9.gz
196219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_proto_detach.9.gz
197219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_rate2media.9.gz
198219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_recv_mgmt.9.gz
199219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_send_mgmt.9.gz
200219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_setmode.9.gz
201219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_timeout_nodes.9.gz
202219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_watchdog.9.gz
203219820SjeffOLD_FILES+=usr/share/man/man9/ieee80211_wep_crypt.9.gz
204219820Sjeff# 20090801: vimage.h removed in favour of vnet.h
205219820SjeffOLD_FILES+=usr/include/sys/vimage.h
206219820Sjeff# 20090719: library version bump for 8.0
207219820SjeffOLD_LIBS+=lib/libalias.so.6
208219820SjeffOLD_LIBS+=lib/libavl.so.1
209219820SjeffOLD_LIBS+=lib/libbegemot.so.3
210219820SjeffOLD_LIBS+=lib/libbsdxml.so.3
211219820SjeffOLD_LIBS+=lib/libbsnmp.so.4
212219820SjeffOLD_LIBS+=lib/libcam.so.4
213219820SjeffOLD_LIBS+=lib/libcrypt.so.4
214219820SjeffOLD_LIBS+=lib/libcrypto.so.5
215219820SjeffOLD_LIBS+=lib/libctf.so.1
216219820SjeffOLD_LIBS+=lib/libdevstat.so.6
217219820SjeffOLD_LIBS+=lib/libdtrace.so.1
218219820SjeffOLD_LIBS+=lib/libedit.so.6
219219820SjeffOLD_LIBS+=lib/libgeom.so.4
220219820SjeffOLD_LIBS+=lib/libipsec.so.3
221219820SjeffOLD_LIBS+=lib/libipx.so.4
222219820SjeffOLD_LIBS+=lib/libkiconv.so.3
223219820SjeffOLD_LIBS+=lib/libkvm.so.4
224219820SjeffOLD_LIBS+=lib/libmd.so.4
225219820SjeffOLD_LIBS+=lib/libncurses.so.7
226219820SjeffOLD_LIBS+=lib/libncursesw.so.7
227219820SjeffOLD_LIBS+=lib/libnvpair.so.1
228219820SjeffOLD_LIBS+=lib/libpcap.so.6
229219820SjeffOLD_LIBS+=lib/libreadline.so.7
230219820SjeffOLD_LIBS+=lib/libsbuf.so.4
231219820SjeffOLD_LIBS+=lib/libufs.so.4
232219820SjeffOLD_LIBS+=lib/libumem.so.1
233219820SjeffOLD_LIBS+=lib/libutil.so.7
234219820SjeffOLD_LIBS+=lib/libuutil.so.1
235219820SjeffOLD_LIBS+=lib/libz.so.4
236219820SjeffOLD_LIBS+=lib/libzfs.so.1
237219820SjeffOLD_LIBS+=lib/libzpool.so.1
238219820SjeffOLD_LIBS+=usr/lib/libarchive.so.4
239219820SjeffOLD_LIBS+=usr/lib/libauditd.so.4
240219820SjeffOLD_LIBS+=usr/lib/libbluetooth.so.3
241219820SjeffOLD_LIBS+=usr/lib/libbsm.so.2
242219820SjeffOLD_LIBS+=usr/lib/libbz2.so.3
243219820SjeffOLD_LIBS+=usr/lib/libcalendar.so.4
244219820SjeffOLD_LIBS+=usr/lib/libcom_err.so.4
245219820SjeffOLD_LIBS+=usr/lib/libdevinfo.so.4
246219820SjeffOLD_LIBS+=usr/lib/libdialog.so.6
247219820SjeffOLD_LIBS+=usr/lib/libdwarf.so.1
248219820SjeffOLD_LIBS+=usr/lib/libfetch.so.5
249219820SjeffOLD_LIBS+=usr/lib/libform.so.4
250219820SjeffOLD_LIBS+=usr/lib/libformw.so.4
251219820SjeffOLD_LIBS+=usr/lib/libftpio.so.7
252219820SjeffOLD_LIBS+=usr/lib/libgnuregex.so.4
253219820SjeffOLD_LIBS+=usr/lib/libgpib.so.2
254219820SjeffOLD_LIBS+=usr/lib/libhistory.so.7
255219820SjeffOLD_LIBS+=usr/lib/libmagic.so.3
256219820SjeffOLD_LIBS+=usr/lib/libmemstat.so.2
257219820SjeffOLD_LIBS+=usr/lib/libmenu.so.4
258219820SjeffOLD_LIBS+=usr/lib/libmenuw.so.4
259219820SjeffOLD_LIBS+=usr/lib/libmilter.so.4
260219820SjeffOLD_LIBS+=usr/lib/libncp.so.3
261219820SjeffOLD_LIBS+=usr/lib/libnetgraph.so.3
262219820SjeffOLD_LIBS+=usr/lib/libngatm.so.3
263219820SjeffOLD_LIBS+=usr/lib/libobjc.so.3
264219820SjeffOLD_LIBS+=usr/lib/libopie.so.5
265219820SjeffOLD_LIBS+=usr/lib/libpam.so.4
266219820SjeffOLD_LIBS+=usr/lib/libpanel.so.4
267219820SjeffOLD_LIBS+=usr/lib/libpanelw.so.4
268219820SjeffOLD_LIBS+=usr/lib/libpmc.so.4
269219820SjeffOLD_LIBS+=usr/lib/libproc.so.1
270219820SjeffOLD_LIBS+=usr/lib/libradius.so.3
271219820SjeffOLD_LIBS+=usr/lib/librpcsvc.so.4
272219820SjeffOLD_LIBS+=usr/lib/libsdp.so.3
273219820SjeffOLD_LIBS+=usr/lib/libsmb.so.3
274219820SjeffOLD_LIBS+=usr/lib/libssh.so.4
275219820SjeffOLD_LIBS+=usr/lib/libssl.so.5
276219820SjeffOLD_LIBS+=usr/lib/libtacplus.so.3
277219820SjeffOLD_LIBS+=usr/lib/libugidfw.so.3
278219820SjeffOLD_LIBS+=usr/lib/libusb.so.1
279219820SjeffOLD_LIBS+=usr/lib/libusbhid.so.3
280219820SjeffOLD_LIBS+=usr/lib/libvgl.so.5
281219820SjeffOLD_LIBS+=usr/lib/libwrap.so.5
282219820SjeffOLD_LIBS+=usr/lib/libypclnt.so.3
283219820SjeffOLD_LIBS+=usr/lib/pam_chroot.so.4
284219820SjeffOLD_LIBS+=usr/lib/pam_deny.so.4
285219820SjeffOLD_LIBS+=usr/lib/pam_echo.so.4
286219820SjeffOLD_LIBS+=usr/lib/pam_exec.so.4
287219820SjeffOLD_LIBS+=usr/lib/pam_ftpusers.so.4
288219820SjeffOLD_LIBS+=usr/lib/pam_group.so.4
289219820SjeffOLD_LIBS+=usr/lib/pam_guest.so.4
290219820SjeffOLD_LIBS+=usr/lib/pam_krb5.so.4
291219820SjeffOLD_LIBS+=usr/lib/pam_ksu.so.4
292219820SjeffOLD_LIBS+=usr/lib/pam_lastlog.so.4
293219820SjeffOLD_LIBS+=usr/lib/pam_login_access.so.4
294219820SjeffOLD_LIBS+=usr/lib/pam_nologin.so.4
295219820SjeffOLD_LIBS+=usr/lib/pam_opie.so.4
296219820SjeffOLD_LIBS+=usr/lib/pam_opieaccess.so.4
297219820SjeffOLD_LIBS+=usr/lib/pam_passwdqc.so.4
298219820SjeffOLD_LIBS+=usr/lib/pam_permit.so.4
299219820SjeffOLD_LIBS+=usr/lib/pam_radius.so.4
300219820SjeffOLD_LIBS+=usr/lib/pam_rhosts.so.4
301219820SjeffOLD_LIBS+=usr/lib/pam_rootok.so.4
302219820SjeffOLD_LIBS+=usr/lib/pam_securetty.so.4
303219820SjeffOLD_LIBS+=usr/lib/pam_self.so.4
304219820SjeffOLD_LIBS+=usr/lib/pam_ssh.so.4
305219820SjeffOLD_LIBS+=usr/lib/pam_tacplus.so.4
306219820SjeffOLD_LIBS+=usr/lib/pam_unix.so.4
307219820SjeffOLD_LIBS+=usr/lib/snmp_atm.so.5
308219820SjeffOLD_LIBS+=usr/lib/snmp_bridge.so.5
309219820SjeffOLD_LIBS+=usr/lib/snmp_hostres.so.5
310219820SjeffOLD_LIBS+=usr/lib/snmp_mibII.so.5
311219820SjeffOLD_LIBS+=usr/lib/snmp_netgraph.so.5
312219820SjeffOLD_LIBS+=usr/lib/snmp_pf.so.5
313219820Sjeff.if ${TARGET_ARCH} == "amd64"
314219820SjeffOLD_LIBS+=usr/lib32/libalias.so.6
315219820SjeffOLD_LIBS+=usr/lib32/libarchive.so.4
316219820SjeffOLD_LIBS+=usr/lib32/libauditd.so.4
317219820SjeffOLD_LIBS+=usr/lib32/libavl.so.1
318219820SjeffOLD_LIBS+=usr/lib32/libbegemot.so.3
319219820SjeffOLD_LIBS+=usr/lib32/libbluetooth.so.3
320219820SjeffOLD_LIBS+=usr/lib32/libbsdxml.so.3
321219820SjeffOLD_LIBS+=usr/lib32/libbsm.so.2
322219820SjeffOLD_LIBS+=usr/lib32/libbsnmp.so.4
323219820SjeffOLD_LIBS+=usr/lib32/libbz2.so.3
324219820SjeffOLD_LIBS+=usr/lib32/libcalendar.so.4
325219820SjeffOLD_LIBS+=usr/lib32/libcam.so.4
326219820SjeffOLD_LIBS+=usr/lib32/libcom_err.so.4
327219820SjeffOLD_LIBS+=usr/lib32/libcrypt.so.4
328219820SjeffOLD_LIBS+=usr/lib32/libcrypto.so.5
329219820SjeffOLD_LIBS+=usr/lib32/libctf.so.1
330219820SjeffOLD_LIBS+=usr/lib32/libdevinfo.so.4
331219820SjeffOLD_LIBS+=usr/lib32/libdevstat.so.6
332219820SjeffOLD_LIBS+=usr/lib32/libdialog.so.6
333219820SjeffOLD_LIBS+=usr/lib32/libdtrace.so.1
334219820SjeffOLD_LIBS+=usr/lib32/libdwarf.so.1
335219820SjeffOLD_LIBS+=usr/lib32/libedit.so.6
336219820SjeffOLD_LIBS+=usr/lib32/libfetch.so.5
337219820SjeffOLD_LIBS+=usr/lib32/libform.so.4
338219820SjeffOLD_LIBS+=usr/lib32/libformw.so.4
339219820SjeffOLD_LIBS+=usr/lib32/libftpio.so.7
340219820SjeffOLD_LIBS+=usr/lib32/libgeom.so.4
341219820SjeffOLD_LIBS+=usr/lib32/libgnuregex.so.4
342219820SjeffOLD_LIBS+=usr/lib32/libgpib.so.2
343219820SjeffOLD_LIBS+=usr/lib32/libhistory.so.7
344219820SjeffOLD_LIBS+=usr/lib32/libipsec.so.3
345219820SjeffOLD_LIBS+=usr/lib32/libipx.so.4
346219820SjeffOLD_LIBS+=usr/lib32/libkiconv.so.3
347219820SjeffOLD_LIBS+=usr/lib32/libkvm.so.4
348219820SjeffOLD_LIBS+=usr/lib32/libmagic.so.3
349219820SjeffOLD_LIBS+=usr/lib32/libmd.so.4
350219820SjeffOLD_LIBS+=usr/lib32/libmemstat.so.2
351219820SjeffOLD_LIBS+=usr/lib32/libmenu.so.4
352219820SjeffOLD_LIBS+=usr/lib32/libmenuw.so.4
353219820SjeffOLD_LIBS+=usr/lib32/libmilter.so.4
354219820SjeffOLD_LIBS+=usr/lib32/libncp.so.3
355219820SjeffOLD_LIBS+=usr/lib32/libncurses.so.7
356219820SjeffOLD_LIBS+=usr/lib32/libncursesw.so.7
357219820SjeffOLD_LIBS+=usr/lib32/libnetgraph.so.3
358219820SjeffOLD_LIBS+=usr/lib32/libngatm.so.3
359219820SjeffOLD_LIBS+=usr/lib32/libnvpair.so.1
360219820SjeffOLD_LIBS+=usr/lib32/libobjc.so.3
361219820SjeffOLD_LIBS+=usr/lib32/libopie.so.5
362219820SjeffOLD_LIBS+=usr/lib32/libpam.so.4
363219820SjeffOLD_LIBS+=usr/lib32/libpanel.so.4
364219820SjeffOLD_LIBS+=usr/lib32/libpanelw.so.4
365219820SjeffOLD_LIBS+=usr/lib32/libpcap.so.6
366219820SjeffOLD_LIBS+=usr/lib32/libpmc.so.4
367219820SjeffOLD_LIBS+=usr/lib32/libproc.so.1
368219820SjeffOLD_LIBS+=usr/lib32/libradius.so.3
369219820SjeffOLD_LIBS+=usr/lib32/libreadline.so.7
370219820SjeffOLD_LIBS+=usr/lib32/librpcsvc.so.4
371219820SjeffOLD_LIBS+=usr/lib32/libsbuf.so.4
372219820SjeffOLD_LIBS+=usr/lib32/libsdp.so.3
373219820SjeffOLD_LIBS+=usr/lib32/libsmb.so.3
374219820SjeffOLD_LIBS+=usr/lib32/libssh.so.4
375219820SjeffOLD_LIBS+=usr/lib32/libssl.so.5
376219820SjeffOLD_LIBS+=usr/lib32/libtacplus.so.3
377219820SjeffOLD_LIBS+=usr/lib32/libufs.so.4
378219820SjeffOLD_LIBS+=usr/lib32/libugidfw.so.3
379219820SjeffOLD_LIBS+=usr/lib32/libumem.so.1
380219820SjeffOLD_LIBS+=usr/lib32/libusb.so.1
381219820SjeffOLD_LIBS+=usr/lib32/libusbhid.so.3
382219820SjeffOLD_LIBS+=usr/lib32/libutil.so.7
383219820SjeffOLD_LIBS+=usr/lib32/libuutil.so.1
384219820SjeffOLD_LIBS+=usr/lib32/libvgl.so.5
385219820SjeffOLD_LIBS+=usr/lib32/libwrap.so.5
386219820SjeffOLD_LIBS+=usr/lib32/libypclnt.so.3
387219820SjeffOLD_LIBS+=usr/lib32/libz.so.4
388219820SjeffOLD_LIBS+=usr/lib32/libzfs.so.1
389219820SjeffOLD_LIBS+=usr/lib32/libzpool.so.1
390219820SjeffOLD_LIBS+=usr/lib32/pam_chroot.so.4
391219820SjeffOLD_LIBS+=usr/lib32/pam_deny.so.4
392219820SjeffOLD_LIBS+=usr/lib32/pam_echo.so.4
393219820SjeffOLD_LIBS+=usr/lib32/pam_exec.so.4
394219820SjeffOLD_LIBS+=usr/lib32/pam_ftpusers.so.4
395219820SjeffOLD_LIBS+=usr/lib32/pam_group.so.4
396219820SjeffOLD_LIBS+=usr/lib32/pam_guest.so.4
397219820SjeffOLD_LIBS+=usr/lib32/pam_krb5.so.4
398219820SjeffOLD_LIBS+=usr/lib32/pam_ksu.so.4
399219820SjeffOLD_LIBS+=usr/lib32/pam_lastlog.so.4
400219820SjeffOLD_LIBS+=usr/lib32/pam_login_access.so.4
401219820SjeffOLD_LIBS+=usr/lib32/pam_nologin.so.4
402219820SjeffOLD_LIBS+=usr/lib32/pam_opie.so.4
403219820SjeffOLD_LIBS+=usr/lib32/pam_opieaccess.so.4
404219820SjeffOLD_LIBS+=usr/lib32/pam_passwdqc.so.4
405219820SjeffOLD_LIBS+=usr/lib32/pam_permit.so.4
406219820SjeffOLD_LIBS+=usr/lib32/pam_radius.so.4
407219820SjeffOLD_LIBS+=usr/lib32/pam_rhosts.so.4
408219820SjeffOLD_LIBS+=usr/lib32/pam_rootok.so.4
409219820SjeffOLD_LIBS+=usr/lib32/pam_securetty.so.4
410219820SjeffOLD_LIBS+=usr/lib32/pam_self.so.4
411219820SjeffOLD_LIBS+=usr/lib32/pam_ssh.so.4
412219820SjeffOLD_LIBS+=usr/lib32/pam_tacplus.so.4
413219820SjeffOLD_LIBS+=usr/lib32/pam_unix.so.4
414219820Sjeff.endif
415219820Sjeff# 20090718: the gdm pam.d file is no longer required.
416219820SjeffOLD_FILES+=etc/pam.d/gdm
417219820Sjeff# 20090713: vimage container structs removed.
418219820SjeffOLD_FILES+=usr/include/netinet/vinet.h
419219820SjeffOLD_FILES+=usr/include/netinet6/vinet6.h
420219820SjeffOLD_FILES+=usr/include/netipsec/vipsec.h
421219820Sjeff# 20090712: ieee80211.4 -> net80211.4
422219820SjeffOLD_FILES+=usr/share/man/man4/ieee80211.4.gz
423219820Sjeff# 20090711: typo fixed, kproc_resume,.9 -> kproc_resume.9
424219820SjeffOLD_FILES+=usr/share/man/man9/kproc_resume,.9.gz
425219820Sjeff# 20090709: msgctl.3 msgget.3 msgrcv.3 msgsnd.3 manual pages moved
426219820SjeffOLD_FILES+=usr/share/man/man3/msgctl.3.gz
427219820SjeffOLD_FILES+=usr/share/man/man3/msgget.3.gz
428219820SjeffOLD_FILES+=usr/share/man/man3/msgrcv.3.gz
429219820SjeffOLD_FILES+=usr/share/man/man3/msgsnd.3.gz
430219820Sjeff# 20090630: old kernel RPC implementation removal
431219820SjeffOLD_FILES+=usr/include/nfs/rpcv2.h
432219820Sjeff# 20090624: update usbdi(9)
433219820SjeffOLD_FILES+=usr/share/man/man9/usbd_abort_default_pipe.9.gz
434219820SjeffOLD_FILES+=usr/share/man/man9/usbd_abort_pipe.9.gz
435219820SjeffOLD_FILES+=usr/share/man/man9/usbd_alloc_buffer.9.gz
436219820SjeffOLD_FILES+=usr/share/man/man9/usbd_alloc_xfer.9.gz
437219820SjeffOLD_FILES+=usr/share/man/man9/usbd_clear_endpoint_stall.9.gz
438219820SjeffOLD_FILES+=usr/share/man/man9/usbd_clear_endpoint_stall_async.9.gz
439219820SjeffOLD_FILES+=usr/share/man/man9/usbd_clear_endpoint_toggle.9.gz
440219820SjeffOLD_FILES+=usr/share/man/man9/usbd_close_pipe.9.gz
441219820SjeffOLD_FILES+=usr/share/man/man9/usbd_device2interface_handle.9.gz
442219820SjeffOLD_FILES+=usr/share/man/man9/usbd_do_request_async.9.gz
443219820SjeffOLD_FILES+=usr/share/man/man9/usbd_do_request_flags_pipe.9.gz
444219820SjeffOLD_FILES+=usr/share/man/man9/usbd_endpoint_count.9.gz
445219820SjeffOLD_FILES+=usr/share/man/man9/usbd_find_edesc.9.gz
446219820SjeffOLD_FILES+=usr/share/man/man9/usbd_find_idesc.9.gz
447219820SjeffOLD_FILES+=usr/share/man/man9/usbd_free_buffer.9.gz
448219820SjeffOLD_FILES+=usr/share/man/man9/usbd_free_xfer.9.gz
449219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_buffer.9.gz
450219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_config.9.gz
451219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_config_desc.9.gz
452219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_config_desc_full.9.gz
453219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_config_descriptor.9.gz
454219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_device_descriptor.9.gz
455219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_endpoint_descriptor.9.gz
456219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_interface_altindex.9.gz
457219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_interface_descriptor.9.gz
458219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_no_alts.9.gz
459219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_quirks.9.gz
460219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_speed.9.gz
461219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_string.9.gz
462219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_string_desc.9.gz
463219820SjeffOLD_FILES+=usr/share/man/man9/usbd_get_xfer_status.9.gz
464219820SjeffOLD_FILES+=usr/share/man/man9/usbd_interface2device_handle.9.gz
465219820SjeffOLD_FILES+=usr/share/man/man9/usbd_interface2endpoint_descriptor.9.gz
466219820SjeffOLD_FILES+=usr/share/man/man9/usbd_interface_count.9.gz
467219820SjeffOLD_FILES+=usr/share/man/man9/usbd_open_pipe.9.gz
468219820SjeffOLD_FILES+=usr/share/man/man9/usbd_open_pipe_intr.9.gz
469219820SjeffOLD_FILES+=usr/share/man/man9/usbd_pipe2device_handle.9.gz
470219820SjeffOLD_FILES+=usr/share/man/man9/usbd_set_config_index.9.gz
471219820SjeffOLD_FILES+=usr/share/man/man9/usbd_set_config_no.9.gz
472219820SjeffOLD_FILES+=usr/share/man/man9/usbd_set_interface.9.gz
473219820SjeffOLD_FILES+=usr/share/man/man9/usbd_setup_default_xfer.9.gz
474219820SjeffOLD_FILES+=usr/share/man/man9/usbd_setup_isoc_xfer.9.gz
475219820SjeffOLD_FILES+=usr/share/man/man9/usbd_setup_xfer.9.gz
476219820SjeffOLD_FILES+=usr/share/man/man9/usbd_sync_transfer.9.gz
477219820SjeffOLD_FILES+=usr/share/man/man9/usbd_transfer.9.gz
478219820SjeffOLD_FILES+=usr/share/man/man9/usb_find_desc.9.gz
479219820Sjeff# 20090623: number of headers needed for a usb driver reduced
480219820SjeffOLD_FILES+=usr/include/dev/usb/usb_defs.h
481219820SjeffOLD_FILES+=usr/include/dev/usb/usb_error.h
482219820SjeffOLD_FILES+=usr/include/dev/usb/usb_handle_request.h
483219820SjeffOLD_FILES+=usr/include/dev/usb/usb_hid.h
484219820SjeffOLD_FILES+=usr/include/dev/usb/usb_lookup.h
485219820SjeffOLD_FILES+=usr/include/dev/usb/usb_mfunc.h
486219820SjeffOLD_FILES+=usr/include/dev/usb/usb_parse.h
487219820SjeffOLD_FILES+=usr/include/dev/usb/usb_revision.h
488219820Sjeff# 20090609: devclass_add_driver is no longer public
489219820SjeffOLD_FILES+=usr/share/man/man9/devclass_add_driver.9.gz
490219820SjeffOLD_FILES+=usr/share/man/man9/devclass_delete_driver.9.gz
491219820SjeffOLD_FILES+=usr/share/man/man9/devclass_find_driver.9.gz
492219820Sjeff# 20090605: removal of clists
493219820SjeffOLD_FILES+=usr/include/sys/clist.h
494219820Sjeff# 20090602: removal of window(1)
495219820SjeffOLD_FILES+=usr/bin/window
496219820SjeffOLD_FILES+=usr/share/man/man1/window.1.gz
497219820Sjeff# 20090531: bind 9.6.1rc1 import
498219820SjeffOLD_LIBS+=usr/lib/liblwres.so.30
499219820Sjeff# 20090530: removal of early.sh
500219820SjeffOLD_FILES+=etc/rc.d/early.sh
501219820Sjeff# 20090527: renaming of S{LIST,TAILQ}_REMOVE_NEXT() to _REMOVE_AFTER()
502219820SjeffOLD_FILES+=usr/share/man/man3/SLIST_REMOVE_NEXT.3.gz
503219820SjeffOLD_FILES+=usr/share/man/man3/STAILQ_REMOVE_NEXT.3.gz
504219820Sjeff# 20090527: removal of legacy USB stack
505219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/dsbr100io.h
506219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/ehcireg.h
507219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/ehcivar.h
508219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/hid.h
509219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_urtwreg.h
510219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_urtwvar.h
511219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/ohcireg.h
512219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/ohcivar.h
513219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/rio500_usb.h
514219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/rt2573_ucode.h
515219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/sl811hsreg.h
516219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/sl811hsvar.h
517219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/ubser.h
518219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/ucomvar.h
519219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/udbp.h
520219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/uftdireg.h
521219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/ugraphire_rdesc.h
522219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/uhcireg.h
523219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/uhcivar.h
524219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/usb.h
525219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/usb_mem.h
526219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/usb_port.h
527219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/usb_quirks.h
528219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/usbcdc.h
529219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/usbdi.h
530219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/usbdi_util.h
531219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/usbdivar.h
532219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/usbhid.h
533219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/uxb360gp_rdesc.h
534219820SjeffOLD_DIRS+=usr/include/legacy/dev/usb
535219820SjeffOLD_DIRS+=usr/include/legacy/dev
536219820SjeffOLD_DIRS+=usr/include/legacy
537219820Sjeff# 20090526: removal of makekey(8)
538219820SjeffOLD_FILES+=usr/libexec/makekey
539219820SjeffOLD_FILES+=usr/share/man/man8/makekey.8.gz
540219820Sjeff# 20090522: removal of University of Michigan NFSv4 client
541219820SjeffOLD_FILES+=etc/rc.d/idmapd
542219820SjeffOLD_FILES+=sbin/idmapd
543219820SjeffOLD_FILES+=sbin/mount_nfs4
544219820SjeffOLD_FILES+=usr/share/man/man8/idmapd.8.gz
545219820SjeffOLD_FILES+=usr/share/man/man8/mount_nfs4.8.gz
546219820Sjeff# 20090513: removal of legacy versions of USB network interface drivers
547219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_upgtvar.h
548219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/usb_ethersubr.h
549219820Sjeff# 20090417: removal of legacy versions of USB network interface drivers
550219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_auereg.h
551219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_axereg.h
552219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_cdcereg.h
553219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_cuereg.h
554219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_kuereg.h
555219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_ruereg.h
556219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_rumreg.h
557219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_rumvar.h
558219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_udavreg.h
559219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_uralreg.h
560219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_uralvar.h
561219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_zydfw.h
562219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/if_zydreg.h
563219820SjeffOLD_FILES+=usr/include/legacy/dev/usb/kue_fw.h
564219820Sjeff# 20090416: removal of ar(4), ray(4), sr(4), raycontrol(8)
565219820SjeffOLD_FILES+=usr/sbin/raycontrol
566219820SjeffOLD_FILES+=usr/share/man/man4/i386/ar.4.gz
567219820SjeffOLD_FILES+=usr/share/man/man4/i386/ray.4.gz
568219820SjeffOLD_FILES+=usr/share/man/man4/i386/sr.4.gz
569219820SjeffOLD_FILES+=usr/share/man/man8/raycontrol.8.gz
570219820Sjeff# 20090410: VOP_LEASE.9 removed
571219820SjeffOLD_FILES+=usr/share/man/man9/VOP_LEASE.9.gz
572219820Sjeff# 20090406: usb_sw_transfer.h removed
573219820SjeffOLD_FILES+=usr/include/dev/usb/usb_sw_transfer.h
574219820Sjeff# 20090405: removal of if_ppp(4) and if_sl(4)
575219820SjeffOLD_FILES+=sbin/slattach rescue/slattach
576219820SjeffOLD_FILES+=sbin/startslip rescue/startslip
577219820SjeffOLD_FILES+=usr/include/net/if_ppp.h
578219820SjeffOLD_FILES+=usr/include/net/if_pppvar.h
579219820SjeffOLD_FILES+=usr/include/net/if_slvar.h
580219820SjeffOLD_FILES+=usr/include/net/ppp_comp.h
581219820SjeffOLD_FILES+=usr/include/net/slip.h
582219820SjeffOLD_FILES+=usr/sbin/sliplogin
583219820SjeffOLD_FILES+=usr/sbin/slstat
584219820SjeffOLD_FILES+=usr/sbin/pppd
585219820SjeffOLD_FILES+=usr/sbin/pppstats
586219820SjeffOLD_FILES+=usr/share/man/man1/startslip.1.gz
587219820SjeffOLD_FILES+=usr/share/man/man4/if_ppp.4.gz
588219820SjeffOLD_FILES+=usr/share/man/man4/if_sl.4.gz
589219820SjeffOLD_FILES+=usr/share/man/man4/ppp.4.gz
590219820SjeffOLD_FILES+=usr/share/man/man4/sl.4.gz
591219820SjeffOLD_FILES+=usr/share/man/man8/pppd.8.gz
592219820SjeffOLD_FILES+=usr/share/man/man8/pppstats.8.gz
593219820SjeffOLD_FILES+=usr/share/man/man8/slattach.8.gz
594219820SjeffOLD_FILES+=usr/share/man/man8/slip.8.gz
595219820SjeffOLD_FILES+=usr/share/man/man8/sliplogin.8.gz
596219820SjeffOLD_FILES+=usr/share/man/man8/slstat.8.gz
597219820Sjeff# 20090321: libpcap upgraded to 1.0.0
598219820SjeffOLD_LIBS+=lib/libpcap.so.5
599219820Sjeff.if ${TARGET_ARCH} == "amd64"
600219820SjeffOLD_LIBS+=usr/lib32/libpcap.so.5
601219820Sjeff.endif
602219820Sjeff# 20090319: uscanner(4) has been removed
603219820SjeffOLD_FILES+=usr/share/man/man4/uscanner.4.gz
604219820Sjeff# 20090313: k8temp(4) renamed to amdtemp(4)
605219820SjeffOLD_FILES+=usr/share/man/man4/k8temp.4.gz
606219820Sjeff# 20090308: libusb.so.1 renamed
607219820SjeffOLD_LIBS+=usr/lib/libusb20.so.1
608219820SjeffOLD_FILES+=usr/lib/libusb20.a
609219820SjeffOLD_FILES+=usr/lib/libusb20.so
610219820SjeffOLD_FILES+=usr/lib/libusb20_p.a
611219820SjeffOLD_FILES+=usr/include/libusb20_compat01.h
612219820SjeffOLD_FILES+=usr/include/libusb20_compat10.h
613219820Sjeff.if ${TARGET_ARCH} == "amd64"
614219820SjeffOLD_LIBS+=usr/lib32/libusb20.so.1
615219820SjeffOLD_FILES+=usr/lib32/libusb20.a
616219820SjeffOLD_FILES+=usr/lib32/libusb20.so
617219820SjeffOLD_FILES+=usr/lib32/libusb20_p.a
618219820Sjeff.endif
619219820Sjeff# 20090226: libmp(3) functions renamed
620219820SjeffOLD_LIBS+=usr/lib/libmp.so.6
621219820Sjeff.if ${TARGET_ARCH} == "amd64"
622219820SjeffOLD_LIBS+=usr/lib32/libmp.so.6
623219820Sjeff.endif
624219820Sjeff# 20090223: changeover of USB stacks
625219820SjeffOLD_FILES+=usr/include/dev/usb2/include/ufm2_ioctl.h
626219820SjeffOLD_FILES+=usr/include/dev/usb2/include/urio2_ioctl.h
627219820SjeffOLD_FILES+=usr/include/dev/usb2/include/usb2_cdc.h
628219820SjeffOLD_FILES+=usr/include/dev/usb2/include/usb2_defs.h
629219820SjeffOLD_FILES+=usr/include/dev/usb2/include/usb2_devid.h
630219820SjeffOLD_FILES+=usr/include/dev/usb2/include/usb2_devtable.h
631219820SjeffOLD_FILES+=usr/include/dev/usb2/include/usb2_endian.h
632219820SjeffOLD_FILES+=usr/include/dev/usb2/include/usb2_error.h
633219820SjeffOLD_FILES+=usr/include/dev/usb2/include/usb2_hid.h
634219820SjeffOLD_FILES+=usr/include/dev/usb2/include/usb2_ioctl.h
635219820SjeffOLD_FILES+=usr/include/dev/usb2/include/usb2_mfunc.h
636219820SjeffOLD_FILES+=usr/include/dev/usb2/include/usb2_revision.h
637219820SjeffOLD_FILES+=usr/include/dev/usb2/include/usb2_standard.h
638219820SjeffOLD_DIRS+=usr/include/dev/usb2/include
639219820SjeffOLD_DIRS+=usr/include/dev/usb2
640219820SjeffOLD_FILES+=usr/include/dev/usb/dsbr100io.h
641219820SjeffOLD_FILES+=usr/include/dev/usb/ehcireg.h
642219820SjeffOLD_FILES+=usr/include/dev/usb/ehcivar.h
643219820SjeffOLD_FILES+=usr/include/dev/usb/hid.h
644219820SjeffOLD_FILES+=usr/include/dev/usb/if_auereg.h
645219820SjeffOLD_FILES+=usr/include/dev/usb/if_axereg.h
646219820SjeffOLD_FILES+=usr/include/dev/usb/if_cdcereg.h
647219820SjeffOLD_FILES+=usr/include/dev/usb/if_cuereg.h
648219820SjeffOLD_FILES+=usr/include/dev/usb/if_kuereg.h
649219820SjeffOLD_FILES+=usr/include/dev/usb/if_ruereg.h
650219820SjeffOLD_FILES+=usr/include/dev/usb/if_rumreg.h
651219820SjeffOLD_FILES+=usr/include/dev/usb/if_rumvar.h
652219820SjeffOLD_FILES+=usr/include/dev/usb/if_udavreg.h
653219820SjeffOLD_FILES+=usr/include/dev/usb/if_upgtvar.h
654219820SjeffOLD_FILES+=usr/include/dev/usb/if_uralreg.h
655219820SjeffOLD_FILES+=usr/include/dev/usb/if_uralvar.h
656219820SjeffOLD_FILES+=usr/include/dev/usb/if_urtwreg.h
657219820SjeffOLD_FILES+=usr/include/dev/usb/if_urtwvar.h
658219820SjeffOLD_FILES+=usr/include/dev/usb/if_zydfw.h
659219820SjeffOLD_FILES+=usr/include/dev/usb/if_zydreg.h
660219820SjeffOLD_FILES+=usr/include/dev/usb/kue_fw.h
661219820SjeffOLD_FILES+=usr/include/dev/usb/ohcireg.h
662219820SjeffOLD_FILES+=usr/include/dev/usb/ohcivar.h
663219820SjeffOLD_FILES+=usr/include/dev/usb/rio500_usb.h
664219820SjeffOLD_FILES+=usr/include/dev/usb/rt2573_ucode.h
665219820SjeffOLD_FILES+=usr/include/dev/usb/sl811hsreg.h
666219820SjeffOLD_FILES+=usr/include/dev/usb/sl811hsvar.h
667219820SjeffOLD_FILES+=usr/include/dev/usb/ubser.h
668219820SjeffOLD_FILES+=usr/include/dev/usb/ucomvar.h
669219820SjeffOLD_FILES+=usr/include/dev/usb/udbp.h
670219820SjeffOLD_FILES+=usr/include/dev/usb/uftdireg.h
671219820SjeffOLD_FILES+=usr/include/dev/usb/ugraphire_rdesc.h
672219820SjeffOLD_FILES+=usr/include/dev/usb/uhcireg.h
673219820SjeffOLD_FILES+=usr/include/dev/usb/uhcivar.h
674219820SjeffOLD_FILES+=usr/include/dev/usb/usb_ethersubr.h
675219820SjeffOLD_FILES+=usr/include/dev/usb/usb_mem.h
676219820SjeffOLD_FILES+=usr/include/dev/usb/usb_port.h
677219820SjeffOLD_FILES+=usr/include/dev/usb/usb_quirks.h
678219820SjeffOLD_FILES+=usr/include/dev/usb/usbcdc.h
679219820SjeffOLD_FILES+=usr/include/dev/usb/usbdivar.h
680219820SjeffOLD_FILES+=usr/include/dev/usb/uxb360gp_rdesc.h
681219820SjeffOLD_FILES+=usr/sbin/usbdevs
682219820SjeffOLD_FILES+=usr/share/man/man8/usbdevs.8.gz
683219820Sjeff# 20090203: removal of pccard header files
684219820SjeffOLD_FILES+=usr/include/pccard/cardinfo.h
685219820SjeffOLD_FILES+=usr/include/pccard/cis.h
686219820SjeffOLD_DIRS+=usr/include/pccard
687219820Sjeff# 20090203: adding_user.8 moved to adding_user.7
688219820SjeffOLD_FILES+=usr/share/man/man8/adding_user.8.gz
689219820Sjeff# 20090122: tzdata2009a import
690219820SjeffOLD_FILES+=usr/share/zoneinfo/Asia/Katmandu
691219820Sjeff# 20090102: file 4.26 import
692219820SjeffOLD_FILES+=usr/share/misc/magic.mime
693219820SjeffOLD_FILES+=usr/share/misc/magic.mime.mgc
694219820Sjeff# 20081223: bind 9.4.3 import, nsupdate.8 moved to nsupdate.1
695219820SjeffOLD_FILES+=usr/share/man/man8/nsupdate.8.gz
696219820Sjeff# 20081223: ipprotosw.h removed
697219820SjeffOLD_FILES+=usr/include/netinet/ipprotosw.h
698219820Sjeff# 20081123: vfs_mountedon.9 removed
699219820SjeffOLD_FILES+=usr/share/man/man9/vfs_mountedon.9.gz
700219820Sjeff# 20081023: FREE.9 and MALLOC.9 removed
701219820SjeffOLD_FILES+=usr/share/man/man9/FREE.9.gz
702219820SjeffOLD_FILES+=usr/share/man/man9/MALLOC.9.gz
703219820Sjeff# 20080928: removal of inaccurate device_ids(9) manual page
704219820SjeffOLD_FILES+=usr/share/man/man9/device_ids.9.gz
705219820SjeffOLD_FILES+=usr/share/man/man9/major.9.gz
706219820SjeffOLD_FILES+=usr/share/man/man9/minor.9.gz
707219820SjeffOLD_FILES+=usr/share/man/man9/umajor.9.gz
708219820SjeffOLD_FILES+=usr/share/man/man9/uminor.9.gz
709219820Sjeff# 20080917: removal of manpage for axed kernel primitive suser(9)
710219820SjeffOLD_FILES+=usr/share/man/man9/suser.9.gz
711219820SjeffOLD_FILES+=usr/share/man/man9/suser_cred.9.gz
712219820Sjeff# 20080913: pax removed from rescue
713219820SjeffOLD_FILES+=rescue/pax
714219820Sjeff# 20080823: removal of unneeded pt_chown, to implement grantpt(3)
715219820SjeffOLD_FILES+=usr/libexec/pt_chown
716219820Sjeff# 20080822: ntp 4.2.4p5 import
717219820SjeffOLD_FILES+=usr/share/doc/ntp/driver23.html
718219820SjeffOLD_FILES+=usr/share/doc/ntp/driver24.html
719219820Sjeff# 20080821: several man pages moved from man4.i386 to man4
720219820Sjeff.if ${TARGET_ARCH} == "i386"
721219820SjeffOLD_FILES+=usr/share/man/man4/i386/acpi_aiboost.4.gz
722219820SjeffOLD_FILES+=usr/share/man/man4/i386/acpi_asus.4.gz
723219820SjeffOLD_FILES+=usr/share/man/man4/i386/acpi_fujitsu.4.gz
724219820SjeffOLD_FILES+=usr/share/man/man4/i386/acpi_ibm.4.gz
725219820SjeffOLD_FILES+=usr/share/man/man4/i386/acpi_panasonic.4.gz
726219820SjeffOLD_FILES+=usr/share/man/man4/i386/acpi_sony.4.gz
727219820SjeffOLD_FILES+=usr/share/man/man4/i386/acpi_toshiba.4.gz
728219820SjeffOLD_FILES+=usr/share/man/man4/i386/ichwd.4.gz
729219820SjeffOLD_FILES+=usr/share/man/man4/i386/if_ndis.4.gz
730219820SjeffOLD_FILES+=usr/share/man/man4/i386/io.4.gz
731219820SjeffOLD_FILES+=usr/share/man/man4/i386/linux.4.gz
732219820SjeffOLD_FILES+=usr/share/man/man4/i386/ndis.4.gz
733219820Sjeff.endif
734219820Sjeff# 20080820: MPSAFE TTY layer integrated
735219820SjeffOLD_FILES+=usr/include/sys/linedisc.h
736219820SjeffOLD_FILES+=usr/share/man/man3/posix_openpt.3.gz
737219820Sjeff# 20080725: sgtty.h removed
738219820SjeffOLD_FILES+=usr/include/sgtty.h
739219820Sjeff# 20080719: sade(8) removed on all but amd64, i386 and sparc64
740219820Sjeff.if ${TARGET_ARCH} != "amd64" && ${TARGET_ARCH} != "i386" && \
741219820Sjeff    ${TARGET_ARCH} != "sparc64"
742219820SjeffOLD_FILES+=usr/sbin/sade
743219820SjeffOLD_FILES+=usr/share/man/man8/sade.8.gz
744219820Sjeff.endif
745219820Sjeff# 20080706: bsdlabel(8) removed on powerpc
746219820Sjeff.if ${TARGET_ARCH} == "powerpc"
747219820SjeffOLD_FILES+=sbin/bsdlabel
748219820SjeffOLD_FILES+=usr/share/man/man8/bsdlabel.8.gz
749219820Sjeff.endif
750219820Sjeff# 20080704: sbsh(4) removed
751219820SjeffOLD_FILES+=usr/share/man/man4/if_sbsh.4.gz
752219820SjeffOLD_FILES+=usr/share/man/man4/sbsh.4.gz
753219820Sjeff# 20080704: cnw(4) removed
754219820SjeffOLD_FILES+=usr/share/man/man4/if_cnw.4.gz
755219820SjeffOLD_FILES+=usr/share/man/man4/cnw.4.gz
756219820Sjeff# 20080704: oltr(4) removed
757219820Sjeff.if ${TARGET_ARCH} == "i386"
758219820SjeffOLD_FILES+=usr/share/man/man4/i386/if_oltr.4.gz
759219820SjeffOLD_FILES+=usr/share/man/man4/i386/oltr.4.gz
760219820Sjeff.endif
761219820Sjeff# 20080704: arl(4) removed
762219820Sjeff.if ${TARGET_ARCH} == "i386"
763219820SjeffOLD_FILES+=usr/sbin/arlcontrol
764219820SjeffOLD_FILES+=usr/share/man/man4/i386/arl.4.gz
765219820SjeffOLD_FILES+=usr/share/man/man8/arlcontrol.8.gz
766219820Sjeff.endif
767219820Sjeff# 20080703: sunlabel only for sparc64
768219820Sjeff.if ${TARGET_ARCH} != "sparc64"
769219820SjeffOLD_FILES+=sbin/sunlabel
770219820SjeffOLD_FILES+=usr/share/man/man8/sunlabel.8.gz
771219820Sjeff.endif
772219820Sjeff# 20080703: bsdlabel & fdisk removed on ia64
773219820Sjeff.if ${TARGET_ARCH} == "ia64"
774219820SjeffOLD_FILES+=sbin/bsdlabel
775219820SjeffOLD_FILES+=usr/share/man/man8/bsdlabel.8.gz
776219820SjeffOLD_FILES+=usr/share/man/man8/disklabel.8.gz
777219820SjeffOLD_FILES+=sbin/fdisk
778219820SjeffOLD_FILES+=usr/share/man/man8/fdisk.8.gz
779219820Sjeff.endif
780219820Sjeff# 20080701: wpa_supplicant.conf moved to share/examples/etc/
781219820SjeffOLD_FILES+=usr/share/examples/wpa_supplicant/wpa_supplicant.conf
782219820SjeffOLD_DIRS+=usr/share/examples/wpa_supplicant
783219820Sjeff# 20080614: pecoff image activator removed
784219820Sjeff.if ${TARGET_ARCH} == "i386"
785219820SjeffOLD_FILES+=usr/include/machine/pecoff_machdep.h
786219820Sjeff.endif
787219820Sjeff# 20080614: sgtty removed
788219820SjeffOLD_FILES+=usr/include/sys/ttychars.h
789219820SjeffOLD_FILES+=usr/include/sys/ttydev.h
790219820SjeffOLD_FILES+=usr/share/man/man3/gtty.3.gz
791219820SjeffOLD_FILES+=usr/share/man/man3/stty.3.gz
792219820Sjeff# 20080609: gpt(8) removed
793219820SjeffOLD_FILES+=sbin/gpt
794219820SjeffOLD_FILES+=usr/share/man/man8/gpt.8.gz
795219820Sjeff# 20080525: I4B removed
796219820SjeffOLD_FILES+=etc/isdn/answer
797219820SjeffOLD_FILES+=etc/isdn/isdntel
798219820SjeffOLD_FILES+=etc/isdn/record
799219820SjeffOLD_FILES+=etc/isdn/tell
800219820SjeffOLD_FILES+=etc/isdn/tell-record
801219820SjeffOLD_FILES+=etc/isdn/unknown_incoming
802219820SjeffOLD_FILES+=etc/isdn/holidays.D
803219820SjeffOLD_FILES+=etc/isdn/isdnd.rates.A
804219820SjeffOLD_FILES+=etc/isdn/isdnd.rates.D
805219820SjeffOLD_FILES+=etc/isdn/isdnd.rates.F
806219820SjeffOLD_FILES+=etc/isdn/isdnd.rates.L
807219820SjeffOLD_FILES+=etc/isdn/isdnd.rates.UK.BT
808219820SjeffOLD_FILES+=etc/isdn/isdnd.rc.sample
809219820SjeffOLD_FILES+=etc/isdn/isdntel.alias.sample
810219820SjeffOLD_DIRS+=etc/isdn
811219820SjeffOLD_FILES+=etc/rc.d/isdnd
812219820SjeffOLD_FILES+=usr/include/i4b/i4b_cause.h
813219820SjeffOLD_FILES+=usr/include/i4b/i4b_debug.h
814219820SjeffOLD_FILES+=usr/include/i4b/i4b_ioctl.h
815219820SjeffOLD_FILES+=usr/include/i4b/i4b_rbch_ioctl.h
816219820SjeffOLD_FILES+=usr/include/i4b/i4b_tel_ioctl.h
817219820SjeffOLD_FILES+=usr/include/i4b/i4b_trace.h
818219820SjeffOLD_DIRS+=usr/include/i4b
819219820SjeffOLD_FILES+=usr/sbin/dtmfdecode
820219820SjeffOLD_FILES+=usr/sbin/g711conv
821219820SjeffOLD_FILES+=usr/sbin/isdnd
822219820SjeffOLD_FILES+=usr/sbin/isdndebug
823219820SjeffOLD_FILES+=usr/sbin/isdndecode
824219820SjeffOLD_FILES+=usr/sbin/isdnmonitor
825219820SjeffOLD_FILES+=usr/sbin/isdnphone
826219820SjeffOLD_FILES+=usr/sbin/isdntel
827219820SjeffOLD_FILES+=usr/sbin/isdntelctl
828219820SjeffOLD_FILES+=usr/sbin/isdntrace
829219820SjeffOLD_FILES+=usr/share/isdn/0.al
830219820SjeffOLD_FILES+=usr/share/isdn/1.al
831219820SjeffOLD_FILES+=usr/share/isdn/2.al
832219820SjeffOLD_FILES+=usr/share/isdn/3.al
833219820SjeffOLD_FILES+=usr/share/isdn/4.al
834219820SjeffOLD_FILES+=usr/share/isdn/5.al
835219820SjeffOLD_FILES+=usr/share/isdn/6.al
836219820SjeffOLD_FILES+=usr/share/isdn/7.al
837219820SjeffOLD_FILES+=usr/share/isdn/8.al
838219820SjeffOLD_FILES+=usr/share/isdn/9.al
839219820SjeffOLD_FILES+=usr/share/isdn/beep.al
840219820SjeffOLD_FILES+=usr/share/isdn/msg.al
841219820SjeffOLD_DIRS+=usr/share/isdn
842219820SjeffOLD_FILES+=usr/share/man/man1/dtmfdecode.1.gz
843219820SjeffOLD_FILES+=usr/share/man/man1/g711conv.1.gz
844219820SjeffOLD_FILES+=usr/share/man/man4/i4b.4.gz
845219820SjeffOLD_FILES+=usr/share/man/man4/i4bcapi.4.gz
846219820SjeffOLD_FILES+=usr/share/man/man4/i4bctl.4.gz
847219820SjeffOLD_FILES+=usr/share/man/man4/i4bing.4.gz
848219820SjeffOLD_FILES+=usr/share/man/man4/i4bipr.4.gz
849219820SjeffOLD_FILES+=usr/share/man/man4/i4bisppp.4.gz
850219820SjeffOLD_FILES+=usr/share/man/man4/i4bq921.4.gz
851219820SjeffOLD_FILES+=usr/share/man/man4/i4bq931.4.gz
852219820SjeffOLD_FILES+=usr/share/man/man4/i4brbch.4.gz
853219820SjeffOLD_FILES+=usr/share/man/man4/i4btel.4.gz
854219820SjeffOLD_FILES+=usr/share/man/man4/i4btrc.4.gz
855219820SjeffOLD_FILES+=usr/share/man/man4/iavc.4.gz
856219820SjeffOLD_FILES+=usr/share/man/man4/isic.4.gz
857219820SjeffOLD_FILES+=usr/share/man/man4/ifpi.4.gz
858219820SjeffOLD_FILES+=usr/share/man/man4/ifpi2.4.gz
859219820SjeffOLD_FILES+=usr/share/man/man4/ifpnp.4.gz
860219820SjeffOLD_FILES+=usr/share/man/man4/ihfc.4.gz
861219820SjeffOLD_FILES+=usr/share/man/man4/itjc.4.gz
862219820SjeffOLD_FILES+=usr/share/man/man4/iwic.4.gz
863219820SjeffOLD_FILES+=usr/share/man/man5/isdnd.rc.5.gz
864219820SjeffOLD_FILES+=usr/share/man/man5/isdnd.rates.5.gz
865219820SjeffOLD_FILES+=usr/share/man/man5/isdnd.acct.5.gz
866219820SjeffOLD_FILES+=usr/share/man/man8/isdnd.8.gz
867219820SjeffOLD_FILES+=usr/share/man/man8/isdndebug.8.gz
868219820SjeffOLD_FILES+=usr/share/man/man8/isdndecode.8.gz
869219820SjeffOLD_FILES+=usr/share/man/man8/isdnmonitor.8.gz
870219820SjeffOLD_FILES+=usr/share/man/man8/isdnphone.8.gz
871219820SjeffOLD_FILES+=usr/share/man/man8/isdntel.8.gz
872219820SjeffOLD_FILES+=usr/share/man/man8/isdntelctl.8.gz
873219820SjeffOLD_FILES+=usr/share/man/man8/isdntrace.8.gz
874219820SjeffOLD_FILES+=usr/share/examples/isdn/contrib/README
875219820SjeffOLD_FILES+=usr/share/examples/isdn/contrib/anleitung.ppp
876219820SjeffOLD_FILES+=usr/share/examples/isdn/contrib/answer.c
877219820SjeffOLD_FILES+=usr/share/examples/isdn/contrib/answer.sh
878219820SjeffOLD_FILES+=usr/share/examples/isdn/contrib/convert.sh
879219820SjeffOLD_FILES+=usr/share/examples/isdn/contrib/hplay.c
880219820SjeffOLD_FILES+=usr/share/examples/isdn/contrib/i4b-ppp-newbie.txt
881219820SjeffOLD_FILES+=usr/share/examples/isdn/contrib/isdnctl
882219820SjeffOLD_FILES+=usr/share/examples/isdn/contrib/isdnd_acct
883219820SjeffOLD_FILES+=usr/share/examples/isdn/contrib/isdnd_acct.pl
884219820SjeffOLD_FILES+=usr/share/examples/isdn/contrib/isdntelmux.c
885219820SjeffOLD_FILES+=usr/share/examples/isdn/contrib/mrtg-isp0.sh
886219820SjeffOLD_FILES+=usr/share/examples/isdn/i4brunppp/Makefile
887219820SjeffOLD_FILES+=usr/share/examples/isdn/i4brunppp/README
888219820SjeffOLD_FILES+=usr/share/examples/isdn/i4brunppp/i4brunppp-isdnd.rc
889219820SjeffOLD_FILES+=usr/share/examples/isdn/i4brunppp/i4brunppp.8
890219820SjeffOLD_FILES+=usr/share/examples/isdn/i4brunppp/i4brunppp.c
891219820SjeffOLD_FILES+=usr/share/examples/isdn/v21/Makefile
892219820SjeffOLD_FILES+=usr/share/examples/isdn/v21/README
893219820SjeffOLD_FILES+=usr/share/examples/isdn/v21/v21modem.c
894219820SjeffOLD_FILES+=usr/share/examples/isdn/FAQ
895219820SjeffOLD_FILES+=usr/share/examples/isdn/KERNEL
896219820SjeffOLD_FILES+=usr/share/examples/isdn/Overview
897219820SjeffOLD_FILES+=usr/share/examples/isdn/README
898219820SjeffOLD_FILES+=usr/share/examples/isdn/ROADMAP
899219820SjeffOLD_FILES+=usr/share/examples/isdn/ReleaseNotes
900219820SjeffOLD_FILES+=usr/share/examples/isdn/Resources
901219820SjeffOLD_FILES+=usr/share/examples/isdn/SupportedCards
902219820SjeffOLD_FILES+=usr/share/examples/isdn/ThankYou
903219820SjeffOLD_DIRS+=usr/share/examples/isdn/contrib
904219820SjeffOLD_DIRS+=usr/share/examples/isdn/i4brunppp
905219820SjeffOLD_DIRS+=usr/share/examples/isdn/v21
906219820SjeffOLD_DIRS+=usr/share/examples/isdn
907219820SjeffOLD_FILES+=usr/share/examples/ppp/isdnd.rc
908219820SjeffOLD_FILES+=usr/share/examples/ppp/ppp.conf.isdn
909219820Sjeff# 20080525: ng_atmpif removed
910219820SjeffOLD_FILES+=usr/include/netgraph/atm/ng_atmpif.h
911219820SjeffOLD_FILES+=usr/share/man/man4/ng_atmpif.4.gz
912219820Sjeff# 20080522: pmap_addr_hint removed
913219820SjeffOLD_FILES+=usr/share/man/man9/pmap_addr_hint.9.gz
914219820Sjeff# 20080517: ipsec_osdep.h removed
915219820SjeffOLD_FILES+=usr/include/netipsec/ipsec_osdep.h
916219820Sjeff# 20080507: heimdal 1.1 import
917219820SjeffOLD_LIBS+=usr/lib/libasn1.so.9
918219820SjeffOLD_LIBS+=usr/lib/libgssapi.so.9
919219820SjeffOLD_LIBS+=usr/lib/libgssapi_krb5.so.9
920219820SjeffOLD_LIBS+=usr/lib/libhdb.so.9
921219820SjeffOLD_LIBS+=usr/lib/libkadm5clnt.so.9
922219820SjeffOLD_LIBS+=usr/lib/libkadm5srv.so.9
923219820SjeffOLD_LIBS+=usr/lib/libkafs5.so.9
924219820SjeffOLD_LIBS+=usr/lib/libkrb5.so.9
925219820SjeffOLD_LIBS+=usr/lib/libroken.so.9
926219820Sjeff.if ${TARGET_ARCH} == "amd64"
927219820SjeffOLD_LIBS+=usr/lib32/libgssapi.so.9
928219820Sjeff.endif
929219820Sjeff# 20080420: Symbol card support dropped
930219820SjeffOLD_FILES+=usr/include/dev/wi/spectrum24t_cf.h
931219820Sjeff# 20080420: awi removal
932219820SjeffOLD_FILES+=usr/share/man/man4/awi.4.gz
933219820SjeffOLD_FILES+=usr/share/man/man4/if_awi.4.gz
934219820Sjeff# 20080331: pkg_sign has been removed
935219820SjeffOLD_FILES+=usr/sbin/pkg_check
936219820SjeffOLD_FILES+=usr/sbin/pkg_sign
937219820SjeffOLD_FILES+=usr/share/man/man1/pkg_check.1.gz
938219820SjeffOLD_FILES+=usr/share/man/man1/pkg_sign.1.gz
939219820Sjeff# 20080325: tzdata2008b import
940219820SjeffOLD_FILES+=usr/share/zoneinfo/Asia/Calcutta
941219820SjeffOLD_FILES+=usr/share/zoneinfo/Asia/Saigon
942219820Sjeff# 20080314: stack_print(9) mlink fixed
943219820SjeffOLD_FILES+=usr/share/man/man9/stack_printf.9.gz
944219820Sjeff# 20080312: libkse removal
945219820SjeffOLD_FILES+=usr/include/sys/kse.h
946219820SjeffOLD_FILES+=usr/lib/libkse.so
947219820SjeffOLD_LIBS+=usr/lib/libkse.so.3
948219820SjeffOLD_FILES+=usr/share/man/man2/kse.2.gz
949219820SjeffOLD_FILES+=usr/share/man/man2/kse_create.2.gz
950219820SjeffOLD_FILES+=usr/share/man/man2/kse_exit.2.gz
951219820SjeffOLD_FILES+=usr/share/man/man2/kse_release.2.gz
952219820SjeffOLD_FILES+=usr/share/man/man2/kse_switchin.2.gz
953219820SjeffOLD_FILES+=usr/share/man/man2/kse_thr_interrupt.2.gz
954219820SjeffOLD_FILES+=usr/share/man/man2/kse_wakeup.2.gz
955219820Sjeff.if ${TARGET_ARCH} == "amd64"
956219820SjeffOLD_FILES+=usr/lib32/libkse.so
957219820SjeffOLD_LIBS+=usr/lib32/libkse.so.3
958219820Sjeff.endif
959219820Sjeff# 20080220: geom_lvm rename to geom_linux_lvm
960219820SjeffOLD_FILES+=usr/share/man/man4/geom_lvm.4.gz
961219820Sjeff# 20080126: oldcard.4 removal
962219820SjeffOLD_FILES+=usr/share/man/man4/card.4.gz
963219820SjeffOLD_FILES+=usr/share/man/man4/oldcard.4.gz
964219820Sjeff# 20080122: Removed from the tree
965219820SjeffOLD_FILES+=usr/share/man/man9/BUF_REFCNT.9.gz
966219820Sjeff# 20080108: Moved to section 2
967219820SjeffOLD_FILES+=usr/share/man/man3/shm_open.3.gz
968219820SjeffOLD_FILES+=usr/share/man/man3/shm_unlink.3.gz
969219820Sjeff# 20071207: Merged with fortunes-o.real
970219820SjeffOLD_FILES+=usr/share/games/fortune/fortunes2-o
971219820SjeffOLD_FILES+=usr/share/games/fortune/fortunes2-o.dat
972219820Sjeff# 20071201: Removal of XRPU driver
973219820SjeffOLD_FILES+=usr/include/sys/xrpuio.h
974219820Sjeff# 20071129: Disabled static versions of libkse by default
975219820SjeffOLD_FILES+=usr/lib/libkse.a
976219820SjeffOLD_FILES+=usr/lib/libkse_p.a
977219820SjeffOLD_FILES+=usr/lib/libkse_pic.a
978219820Sjeff.if ${TARGET_ARCH} == "amd64"
979219820SjeffOLD_FILES+=usr/lib32/libkse.a
980219820SjeffOLD_FILES+=usr/lib32/libkse_p.a
981219820SjeffOLD_FILES+=usr/lib32/libkse_pic.a
982219820Sjeff.endif
983219820Sjeff# 20071129: Removed a Solaris compatibility header
984219820SjeffOLD_FILES+=usr/include/sys/_elf_solaris.h
985219820Sjeff# 20071125: Renamed to pmc_get_msr()
986219820SjeffOLD_FILES+=usr/share/man/man3/pmc_x86_get_msr.3.gz
987219820Sjeff# 20071108: Removed very crunch OLDCARD support file
988219820SjeffOLD_FILES+=etc/defaults/pccard.conf
989219820Sjeff# 20071104: Removed bsdlabel, fdisk and gpt from rescue on ia64.
990219820Sjeff.if ${TARGET_ARCH} == "ia64"
991219820SjeffOLD_FILES+=rescue/bsdlabel
992219820SjeffOLD_FILES+=rescue/fdisk
993219820SjeffOLD_FILES+=rescue/gpt
994219820Sjeff.endif
995219820Sjeff# 20071025: rc.d/nfslocking superceeded by rc.d/lockd and rc.d/statd
996219820SjeffOLD_FILES+=etc/rc.d/nfslocking
997219820Sjeff# 20070930: rename of cached to nscd
998219820SjeffOLD_FILES+=etc/cached.conf
999219820SjeffOLD_FILES+=etc/rc.d/cached
1000219820SjeffOLD_FILES+=usr/sbin/cached
1001219820SjeffOLD_FILES+=usr/share/man/man5/cached.conf.5.gz
1002219820SjeffOLD_FILES+=usr/share/man/man8/cached.8.gz
1003219820Sjeff# 20070807: removal of PowerPC specific header file.
1004219820Sjeff.if ${TARGET_ARCH} == "powerpc"
1005219820SjeffOLD_FILES+=usr/include/machine/interruptvar.h
1006219820Sjeff.endif
1007219820Sjeff# 20070801: fast_ipsec.4 gone
1008219820SjeffOLD_FILES+=usr/share/man/man4/fast_ipsec.4.gz
1009219820Sjeff# 20070715: netatm temporarily disconnected (removed 20080525)
1010219820SjeffOLD_FILES+=rescue/atm
1011219820SjeffOLD_FILES+=rescue/fore_dnld
1012219820SjeffOLD_FILES+=rescue/ilmid
1013219820SjeffOLD_FILES+=sbin/atm
1014219820SjeffOLD_FILES+=sbin/fore_dnld
1015219820SjeffOLD_FILES+=sbin/ilmid
1016219820SjeffOLD_FILES+=usr/include/libatm.h
1017219820SjeffOLD_FILES+=usr/include/netatm/atm.h
1018219820SjeffOLD_FILES+=usr/include/netatm/atm_cm.h
1019219820SjeffOLD_FILES+=usr/include/netatm/atm_if.h
1020219820SjeffOLD_FILES+=usr/include/netatm/atm_ioctl.h
1021219820SjeffOLD_FILES+=usr/include/netatm/atm_pcb.h
1022219820SjeffOLD_FILES+=usr/include/netatm/atm_sap.h
1023219820SjeffOLD_FILES+=usr/include/netatm/atm_sigmgr.h
1024219820SjeffOLD_FILES+=usr/include/netatm/atm_stack.h
1025219820SjeffOLD_FILES+=usr/include/netatm/atm_sys.h
1026219820SjeffOLD_FILES+=usr/include/netatm/atm_var.h
1027219820SjeffOLD_FILES+=usr/include/netatm/atm_vc.h
1028219820SjeffOLD_FILES+=usr/include/netatm/ipatm/ipatm.h
1029219820SjeffOLD_FILES+=usr/include/netatm/ipatm/ipatm_serv.h
1030219820SjeffOLD_FILES+=usr/include/netatm/ipatm/ipatm_var.h
1031219820SjeffOLD_FILES+=usr/include/netatm/port.h
1032219820SjeffOLD_FILES+=usr/include/netatm/queue.h
1033219820SjeffOLD_FILES+=usr/include/netatm/sigpvc/sigpvc_var.h
1034219820SjeffOLD_FILES+=usr/include/netatm/spans/spans_cls.h
1035219820SjeffOLD_FILES+=usr/include/netatm/spans/spans_kxdr.h
1036219820SjeffOLD_FILES+=usr/include/netatm/spans/spans_var.h
1037219820SjeffOLD_FILES+=usr/include/netatm/uni/sscf_uni.h
1038219820SjeffOLD_FILES+=usr/include/netatm/uni/sscf_uni_var.h
1039219820SjeffOLD_FILES+=usr/include/netatm/uni/sscop.h
1040219820SjeffOLD_FILES+=usr/include/netatm/uni/sscop_misc.h
1041219820SjeffOLD_FILES+=usr/include/netatm/uni/sscop_pdu.h
1042219820SjeffOLD_FILES+=usr/include/netatm/uni/sscop_var.h
1043219820SjeffOLD_FILES+=usr/include/netatm/uni/uni.h
1044219820SjeffOLD_FILES+=usr/include/netatm/uni/uniip_var.h
1045219820SjeffOLD_FILES+=usr/include/netatm/uni/unisig.h
1046219820SjeffOLD_FILES+=usr/include/netatm/uni/unisig_decode.h
1047219820SjeffOLD_FILES+=usr/include/netatm/uni/unisig_mbuf.h
1048219820SjeffOLD_FILES+=usr/include/netatm/uni/unisig_msg.h
1049219820SjeffOLD_FILES+=usr/include/netatm/uni/unisig_print.h
1050219820SjeffOLD_FILES+=usr/include/netatm/uni/unisig_var.h
1051219820SjeffOLD_FILES+=usr/lib/libatm.a
1052219820SjeffOLD_FILES+=usr/lib/libatm_p.a
1053219820SjeffOLD_FILES+=usr/sbin/atmarpd
1054219820SjeffOLD_FILES+=usr/sbin/scspd
1055219820SjeffOLD_FILES+=usr/share/man/en.ISO8859-1/man8/atm.8.gz
1056219820SjeffOLD_FILES+=usr/share/man/en.ISO8859-1/man8/atmarpd.8.gz
1057219820SjeffOLD_FILES+=usr/share/man/en.ISO8859-1/man8/fore_dnld.8.gz
1058219820SjeffOLD_FILES+=usr/share/man/en.ISO8859-1/man8/ilmid.8.gz
1059219820SjeffOLD_FILES+=usr/share/man/en.ISO8859-1/man8/scspd.8.gz
1060219820SjeffOLD_FILES+=usr/share/man/man8/atm.8.gz
1061219820SjeffOLD_FILES+=usr/share/man/man8/atmarpd.8.gz
1062219820SjeffOLD_FILES+=usr/share/man/man8/fore_dnld.8.gz
1063219820SjeffOLD_FILES+=usr/share/man/man8/ilmid.8.gz
1064219820SjeffOLD_FILES+=usr/share/man/man8/scspd.8.gz
1065219820SjeffOLD_FILES+=usr/share/examples/atm/NOTES
1066219820SjeffOLD_FILES+=usr/share/examples/atm/README
1067219820SjeffOLD_FILES+=usr/share/examples/atm/Startup
1068219820SjeffOLD_FILES+=usr/share/examples/atm/atm-config.sh
1069219820SjeffOLD_FILES+=usr/share/examples/atm/atm-sockets.txt
1070219820SjeffOLD_FILES+=usr/share/examples/atm/cpcs-design.txt
1071219820SjeffOLD_FILES+=usr/share/examples/atm/fore-microcode.txt
1072219820SjeffOLD_FILES+=usr/share/examples/atm/sscf-design.txt
1073219820SjeffOLD_FILES+=usr/share/examples/atm/sscop-design.txt
1074219820SjeffOLD_LIBS+=lib/libatm.so.5
1075219820SjeffOLD_LIBS+=usr/lib/libatm.so
1076219820SjeffOLD_DIRS+=usr/include/netatm/sigpvc
1077219820SjeffOLD_DIRS+=usr/include/netatm/spans
1078219820SjeffOLD_DIRS+=usr/include/netatm/ipatm
1079219820SjeffOLD_DIRS+=usr/include/netatm/uni
1080219820SjeffOLD_DIRS+=usr/include/netatm
1081219820SjeffOLD_DIRS+=usr/share/examples/atm
1082219820Sjeff.if ${TARGET_ARCH} == "amd64"
1083219820SjeffOLD_FILES+=usr/lib32/libatm.a
1084219820SjeffOLD_FILES+=usr/lib32/libatm.so
1085219820SjeffOLD_LIBS+=usr/lib32/libatm.so.5
1086219820SjeffOLD_FILES+=usr/lib32/libatm_p.a
1087219820Sjeff.endif
1088219820Sjeff# 20070705: I4B headers repo-copied to include/i4b/
1089219820Sjeff.if ${TARGET_ARCH} == "i386"
1090219820SjeffOLD_FILES+=usr/include/machine/i4b_cause.h
1091219820SjeffOLD_FILES+=usr/include/machine/i4b_debug.h
1092219820SjeffOLD_FILES+=usr/include/machine/i4b_ioctl.h
1093219820SjeffOLD_FILES+=usr/include/machine/i4b_rbch_ioctl.h
1094219820SjeffOLD_FILES+=usr/include/machine/i4b_tel_ioctl.h
1095219820SjeffOLD_FILES+=usr/include/machine/i4b_trace.h
1096219820Sjeff.endif
1097219820Sjeff# 20070704: I4B 'modules' temporary disconnected (removed 20080525)
1098219820Sjeff.if ${TARGET_ARCH} == "i386"
1099219820SjeffOLD_FILES+=usr/share/man/man4/i4bing.4.gz
1100219820SjeffOLD_FILES+=usr/share/man/man4/i4bipr.4.gz
1101219820SjeffOLD_FILES+=usr/share/man/man4/i4bisppp.4.gz
1102219820Sjeff.endif
1103219820Sjeff# 20070703: pf 4.1 import
1104219820SjeffOLD_FILES+=usr/libexec/ftp-proxy
1105219820Sjeff# 20070701: KAME IPSec removal
1106219820SjeffOLD_FILES+=usr/include/netinet6/ah.h
1107219820SjeffOLD_FILES+=usr/include/netinet6/ah6.h
1108219820SjeffOLD_FILES+=usr/include/netinet6/ah_aesxcbcmac.h
1109219820SjeffOLD_FILES+=usr/include/netinet6/esp.h
1110219820SjeffOLD_FILES+=usr/include/netinet6/esp6.h
1111219820SjeffOLD_FILES+=usr/include/netinet6/esp_aesctr.h
1112219820SjeffOLD_FILES+=usr/include/netinet6/esp_camellia.h
1113219820SjeffOLD_FILES+=usr/include/netinet6/esp_rijndael.h
1114219820SjeffOLD_FILES+=usr/include/netinet6/ipsec.h
1115219820SjeffOLD_FILES+=usr/include/netinet6/ipsec6.h
1116219820SjeffOLD_FILES+=usr/include/netinet6/ipcomp.h
1117219820SjeffOLD_FILES+=usr/include/netinet6/ipcomp6.h
1118219820SjeffOLD_FILES+=usr/include/netkey/key.h
1119219820SjeffOLD_FILES+=usr/include/netkey/key_debug.h
1120219820SjeffOLD_FILES+=usr/include/netkey/key_var.h
1121219820SjeffOLD_FILES+=usr/include/netkey/keydb.h
1122219820SjeffOLD_FILES+=usr/include/netkey/keysock.h
1123219820SjeffOLD_DIRS+=usr/include/netkey
1124219820Sjeff# 20070701: remove wicontrol
1125219820SjeffOLD_FILES+=usr/sbin/wicontrol
1126219820SjeffOLD_FILES+=usr/share/man/man8/wicontrol.8.gz
1127219820Sjeff# 20070625: umapfs removal
1128219820SjeffOLD_FILES+=rescue/mount_umapfs
1129219820SjeffOLD_FILES+=sbin/mount_umapfs
1130219820SjeffOLD_FILES+=usr/include/fs/umapfs/umap.h
1131219820SjeffOLD_FILES+=usr/share/man/man8/mount_umapfs.8.gz
1132219820SjeffOLD_DIRS+=usr/include/fs/umapfs
1133219820Sjeff# 20070618: Removal of the PROTO.localhost* files
1134219820SjeffOLD_FILES+=etc/namedb/PROTO.localhost-v6.rev
1135219820SjeffOLD_FILES+=etc/namedb/PROTO.localhost.rev
1136219820SjeffOLD_FILES+=etc/namedb/make-localhost
1137219820Sjeff# 20070618: shared library version bump
1138219820SjeffOLD_LIBS+=lib/libalias.so.5
1139219820SjeffOLD_LIBS+=lib/libbsnmp.so.3
1140219820SjeffOLD_LIBS+=lib/libncurses.so.6
1141219820SjeffOLD_LIBS+=lib/libncursesw.so.6
1142219820SjeffOLD_LIBS+=lib/libreadline.so.6
1143219820SjeffOLD_LIBS+=usr/lib/libdialog.so.5
1144219820SjeffOLD_LIBS+=usr/lib/libgnuregex.so.3
1145219820SjeffOLD_LIBS+=usr/lib/libhistory.so.6
1146219820SjeffOLD_LIBS+=usr/lib/libpam.so.3
1147219820SjeffOLD_LIBS+=usr/lib/libssh.so.3
1148219820SjeffOLD_LIBS+=usr/lib/pam_chroot.so.3
1149219820SjeffOLD_LIBS+=usr/lib/pam_deny.so.3
1150219820SjeffOLD_LIBS+=usr/lib/pam_echo.so.3
1151219820SjeffOLD_LIBS+=usr/lib/pam_exec.so.3
1152219820SjeffOLD_LIBS+=usr/lib/pam_ftpusers.so.3
1153219820SjeffOLD_LIBS+=usr/lib/pam_group.so.3
1154219820SjeffOLD_LIBS+=usr/lib/pam_guest.so.3
1155219820SjeffOLD_LIBS+=usr/lib/pam_krb5.so.3
1156219820SjeffOLD_LIBS+=usr/lib/pam_ksu.so.3
1157219820SjeffOLD_LIBS+=usr/lib/pam_lastlog.so.3
1158219820SjeffOLD_LIBS+=usr/lib/pam_login_access.so.3
1159219820SjeffOLD_LIBS+=usr/lib/pam_nologin.so.3
1160219820SjeffOLD_LIBS+=usr/lib/pam_opie.so.3
1161219820SjeffOLD_LIBS+=usr/lib/pam_opieaccess.so.3
1162219820SjeffOLD_LIBS+=usr/lib/pam_passwdqc.so.3
1163219820SjeffOLD_LIBS+=usr/lib/pam_permit.so.3
1164219820SjeffOLD_LIBS+=usr/lib/pam_radius.so.3
1165219820SjeffOLD_LIBS+=usr/lib/pam_rhosts.so.3
1166219820SjeffOLD_LIBS+=usr/lib/pam_rootok.so.3
1167219820SjeffOLD_LIBS+=usr/lib/pam_securetty.so.3
1168219820SjeffOLD_LIBS+=usr/lib/pam_self.so.3
1169219820SjeffOLD_LIBS+=usr/lib/pam_ssh.so.3
1170219820SjeffOLD_LIBS+=usr/lib/pam_tacplus.so.3
1171219820SjeffOLD_LIBS+=usr/lib/pam_unix.so.3
1172219820SjeffOLD_LIBS+=usr/lib/snmp_atm.so.4
1173219820SjeffOLD_LIBS+=usr/lib/snmp_bridge.so.4
1174219820SjeffOLD_LIBS+=usr/lib/snmp_hostres.so.4
1175219820SjeffOLD_LIBS+=usr/lib/snmp_mibII.so.4
1176219820SjeffOLD_LIBS+=usr/lib/snmp_netgraph.so.4
1177219820SjeffOLD_LIBS+=usr/lib/snmp_pf.so.4
1178219820Sjeff.if ${TARGET_ARCH} == "amd64"
1179219820SjeffOLD_LIBS+=usr/lib32/libalias.so.5
1180219820SjeffOLD_LIBS+=usr/lib32/libbsnmp.so.3
1181219820SjeffOLD_LIBS+=usr/lib32/libdialog.so.5
1182219820SjeffOLD_LIBS+=usr/lib32/libgnuregex.so.3
1183219820SjeffOLD_LIBS+=usr/lib32/libhistory.so.6
1184219820SjeffOLD_LIBS+=usr/lib32/libncurses.so.6
1185219820SjeffOLD_LIBS+=usr/lib32/libncursesw.so.6
1186219820SjeffOLD_LIBS+=usr/lib32/libpam.so.3
1187219820SjeffOLD_LIBS+=usr/lib32/libreadline.so.6
1188219820SjeffOLD_LIBS+=usr/lib32/libssh.so.3
1189219820SjeffOLD_LIBS+=usr/lib32/pam_chroot.so.3
1190219820SjeffOLD_LIBS+=usr/lib32/pam_deny.so.3
1191219820SjeffOLD_LIBS+=usr/lib32/pam_echo.so.3
1192219820SjeffOLD_LIBS+=usr/lib32/pam_exec.so.3
1193219820SjeffOLD_LIBS+=usr/lib32/pam_ftpusers.so.3
1194219820SjeffOLD_LIBS+=usr/lib32/pam_group.so.3
1195219820SjeffOLD_LIBS+=usr/lib32/pam_guest.so.3
1196219820SjeffOLD_LIBS+=usr/lib32/pam_krb5.so.3
1197219820SjeffOLD_LIBS+=usr/lib32/pam_ksu.so.3
1198219820SjeffOLD_LIBS+=usr/lib32/pam_lastlog.so.3
1199219820SjeffOLD_LIBS+=usr/lib32/pam_login_access.so.3
1200219820SjeffOLD_LIBS+=usr/lib32/pam_nologin.so.3
1201219820SjeffOLD_LIBS+=usr/lib32/pam_opie.so.3
1202219820SjeffOLD_LIBS+=usr/lib32/pam_opieaccess.so.3
1203219820SjeffOLD_LIBS+=usr/lib32/pam_passwdqc.so.3
1204219820SjeffOLD_LIBS+=usr/lib32/pam_permit.so.3
1205219820SjeffOLD_LIBS+=usr/lib32/pam_radius.so.3
1206219820SjeffOLD_LIBS+=usr/lib32/pam_rhosts.so.3
1207219820SjeffOLD_LIBS+=usr/lib32/pam_rootok.so.3
1208219820SjeffOLD_LIBS+=usr/lib32/pam_securetty.so.3
1209219820SjeffOLD_LIBS+=usr/lib32/pam_self.so.3
1210219820SjeffOLD_LIBS+=usr/lib32/pam_ssh.so.3
1211219820SjeffOLD_LIBS+=usr/lib32/pam_tacplus.so.3
1212219820SjeffOLD_LIBS+=usr/lib32/pam_unix.so.3
1213219820Sjeff.endif
1214219820Sjeff# 20070613: IPX over IP tunnel removal
1215219820SjeffOLD_FILES+=usr/include/netipx/ipx_ip.h
1216219820Sjeff# 20070605: sched_core removal
1217219820SjeffOLD_FILES+=usr/share/man/man4/sched_core.4.gz
1218219820Sjeff# 20070603: BIND 9.4.1 import
1219219820SjeffOLD_LIBS+=usr/lib/liblwres.so.10
1220219820Sjeff# 20070521: shared library version bump
1221219820SjeffOLD_LIBS+=lib/libatm.so.4
1222219820SjeffOLD_LIBS+=lib/libbegemot.so.2
1223219820SjeffOLD_LIBS+=lib/libbsdxml.so.2
1224219820SjeffOLD_LIBS+=lib/libcam.so.3
1225219820SjeffOLD_LIBS+=lib/libcrypt.so.3
1226219820SjeffOLD_LIBS+=lib/libdevstat.so.5
1227219820SjeffOLD_LIBS+=lib/libedit.so.5
1228219820SjeffOLD_LIBS+=lib/libgeom.so.3
1229219820SjeffOLD_LIBS+=lib/libipsec.so.2
1230219820SjeffOLD_LIBS+=lib/libipx.so.3
1231219820SjeffOLD_LIBS+=lib/libkiconv.so.2
1232219820SjeffOLD_LIBS+=lib/libkse.so.2
1233219820SjeffOLD_LIBS+=lib/libkvm.so.3
1234219820SjeffOLD_LIBS+=lib/libm.so.4
1235219820SjeffOLD_LIBS+=lib/libmd.so.3
1236219820SjeffOLD_LIBS+=lib/libpcap.so.4
1237219820SjeffOLD_LIBS+=lib/libpthread.so.2
1238219820SjeffOLD_LIBS+=lib/libsbuf.so.3
1239219820SjeffOLD_LIBS+=lib/libthr.so.2
1240219820SjeffOLD_LIBS+=lib/libufs.so.3
1241219820SjeffOLD_LIBS+=lib/libutil.so.6
1242219820SjeffOLD_LIBS+=lib/libz.so.3
1243219820SjeffOLD_LIBS+=usr/lib/libbluetooth.so.2
1244219820SjeffOLD_LIBS+=usr/lib/libbsm.so.1
1245219820SjeffOLD_LIBS+=usr/lib/libbz2.so.2
1246219820SjeffOLD_LIBS+=usr/lib/libcalendar.so.3
1247219820SjeffOLD_LIBS+=usr/lib/libcom_err.so.3
1248219820SjeffOLD_LIBS+=usr/lib/libdevinfo.so.3
1249219820SjeffOLD_LIBS+=usr/lib/libfetch.so.4
1250219820SjeffOLD_LIBS+=usr/lib/libform.so.3
1251219820SjeffOLD_LIBS+=usr/lib/libformw.so.3
1252219820SjeffOLD_LIBS+=usr/lib/libftpio.so.6
1253219820SjeffOLD_LIBS+=usr/lib/libgpib.so.1
1254219820SjeffOLD_LIBS+=usr/lib/libkse.so.2
1255219820SjeffOLD_LIBS+=usr/lib/libmagic.so.2
1256219820SjeffOLD_LIBS+=usr/lib/libmemstat.so.1
1257219820SjeffOLD_LIBS+=usr/lib/libmenu.so.3
1258219820SjeffOLD_LIBS+=usr/lib/libmenuw.so.3
1259219820SjeffOLD_LIBS+=usr/lib/libmilter.so.3
1260219820SjeffOLD_LIBS+=usr/lib/libmp.so.5
1261219820SjeffOLD_LIBS+=usr/lib/libncp.so.2
1262219820SjeffOLD_LIBS+=usr/lib/libnetgraph.so.2
1263219820SjeffOLD_LIBS+=usr/lib/libngatm.so.2
1264219820SjeffOLD_LIBS+=usr/lib/libopie.so.4
1265219820SjeffOLD_LIBS+=usr/lib/libpanel.so.3
1266219820SjeffOLD_LIBS+=usr/lib/libpanelw.so.3
1267219820SjeffOLD_LIBS+=usr/lib/libpmc.so.3
1268219820SjeffOLD_LIBS+=usr/lib/libradius.so.2
1269219820SjeffOLD_LIBS+=usr/lib/librpcsvc.so.3
1270219820SjeffOLD_LIBS+=usr/lib/libsdp.so.2
1271219820SjeffOLD_LIBS+=usr/lib/libsmb.so.2
1272219820SjeffOLD_LIBS+=usr/lib/libstdc++.so.5
1273219820SjeffOLD_LIBS+=usr/lib/libtacplus.so.2
1274219820SjeffOLD_LIBS+=usr/lib/libthr.so.2
1275219820SjeffOLD_LIBS+=usr/lib/libthread_db.so.2
1276219820SjeffOLD_LIBS+=usr/lib/libugidfw.so.2
1277219820SjeffOLD_LIBS+=usr/lib/libusbhid.so.2
1278219820SjeffOLD_LIBS+=usr/lib/libvgl.so.4
1279219820SjeffOLD_LIBS+=usr/lib/libwrap.so.4
1280219820SjeffOLD_LIBS+=usr/lib/libypclnt.so.2
1281219820SjeffOLD_LIBS+=usr/lib/snmp_atm.so.3
1282219820SjeffOLD_LIBS+=usr/lib/snmp_bridge.so.3
1283219820SjeffOLD_LIBS+=usr/lib/snmp_hostres.so.3
1284219820SjeffOLD_LIBS+=usr/lib/snmp_mibII.so.3
1285219820SjeffOLD_LIBS+=usr/lib/snmp_netgraph.so.3
1286219820SjeffOLD_LIBS+=usr/lib/snmp_pf.so.3
1287219820Sjeff.if ${TARGET_ARCH} == "amd64"
1288219820SjeffOLD_LIBS+=usr/lib32/libatm.so.4
1289219820SjeffOLD_LIBS+=usr/lib32/libbegemot.so.2
1290219820SjeffOLD_LIBS+=usr/lib32/libbluetooth.so.2
1291219820SjeffOLD_LIBS+=usr/lib32/libbsdxml.so.2
1292219820SjeffOLD_LIBS+=usr/lib32/libbsm.so.1
1293219820SjeffOLD_LIBS+=usr/lib32/libbz2.so.2
1294219820SjeffOLD_LIBS+=usr/lib32/libcalendar.so.3
1295219820SjeffOLD_LIBS+=usr/lib32/libcam.so.3
1296219820SjeffOLD_LIBS+=usr/lib32/libcom_err.so.3
1297219820SjeffOLD_LIBS+=usr/lib32/libcrypt.so.3
1298219820SjeffOLD_LIBS+=usr/lib32/libdevinfo.so.3
1299219820SjeffOLD_LIBS+=usr/lib32/libdevstat.so.5
1300219820SjeffOLD_LIBS+=usr/lib32/libedit.so.5
1301219820SjeffOLD_LIBS+=usr/lib32/libfetch.so.4
1302219820SjeffOLD_LIBS+=usr/lib32/libform.so.3
1303219820SjeffOLD_LIBS+=usr/lib32/libformw.so.3
1304219820SjeffOLD_LIBS+=usr/lib32/libftpio.so.6
1305219820SjeffOLD_LIBS+=usr/lib32/libgeom.so.3
1306219820SjeffOLD_LIBS+=usr/lib32/libgpib.so.1
1307219820SjeffOLD_LIBS+=usr/lib32/libipsec.so.2
1308219820SjeffOLD_LIBS+=usr/lib32/libipx.so.3
1309219820SjeffOLD_LIBS+=usr/lib32/libkiconv.so.2
1310219820SjeffOLD_LIBS+=usr/lib32/libkse.so.2
1311219820SjeffOLD_LIBS+=usr/lib32/libkvm.so.3
1312219820SjeffOLD_LIBS+=usr/lib32/libm.so.4
1313219820SjeffOLD_LIBS+=usr/lib32/libmagic.so.2
1314219820SjeffOLD_LIBS+=usr/lib32/libmd.so.3
1315219820SjeffOLD_LIBS+=usr/lib32/libmemstat.so.1
1316219820SjeffOLD_LIBS+=usr/lib32/libmenu.so.3
1317219820SjeffOLD_LIBS+=usr/lib32/libmenuw.so.3
1318219820SjeffOLD_LIBS+=usr/lib32/libmilter.so.3
1319219820SjeffOLD_LIBS+=usr/lib32/libmp.so.5
1320219820SjeffOLD_LIBS+=usr/lib32/libncp.so.2
1321219820SjeffOLD_LIBS+=usr/lib32/libnetgraph.so.2
1322219820SjeffOLD_LIBS+=usr/lib32/libngatm.so.2
1323219820SjeffOLD_LIBS+=usr/lib32/libopie.so.4
1324219820SjeffOLD_LIBS+=usr/lib32/libpanel.so.3
1325219820SjeffOLD_LIBS+=usr/lib32/libpanelw.so.3
1326219820SjeffOLD_LIBS+=usr/lib32/libpcap.so.4
1327219820SjeffOLD_LIBS+=usr/lib32/libpmc.so.3
1328219820SjeffOLD_LIBS+=usr/lib32/libpthread.so.2
1329219820SjeffOLD_LIBS+=usr/lib32/libradius.so.2
1330219820SjeffOLD_LIBS+=usr/lib32/librpcsvc.so.3
1331219820SjeffOLD_LIBS+=usr/lib32/libsbuf.so.3
1332219820SjeffOLD_LIBS+=usr/lib32/libsdp.so.2
1333219820SjeffOLD_LIBS+=usr/lib32/libsmb.so.2
1334219820SjeffOLD_LIBS+=usr/lib32/libstdc++.so.5
1335219820SjeffOLD_LIBS+=usr/lib32/libtacplus.so.2
1336219820SjeffOLD_LIBS+=usr/lib32/libthr.so.2
1337219820SjeffOLD_LIBS+=usr/lib32/libthread_db.so.2
1338219820SjeffOLD_LIBS+=usr/lib32/libufs.so.3
1339219820SjeffOLD_LIBS+=usr/lib32/libugidfw.so.2
1340219820SjeffOLD_LIBS+=usr/lib32/libusbhid.so.2
1341219820SjeffOLD_LIBS+=usr/lib32/libutil.so.6
1342219820SjeffOLD_LIBS+=usr/lib32/libvgl.so.4
1343219820SjeffOLD_LIBS+=usr/lib32/libwrap.so.4
1344219820SjeffOLD_LIBS+=usr/lib32/libypclnt.so.2
1345219820SjeffOLD_LIBS+=usr/lib32/libz.so.3
1346219820Sjeff.endif
1347219820Sjeff# 20070519: GCC 4.2
1348219820SjeffOLD_FILES+=usr/bin/f77
1349219820SjeffOLD_FILES+=usr/bin/protoize
1350219820SjeffOLD_FILES+=usr/include/g2c.h
1351219820SjeffOLD_FILES+=usr/libexec/f771
1352219820SjeffOLD_FILES+=usr/share/info/g77.info.gz
1353219820SjeffOLD_FILES+=usr/share/man/man1/f77.1.gz
1354219820SjeffOLD_FILES+=usr/include/c++/3.4/algorithm
1355219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/algo.h
1356219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/algobase.h
1357219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/alloc.h
1358219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/backward_warning.h
1359219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/bvector.h
1360219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/complex.h
1361219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/defalloc.h
1362219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/deque.h
1363219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/fstream.h
1364219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/function.h
1365219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/hash_map.h
1366219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/hash_set.h
1367219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/hashtable.h
1368219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/heap.h
1369219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/iomanip.h
1370219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/iostream.h
1371219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/istream.h
1372219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/iterator.h
1373219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/list.h
1374219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/map.h
1375219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/multimap.h
1376219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/multiset.h
1377219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/new.h
1378219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/ostream.h
1379219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/pair.h
1380219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/queue.h
1381219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/rope.h
1382219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/set.h
1383219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/slist.h
1384219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/stack.h
1385219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/stream.h
1386219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/streambuf.h
1387219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/strstream
1388219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/tempbuf.h
1389219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/tree.h
1390219820SjeffOLD_FILES+=usr/include/c++/3.4/backward/vector.h
1391219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/allocator.h
1392219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/atomic_word.h
1393219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/atomicity.h
1394219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/basic_file.h
1395219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/basic_ios.h
1396219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/basic_ios.tcc
1397219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/basic_string.h
1398219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/basic_string.tcc
1399219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/boost_concept_check.h
1400219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/c++allocator.h
1401219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/c++config.h
1402219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/c++io.h
1403219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/c++locale.h
1404219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/c++locale_internal.h
1405219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/char_traits.h
1406219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/cmath.tcc
1407219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/codecvt.h
1408219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/codecvt_specializations.h
1409219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/concept_check.h
1410219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/concurrence.h
1411219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/cpp_type_traits.h
1412219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/ctype_base.h
1413219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/ctype_inline.h
1414219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/ctype_noninline.h
1415219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/deque.tcc
1416219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/fstream.tcc
1417219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/functexcept.h
1418219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/gslice.h
1419219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/gslice_array.h
1420219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/gthr-default.h
1421219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/gthr-posix.h
1422219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/gthr-single.h
1423219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/gthr.h
1424219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/indirect_array.h
1425219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/ios_base.h
1426219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/istream.tcc
1427219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/list.tcc
1428219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/locale_classes.h
1429219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/locale_facets.h
1430219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/locale_facets.tcc
1431219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/localefwd.h
1432219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/mask_array.h
1433219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/messages_members.h
1434219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/os_defines.h
1435219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/ostream.tcc
1436219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/postypes.h
1437219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/slice_array.h
1438219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/sstream.tcc
1439219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_algo.h
1440219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_algobase.h
1441219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_bvector.h
1442219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_construct.h
1443219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_deque.h
1444219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_function.h
1445219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_heap.h
1446219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_iterator.h
1447219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_iterator_base_funcs.h
1448219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_iterator_base_types.h
1449219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_list.h
1450219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_map.h
1451219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_multimap.h
1452219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_multiset.h
1453219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_numeric.h
1454219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_pair.h
1455219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_queue.h
1456219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_raw_storage_iter.h
1457219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_relops.h
1458219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_set.h
1459219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_stack.h
1460219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_tempbuf.h
1461219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_threads.h
1462219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_tree.h
1463219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_uninitialized.h
1464219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stl_vector.h
1465219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stream_iterator.h
1466219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/streambuf.tcc
1467219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/streambuf_iterator.h
1468219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/stringfwd.h
1469219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/time_members.h
1470219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/type_traits.h
1471219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/valarray_after.h
1472219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/valarray_array.h
1473219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/valarray_array.tcc
1474219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/valarray_before.h
1475219820SjeffOLD_FILES+=usr/include/c++/3.4/bits/vector.tcc
1476219820SjeffOLD_FILES+=usr/include/c++/3.4/bitset
1477219820SjeffOLD_FILES+=usr/include/c++/3.4/cassert
1478219820SjeffOLD_FILES+=usr/include/c++/3.4/cctype
1479219820SjeffOLD_FILES+=usr/include/c++/3.4/cerrno
1480219820SjeffOLD_FILES+=usr/include/c++/3.4/cfloat
1481219820SjeffOLD_FILES+=usr/include/c++/3.4/ciso646
1482219820SjeffOLD_FILES+=usr/include/c++/3.4/climits
1483219820SjeffOLD_FILES+=usr/include/c++/3.4/clocale
1484219820SjeffOLD_FILES+=usr/include/c++/3.4/cmath
1485219820SjeffOLD_FILES+=usr/include/c++/3.4/complex
1486219820SjeffOLD_FILES+=usr/include/c++/3.4/csetjmp
1487219820SjeffOLD_FILES+=usr/include/c++/3.4/csignal
1488219820SjeffOLD_FILES+=usr/include/c++/3.4/cstdarg
1489219820SjeffOLD_FILES+=usr/include/c++/3.4/cstddef
1490219820SjeffOLD_FILES+=usr/include/c++/3.4/cstdio
1491219820SjeffOLD_FILES+=usr/include/c++/3.4/cstdlib
1492219820SjeffOLD_FILES+=usr/include/c++/3.4/cstring
1493219820SjeffOLD_FILES+=usr/include/c++/3.4/ctime
1494219820SjeffOLD_FILES+=usr/include/c++/3.4/cwchar
1495219820SjeffOLD_FILES+=usr/include/c++/3.4/cwctype
1496219820SjeffOLD_FILES+=usr/include/c++/3.4/cxxabi.h
1497219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/bitset
1498219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/debug.h
1499219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/deque
1500219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/formatter.h
1501219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/hash_map
1502219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/hash_map.h
1503219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/hash_multimap.h
1504219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/hash_multiset.h
1505219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/hash_set
1506219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/hash_set.h
1507219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/list
1508219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/map
1509219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/map.h
1510219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/multimap.h
1511219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/multiset.h
1512219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/safe_base.h
1513219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/safe_iterator.h
1514219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/safe_iterator.tcc
1515219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/safe_sequence.h
1516219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/set
1517219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/set.h
1518219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/string
1519219820SjeffOLD_FILES+=usr/include/c++/3.4/debug/vector
1520219820SjeffOLD_FILES+=usr/include/c++/3.4/deque
1521219820SjeffOLD_FILES+=usr/include/c++/3.4/exception
1522219820SjeffOLD_FILES+=usr/include/c++/3.4/exception_defines.h
1523219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/algorithm
1524219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/bitmap_allocator.h
1525219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/debug_allocator.h
1526219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/enc_filebuf.h
1527219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/functional
1528219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/hash_fun.h
1529219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/hash_map
1530219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/hash_set
1531219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/hashtable.h
1532219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/iterator
1533219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/malloc_allocator.h
1534219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/memory
1535219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/mt_allocator.h
1536219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/new_allocator.h
1537219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/numeric
1538219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/pod_char_traits.h
1539219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/pool_allocator.h
1540219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/rb_tree
1541219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/rope
1542219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/ropeimpl.h
1543219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/slist
1544219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/stdio_filebuf.h
1545219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/stdio_sync_filebuf.h
1546219820SjeffOLD_FILES+=usr/include/c++/3.4/fstream
1547219820SjeffOLD_FILES+=usr/include/c++/3.4/functional
1548219820SjeffOLD_FILES+=usr/include/c++/3.4/iomanip
1549219820SjeffOLD_FILES+=usr/include/c++/3.4/ios
1550219820SjeffOLD_FILES+=usr/include/c++/3.4/iosfwd
1551219820SjeffOLD_FILES+=usr/include/c++/3.4/iostream
1552219820SjeffOLD_FILES+=usr/include/c++/3.4/istream
1553219820SjeffOLD_FILES+=usr/include/c++/3.4/iterator
1554219820SjeffOLD_FILES+=usr/include/c++/3.4/limits
1555219820SjeffOLD_FILES+=usr/include/c++/3.4/list
1556219820SjeffOLD_FILES+=usr/include/c++/3.4/locale
1557219820SjeffOLD_FILES+=usr/include/c++/3.4/map
1558219820SjeffOLD_FILES+=usr/include/c++/3.4/memory
1559219820SjeffOLD_FILES+=usr/include/c++/3.4/new
1560219820SjeffOLD_FILES+=usr/include/c++/3.4/numeric
1561219820SjeffOLD_FILES+=usr/include/c++/3.4/ostream
1562219820SjeffOLD_FILES+=usr/include/c++/3.4/queue
1563219820SjeffOLD_FILES+=usr/include/c++/3.4/set
1564219820SjeffOLD_FILES+=usr/include/c++/3.4/sstream
1565219820SjeffOLD_FILES+=usr/include/c++/3.4/stack
1566219820SjeffOLD_FILES+=usr/include/c++/3.4/stdexcept
1567219820SjeffOLD_FILES+=usr/include/c++/3.4/streambuf
1568219820SjeffOLD_FILES+=usr/include/c++/3.4/string
1569219820SjeffOLD_FILES+=usr/include/c++/3.4/typeinfo
1570219820SjeffOLD_FILES+=usr/include/c++/3.4/utility
1571219820SjeffOLD_FILES+=usr/include/c++/3.4/valarray
1572219820SjeffOLD_FILES+=usr/include/c++/3.4/vector
1573219820SjeffOLD_DIRS+=usr/include/c++/3.4/backward
1574219820SjeffOLD_DIRS+=usr/include/c++/3.4/bits
1575219820SjeffOLD_DIRS+=usr/include/c++/3.4/debug
1576219820SjeffOLD_DIRS+=usr/include/c++/3.4/ext
1577219820SjeffOLD_DIRS+=usr/include/c++/3.4
1578219820Sjeff# 20070510: zpool/zfs moved to /sbin
1579219820SjeffOLD_FILES+=usr/sbin/zfs
1580219820SjeffOLD_FILES+=usr/sbin/zpool
1581219820Sjeff# 20070423: rc.bluetooth (examples) removed
1582219820SjeffOLD_FILES+=usr/share/examples/netgraph/bluetooth/rc.bluetooth
1583219820Sjeff# 20070421: worm.4 removed
1584219820SjeffOLD_FILES+=usr/share/man/man4/worm.4.gz
1585219820Sjeff# 20070417: trunk(4) renamed to lagg(4)
1586219820SjeffOLD_FILES+=usr/include/net/if_trunk.h
1587219820Sjeff# 20070409: uuidgen moved to /bin/
1588219820SjeffOLD_FILES+=usr/bin/uuidgen
1589219820Sjeff# 20070328: bzip2 1.0.4
1590219820SjeffOLD_FILES+=usr/share/info/bzip2.info.gz
1591219820Sjeff# 20070303: libarchive 2.0
1592219820SjeffOLD_LIBS+=usr/lib/libarchive.so.3
1593219820Sjeff.if ${TARGET_ARCH} == "amd64"
1594219820SjeffOLD_LIBS+=usr/lib32/libarchive.so.3
1595219820Sjeff.endif
1596219820Sjeff# 20070301: remove addr2ascii and ascii2addr
1597219820SjeffOLD_FILES+=usr/share/man/man3/addr2ascii.3.gz
1598219820SjeffOLD_FILES+=usr/share/man/man3/ascii2addr.3.gz
1599219820Sjeff# 20070225: vm_page_unmanage() removed
1600219820SjeffOLD_FILES+=usr/share/man/man9/vm_page_unmanage.9.gz
1601219820Sjeff# 20070216: VFS_VPTOFH(9) -> VOP_VPTOFH(9)
1602219820SjeffOLD_FILES+=usr/share/man/man9/VFS_VPTOFH.9.gz
1603219820Sjeff# 20070212: kame.4 removed
1604219820SjeffOLD_FILES+=usr/share/man/man4/kame.4.gz
1605219820Sjeff# 20070201: remove libmytinfo link
1606219820SjeffOLD_FILES+=usr/lib/libmytinfo.a
1607219820SjeffOLD_FILES+=usr/lib/libmytinfo.so
1608219820SjeffOLD_FILES+=usr/lib/libmytinfo_p.a
1609219820SjeffOLD_FILES+=usr/lib/libmytinfow.a
1610219820SjeffOLD_FILES+=usr/lib/libmytinfow.so
1611219820SjeffOLD_FILES+=usr/lib/libmytinfow_p.a
1612219820Sjeff.if ${TARGET_ARCH} == "amd64"
1613219820SjeffOLD_FILES+=usr/lib32/libmytinfo.a
1614219820SjeffOLD_FILES+=usr/lib32/libmytinfo.so
1615219820SjeffOLD_FILES+=usr/lib32/libmytinfo_p.a
1616219820SjeffOLD_FILES+=usr/lib32/libmytinfow.a
1617219820SjeffOLD_FILES+=usr/lib32/libmytinfow.so
1618219820SjeffOLD_FILES+=usr/lib32/libmytinfow_p.a
1619219820Sjeff.endif
1620219820Sjeff# 20070128: remove vnconfig
1621219820SjeffOLD_FILES+=usr/sbin/vnconfig
1622219820Sjeff# 20070127: remove bpf_compat.h
1623219820SjeffOLD_FILES+=usr/include/net/bpf_compat.h
1624219820Sjeff# 20070125: objformat bites the dust
1625219820SjeffOLD_FILES+=usr/bin/objformat
1626219820SjeffOLD_FILES+=usr/share/man/man1/objformat.1.gz
1627219820SjeffOLD_FILES+=usr/include/objformat.h
1628219820SjeffOLD_FILES+=usr/share/man/man3/getobjformat.3.gz
1629219820Sjeff# 20061201: remove symlink to *.so.4 libalias modules
1630219820SjeffOLD_FILES+=usr/lib/libalias_cuseeme.so
1631219820SjeffOLD_FILES+=usr/lib/libalias_dummy.so
1632219820SjeffOLD_FILES+=usr/lib/libalias_ftp.so
1633219820SjeffOLD_FILES+=usr/lib/libalias_irc.so
1634219820SjeffOLD_FILES+=usr/lib/libalias_nbt.so
1635219820SjeffOLD_FILES+=usr/lib/libalias_pptp.so
1636219820SjeffOLD_FILES+=usr/lib/libalias_skinny.so
1637219820SjeffOLD_FILES+=usr/lib/libalias_smedia.so
1638219820Sjeff# 20061201: remove old *.so.4 libalias modules
1639219820SjeffOLD_FILES+=lib/libalias_cuseeme.so.4
1640219820SjeffOLD_FILES+=lib/libalias_dummy.so.4
1641219820SjeffOLD_FILES+=lib/libalias_ftp.so.4
1642219820SjeffOLD_FILES+=lib/libalias_irc.so.4
1643219820SjeffOLD_FILES+=lib/libalias_nbt.so.4
1644219820SjeffOLD_FILES+=lib/libalias_pptp.so.4
1645219820SjeffOLD_FILES+=lib/libalias_skinny.so.4
1646219820SjeffOLD_FILES+=lib/libalias_smedia.so.4
1647219820Sjeff# 20061126: remove old man page
1648219820SjeffOLD_FILES+=usr/share/man/man3/archive_read_set_bytes_per_block.3.gz
1649219820Sjeff# 20061125: remove old man page
1650219820SjeffOLD_FILES+=usr/share/man/man9/devsw.9.gz
1651219820Sjeff# 20061122: remove obsolete mount programs
1652219820SjeffOLD_FILES+=sbin/mount_devfs
1653219820SjeffOLD_FILES+=sbin/mount_ext2fs
1654219820SjeffOLD_FILES+=sbin/mount_fdescfs
1655219820SjeffOLD_FILES+=sbin/mount_linprocfs
1656219820SjeffOLD_FILES+=sbin/mount_procfs
1657219820SjeffOLD_FILES+=sbin/mount_std
1658219820SjeffOLD_FILES+=rescue/mount_devfs
1659219820SjeffOLD_FILES+=rescue/mount_ext2fs
1660219820SjeffOLD_FILES+=rescue/mount_fdescfs
1661219820SjeffOLD_FILES+=rescue/mount_linprocfs
1662219820SjeffOLD_FILES+=rescue/mount_procfs
1663219820SjeffOLD_FILES+=rescue/mount_std
1664219820SjeffOLD_FILES+=usr/share/man/man8/mount_devfs.8.gz
1665219820SjeffOLD_FILES+=usr/share/man/man8/mount_ext2fs.8.gz
1666219820SjeffOLD_FILES+=usr/share/man/man8/mount_fdescfs.8.gz
1667219820SjeffOLD_FILES+=usr/share/man/man8/mount_linprocfs.8.gz
1668219820SjeffOLD_FILES+=usr/share/man/man8/mount_procfs.8.gz
1669219820SjeffOLD_FILES+=usr/share/man/man8/mount_std.8.gz
1670219820Sjeff# 20061116: uhidev.4 removed
1671219820SjeffOLD_FILES+=usr/share/man/man4/uhidev.4.gz
1672219820Sjeff# 20061106: archive_write_prepare.3 removed
1673219820SjeffOLD_FILES+=usr/share/man/man3/archive_write_prepare.3.gz
1674219820Sjeff.if ${TARGET_ARCH} == "ia64"
1675219820Sjeff# 20061104: skiload.help removed
1676219820SjeffOLD_FILES+=boot/skiload.help
1677219820Sjeff.endif
1678219820Sjeff# 20061018: pccardc removed
1679219820SjeffOLD_FILES+=usr/sbin/pccardc usr/share/man/man8/pccardc.8.gz
1680219820Sjeff# 20060930: demangle.h from contrib/libstdc++/include/ext/
1681219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/demangle.h
1682219820Sjeff# 20060929: mrouted removed
1683219820SjeffOLD_FILES+=usr/sbin/map-mbone
1684219820SjeffOLD_FILES+=usr/sbin/mrinfo
1685219820SjeffOLD_FILES+=usr/sbin/mrouted
1686219820SjeffOLD_FILES+=usr/sbin/mtrace
1687219820SjeffOLD_FILES+=usr/share/man/man8/map-mbone.8.gz
1688219820SjeffOLD_FILES+=usr/share/man/man8/mrinfo.8.gz
1689219820SjeffOLD_FILES+=usr/share/man/man8/mrouted.8.gz
1690219820SjeffOLD_FILES+=usr/share/man/man8/mtrace.8.gz
1691219820Sjeff# 20060924: tcpslice removed
1692219820SjeffOLD_FILES+=usr/sbin/tcpslice
1693219820SjeffOLD_FILES+=usr/share/man/man1/tcpslice.1.gz
1694219820Sjeff# 20060829: kvmdb cleanup script removed
1695219820SjeffOLD_FILES+=etc/periodic/weekly/120.clean-kvmdb
1696219820Sjeff# 20060822: ramdisk{,-own} have been replaced by mdconfig{,2}
1697219820SjeffOLD_FILES+=etc/rc.d/ramdisk
1698219820SjeffOLD_FILES+=etc/rc.d/ramdisk-own
1699219820Sjeff# 20060729: OpenSSL 0.9.7e -> 0.9.8b upgrade
1700219820SjeffOLD_FILES+=usr/include/openssl/eng_int.h
1701219820SjeffOLD_FILES+=usr/include/openssl/hw_4758_cca_err.h
1702219820SjeffOLD_FILES+=usr/include/openssl/hw_aep_err.h
1703219820SjeffOLD_FILES+=usr/include/openssl/hw_atalla_err.h
1704219820SjeffOLD_FILES+=usr/include/openssl/hw_cswift_err.h
1705219820SjeffOLD_FILES+=usr/include/openssl/hw_ncipher_err.h
1706219820SjeffOLD_FILES+=usr/include/openssl/hw_nuron_err.h
1707219820SjeffOLD_FILES+=usr/include/openssl/hw_sureware_err.h
1708219820SjeffOLD_FILES+=usr/include/openssl/hw_ubsec_err.h
1709219820Sjeff# 20060713: mount_linsysfs(8) never existed in 7.x
1710219820SjeffOLD_FILES+=sbin/mount_linsysfs
1711219820SjeffOLD_FILES+=usr/share/man/man8/mount_linsysfs.8.gz
1712219820Sjeff# 20060704: KAME compat file net_osdep.h removed
1713219820SjeffOLD_FILES+=usr/include/net/net_osdep.h
1714219820Sjeff# 20060605: man page links removed by OpenBSM 1.0 alpha 6 import
1715219820SjeffOLD_FILES+=usr/share/man/man3/au_to_socket.3.gz
1716219820SjeffOLD_FILES+=usr/share/man/man3/au_to_socket_ex_128.3.gz
1717219820SjeffOLD_FILES+=usr/share/man/man3/au_to_socket_ex_32.3.gz
1718219820Sjeff# 20060517: pcvt removed
1719219820SjeffOLD_FILES+=usr/share/pcvt/README.FIRST
1720219820SjeffOLD_FILES+=usr/share/pcvt/Etc/xmodmap-german
1721219820SjeffOLD_FILES+=usr/share/pcvt/Etc/pcvt.sh
1722219820SjeffOLD_FILES+=usr/share/pcvt/Etc/pcvt.el
1723219820SjeffOLD_FILES+=usr/share/pcvt/Etc/Terminfo
1724219820SjeffOLD_FILES+=usr/share/pcvt/Etc/Termcap
1725219820SjeffOLD_DIRS+=usr/share/pcvt/Etc
1726219820SjeffOLD_FILES+=usr/share/pcvt/Doc/NotesAndHints
1727219820SjeffOLD_FILES+=usr/share/pcvt/Doc/Keyboard.VT
1728219820SjeffOLD_FILES+=usr/share/pcvt/Doc/Keyboard.HP
1729219820SjeffOLD_FILES+=usr/share/pcvt/Doc/EscapeSequences
1730219820SjeffOLD_FILES+=usr/share/pcvt/Doc/Charsets
1731219820SjeffOLD_FILES+=usr/share/pcvt/Doc/CharGen
1732219820SjeffOLD_FILES+=usr/share/pcvt/Doc/Bibliography
1733219820SjeffOLD_FILES+=usr/share/pcvt/Doc/Acknowledgements
1734219820SjeffOLD_DIRS+=usr/share/pcvt/Doc
1735219820SjeffOLD_DIRS+=usr/share/pcvt
1736219820SjeffOLD_FILES+=usr/share/misc/pcvtfonts/vt220l.816
1737219820SjeffOLD_FILES+=usr/share/misc/pcvtfonts/vt220l.814
1738219820SjeffOLD_FILES+=usr/share/misc/pcvtfonts/vt220l.810
1739219820SjeffOLD_FILES+=usr/share/misc/pcvtfonts/vt220l.808
1740219820SjeffOLD_FILES+=usr/share/misc/pcvtfonts/vt220h.816
1741219820SjeffOLD_FILES+=usr/share/misc/pcvtfonts/vt220h.814
1742219820SjeffOLD_FILES+=usr/share/misc/pcvtfonts/vt220h.810
1743219820SjeffOLD_FILES+=usr/share/misc/pcvtfonts/vt220h.808
1744219820SjeffOLD_DIRS+=usr/share/misc/pcvtfonts
1745219820SjeffOLD_FILES+=usr/share/misc/keycap.pcvt
1746219820SjeffOLD_FILES+=usr/share/man/man8/ispcvt.8.gz
1747219820SjeffOLD_FILES+=usr/share/man/man5/keycap.5.gz
1748219820SjeffOLD_FILES+=usr/share/man/man4/vt.4.gz
1749219820SjeffOLD_FILES+=usr/share/man/man4/pcvt.4.gz
1750219820SjeffOLD_FILES+=usr/share/man/man3/kgetstr.3.gz
1751219820SjeffOLD_FILES+=usr/share/man/man3/kgetnum.3.gz
1752219820SjeffOLD_FILES+=usr/share/man/man3/kgetflag.3.gz
1753219820SjeffOLD_FILES+=usr/share/man/man3/kgetent.3.gz
1754219820SjeffOLD_FILES+=usr/share/man/man3/keycap.3.gz
1755219820SjeffOLD_FILES+=usr/share/man/man1/vt220keys.1.gz
1756219820SjeffOLD_FILES+=usr/share/man/man1/scon.1.gz
1757219820SjeffOLD_FILES+=usr/share/man/man1/loadfont.1.gz
1758219820SjeffOLD_FILES+=usr/share/man/man1/kcon.1.gz
1759219820SjeffOLD_FILES+=usr/share/man/man1/fontedit.1.gz
1760219820SjeffOLD_FILES+=usr/share/man/man1/cursor.1.gz
1761219820SjeffOLD_FILES+=usr/sbin/vt220keys
1762219820SjeffOLD_FILES+=usr/sbin/scon
1763219820SjeffOLD_FILES+=usr/sbin/loadfont
1764219820SjeffOLD_FILES+=usr/sbin/kcon
1765219820SjeffOLD_FILES+=usr/sbin/ispcvt
1766219820SjeffOLD_FILES+=usr/sbin/fontedit
1767219820SjeffOLD_FILES+=usr/sbin/cursor
1768219820SjeffOLD_FILES+=usr/lib/libkeycap_p.a
1769219820SjeffOLD_FILES+=usr/lib/libkeycap.a
1770219820SjeffOLD_FILES+=usr/include/machine/pcvt_ioctl.h
1771219820Sjeff# 20060514: lnc(4) replaced by le(4)
1772219820SjeffOLD_FILES+=usr/share/man/man4/i386/lnc.4.gz
1773219820Sjeff# 20060512: remove ip6fw
1774219820SjeffOLD_FILES+=etc/periodic/security/600.ip6fwdenied
1775219820SjeffOLD_FILES+=etc/periodic/security/650.ip6fwlimit
1776219820SjeffOLD_FILES+=sbin/ip6fw
1777219820SjeffOLD_FILES+=usr/include/netinet6/ip6_fw.h
1778219820SjeffOLD_FILES+=usr/share/man/man8/ip6fw.8.gz
1779219820Sjeff# 20060424: sab(4) removed
1780219820SjeffOLD_FILES+=usr/share/man/man4/sab.4.gz
1781219820Sjeff# 20060328: remove redundant rc.d script
1782219820SjeffOLD_FILES+=etc/rc.d/ike
1783219820Sjeff# 20060127: revert libdisk to static-only
1784219820SjeffOLD_FILES+=usr/lib/libdisk.so
1785219820Sjeff# 20060115: sys/pccard includes cleanup
1786219820SjeffOLD_FILES+=usr/include/pccard/driver.h
1787219820SjeffOLD_FILES+=usr/include/pccard/i82365.h
1788219820SjeffOLD_FILES+=usr/include/pccard/meciareg.h
1789219820SjeffOLD_FILES+=usr/include/pccard/pccard_nbk.h
1790219820SjeffOLD_FILES+=usr/include/pccard/pcic_pci.h
1791219820SjeffOLD_FILES+=usr/include/pccard/pcicvar.h
1792219820SjeffOLD_FILES+=usr/include/pccard/slot.h
1793219820Sjeff# 20051215: rescue/nextboot.sh renamed to rescue/nextboot
1794219820SjeffOLD_FILES+=rescue/nextboot.sh
1795219820Sjeff# 20051214: usbd(8) removed
1796219820SjeffOLD_FILES+=etc/rc.d/usbd
1797219820SjeffOLD_FILES+=etc/usbd.conf
1798219820SjeffOLD_FILES+=usr/sbin/usbd
1799219820SjeffOLD_FILES+=usr/share/man/man8/usbd.8.gz
1800219820Sjeff# 20051029: rc.d/ppp-user renamed to rc.d/ppp for convenience
1801219820SjeffOLD_FILES+=etc/rc.d/ppp-user
1802219820Sjeff# 20051012: setkey(8) moved to /sbin/
1803219820SjeffOLD_FILES+=usr/sbin/setkey
1804219820Sjeff# 20050930: pccardd(8) removed
1805219820SjeffOLD_FILES+=usr/sbin/pccardd
1806219820SjeffOLD_FILES+=usr/share/man/man5/pccard.conf.5.gz
1807219820SjeffOLD_FILES+=usr/share/man/man8/pccardd.8.gz
1808219820Sjeff# 20050927: bridge(4) replaced by if_bridge(4)
1809219820SjeffOLD_FILES+=usr/include/net/bridge.h
1810219820Sjeff# 20050831: not implemented
1811219820SjeffOLD_FILES+=usr/share/man/man3/getino.3.gz
1812219820SjeffOLD_FILES+=usr/share/man/man3/putino.3.gz
1813219820Sjeff# 20050825: T/TCP retired several months ago
1814219820SjeffOLD_FILES+=usr/share/man/man4/ttcp.4.gz
1815219820Sjeff# 20050805 tn3270 retired long ago
1816219820SjeffOLD_FILES+=usr/share/misc/map3270
1817219820Sjeff# 20050801: too old to be interesting here
1818219820SjeffOLD_FILES+=usr/share/doc/papers/px.ps.gz
1819219820Sjeff# 20050721: moved to ports
1820219820SjeffOLD_FILES+=usr/sbin/vttest
1821219820SjeffOLD_FILES+=usr/share/man/man1/vttest.1.gz
1822219820Sjeff# 20050617: wpa man pages moved to section 8
1823219820SjeffOLD_FILES+=usr/share/man/man1/hostapd.1.gz
1824219820SjeffOLD_FILES+=usr/share/man/man1/hostapd_cli.1.gz
1825219820SjeffOLD_FILES+=usr/share/man/man1/wpa_cli.1.gz
1826219820SjeffOLD_FILES+=usr/share/man/man1/wpa_supplicant.1.gz
1827219820Sjeff# 20050610: rexecd (insecure by design)
1828219820SjeffOLD_FILES+=etc/pam.d/rexecd
1829219820SjeffOLD_FILES+=usr/share/man/man8/rexecd.8.gz
1830219820SjeffOLD_FILES+=usr/libexec/rexecd
1831219820Sjeff# 20050606: OpenBSD dhclient replaces ISC one
1832219820SjeffOLD_FILES+=bin/omshell
1833219820SjeffOLD_FILES+=sbin/omshell
1834219820SjeffOLD_FILES+=usr/share/man/man1/omshell.1.gz
1835219820SjeffOLD_FILES+=usr/share/man/man5/dhcp-eval.5.gz
1836219820Sjeff# 200504XX: ipf tools moved from /usr to /
1837219820SjeffOLD_FILES+=rescue/ipfs
1838219820SjeffOLD_FILES+=rescue/ipfstat
1839219820SjeffOLD_FILES+=rescue/ipmon
1840219820SjeffOLD_FILES+=rescue/ipnat
1841219820SjeffOLD_FILES+=usr/sbin/ipftest
1842219820SjeffOLD_FILES+=usr/sbin/ipresend
1843219820SjeffOLD_FILES+=usr/sbin/ipsend
1844219820SjeffOLD_FILES+=usr/sbin/iptest
1845219820SjeffOLD_FILES+=usr/share/man/man1/ipnat.1.gz
1846219820SjeffOLD_FILES+=usr/share/man/man1/ipsend.1.gz
1847219820SjeffOLD_FILES+=usr/share/man/man1/iptest.1.gz
1848219820SjeffOLD_FILES+=usr/share/man/man5/ipsend.5.gz
1849219820Sjeff# 200503XX: bsdtar takes over gtar
1850219820SjeffOLD_FILES+=usr/bin/gtar
1851219820SjeffOLD_FILES+=usr/share/man/man1/gtar.1.gz
1852219820Sjeff# 200503XX
1853219820SjeffOLD_FILES+=share/man/man3/exp10.3.gz
1854219820SjeffOLD_FILES+=share/man/man3/exp10f.3.gz
1855219820SjeffOLD_FILES+=share/man/man3/fpsetsticky.3.gz
1856219820Sjeff# 20050324: updated release infrastructure
1857219820SjeffOLD_FILES+=usr/share/man/man5/drivers.conf.5.gz
1858219820Sjeff# 20050317: removed from BIND 9 distribution
1859219820SjeffOLD_FILES+=usr/share/doc/bind9/KNOWN_DEFECTS
1860219820Sjeff# 2005XXXX:
1861219820SjeffOLD_FILES+=sbin/mount_autofs
1862219820SjeffOLD_FILES+=usr/lib/libautofs.a
1863219820SjeffOLD_FILES+=usr/lib/libautofs.so
1864219820SjeffOLD_FILES+=usr/share/man/man8/mount_autofs.8.gz
1865219820Sjeff# 20050203: Merged with fortunes
1866219820SjeffOLD_FILES+=usr/share/games/fortune/fortunes2
1867219820SjeffOLD_FILES+=usr/share/games/fortune/fortunes2.dat
1868219820Sjeff# 200501XX:
1869219820SjeffOLD_FILES+=usr/libexec/getNAME
1870219820Sjeff# 200411XX: gvinum replaces vinum
1871219820SjeffOLD_FILES+=bin/vinum
1872219820SjeffOLD_FILES+=rescue/vinum
1873219820SjeffOLD_FILES+=sbin/vinum
1874219820SjeffOLD_FILES+=usr/share/man/man8/vinum.8.gz
1875219820Sjeff# 200411XX: libxpg4 removal
1876219820SjeffOLD_FILES+=usr/lib/libxpg4.a
1877219820SjeffOLD_FILES+=usr/lib/libxpg4.so
1878219820SjeffOLD_FILES+=usr/lib/libxpg4_p.a
1879219820Sjeff# 20041109: replaced by em(4)
1880219820SjeffOLD_FILES+=usr/share/man/man4/gx.4.gz
1881219820SjeffOLD_FILES+=usr/share/man/man4/if_gx.4.gz
1882219820Sjeff# 20041017: rune interface removed
1883219820SjeffOLD_FILES+=usr/include/rune.h
1884219820SjeffOLD_FILES+=usr/share/man/man3/fgetrune.3.gz
1885219820SjeffOLD_FILES+=usr/share/man/man3/fputrune.3.gz
1886219820SjeffOLD_FILES+=usr/share/man/man3/fungetrune.3.gz
1887219820SjeffOLD_FILES+=usr/share/man/man3/mbrrune.3.gz
1888219820SjeffOLD_FILES+=usr/share/man/man3/mbrune.3.gz
1889219820SjeffOLD_FILES+=usr/share/man/man3/rune.3.gz
1890219820SjeffOLD_FILES+=usr/share/man/man3/setinvalidrune.3.gz
1891219820SjeffOLD_FILES+=usr/share/man/man3/sgetrune.3.gz
1892219820SjeffOLD_FILES+=usr/share/man/man3/sputrune.3.gz
1893219820Sjeff# 20040925: bind9 import
1894219820SjeffOLD_FILES+=usr/bin/dnskeygen
1895219820SjeffOLD_FILES+=usr/bin/dnsquery
1896219820SjeffOLD_FILES+=usr/lib/libisc.a
1897219820SjeffOLD_FILES+=usr/lib/libisc.so
1898219820SjeffOLD_FILES+=usr/lib/libisc_p.a
1899219820SjeffOLD_FILES+=usr/libexec/named-xfer
1900219820SjeffOLD_FILES+=usr/sbin/named.restart
1901219820SjeffOLD_FILES+=usr/sbin/ndc
1902219820SjeffOLD_FILES+=usr/sbin/nslookup
1903219820SjeffOLD_FILES+=usr/sbin/nsupdate
1904219820SjeffOLD_FILES+=usr/share/doc/bind/html/acl.html
1905219820SjeffOLD_FILES+=usr/share/doc/bind/html/address_list.html
1906219820SjeffOLD_FILES+=usr/share/doc/bind/html/comments.html
1907219820SjeffOLD_FILES+=usr/share/doc/bind/html/config.html
1908219820SjeffOLD_FILES+=usr/share/doc/bind/html/controls.html
1909219820SjeffOLD_FILES+=usr/share/doc/bind/html/docdef.html
1910219820SjeffOLD_FILES+=usr/share/doc/bind/html/example.html
1911219820SjeffOLD_FILES+=usr/share/doc/bind/html/include.html
1912219820SjeffOLD_FILES+=usr/share/doc/bind/html/index.html
1913219820SjeffOLD_FILES+=usr/share/doc/bind/html/key.html
1914219820SjeffOLD_FILES+=usr/share/doc/bind/html/logging.html
1915219820SjeffOLD_FILES+=usr/share/doc/bind/html/master.html
1916219820SjeffOLD_FILES+=usr/share/doc/bind/html/options.html
1917219820SjeffOLD_FILES+=usr/share/doc/bind/html/server.html
1918219820SjeffOLD_FILES+=usr/share/doc/bind/html/trusted-keys.html
1919219820SjeffOLD_FILES+=usr/share/doc/bind/html/zone.html
1920219820SjeffOLD_FILES+=usr/share/doc/bind/misc/DynamicUpdate
1921219820SjeffOLD_FILES+=usr/share/doc/bind/misc/FAQ.1of2
1922219820SjeffOLD_FILES+=usr/share/doc/bind/misc/FAQ.2of2
1923219820SjeffOLD_FILES+=usr/share/doc/bind/misc/rfc2317-notes.txt
1924219820SjeffOLD_FILES+=usr/share/doc/bind/misc/style.txt
1925219820SjeffOLD_FILES+=usr/share/man/man1/dnskeygen.1.gz
1926219820SjeffOLD_FILES+=usr/share/man/man1/dnsquery.1.gz
1927219820SjeffOLD_FILES+=usr/share/man/man8/named-bootconf.8.gz
1928219820SjeffOLD_FILES+=usr/share/man/man8/named-xfer.8.gz
1929219820SjeffOLD_FILES+=usr/share/man/man8/named.restart.8.gz
1930219820SjeffOLD_FILES+=usr/share/man/man8/ndc.8.gz
1931219820SjeffOLD_FILES+=usr/share/man/man8/nslookup.8.gz
1932219820Sjeff# 200409XX
1933219820SjeffOLD_FILES+=usr/share/man/man3/ENSURE.3.gz
1934219820SjeffOLD_FILES+=usr/share/man/man3/ENSURE_ERR.3.gz
1935219820SjeffOLD_FILES+=usr/share/man/man3/INSIST.3.gz
1936219820SjeffOLD_FILES+=usr/share/man/man3/INSIST_ERR.3.gz
1937219820SjeffOLD_FILES+=usr/share/man/man3/INVARIANT.3.gz
1938219820SjeffOLD_FILES+=usr/share/man/man3/INVARIANT_ERR.3.gz
1939219820SjeffOLD_FILES+=usr/share/man/man3/REQUIRE.3.gz
1940219820SjeffOLD_FILES+=usr/share/man/man3/REQUIRE_ERR.3.gz
1941219820SjeffOLD_FILES+=usr/share/man/man3/assertion_type_to_text.3.gz
1942219820SjeffOLD_FILES+=usr/share/man/man3/assertions.3.gz
1943219820SjeffOLD_FILES+=usr/share/man/man3/bitncmp.3.gz
1944219820SjeffOLD_FILES+=usr/share/man/man3/evAddTime.3.gz
1945219820SjeffOLD_FILES+=usr/share/man/man3/evCancelConn.3.gz
1946219820SjeffOLD_FILES+=usr/share/man/man3/evCancelRW.3.gz
1947219820SjeffOLD_FILES+=usr/share/man/man3/evClearIdleTimer.3.gz
1948219820SjeffOLD_FILES+=usr/share/man/man3/evClearTimer.3.gz
1949219820SjeffOLD_FILES+=usr/share/man/man3/evCmpTime.3.gz
1950219820SjeffOLD_FILES+=usr/share/man/man3/evConnFunc.3.gz
1951219820SjeffOLD_FILES+=usr/share/man/man3/evConnect.3.gz
1952219820SjeffOLD_FILES+=usr/share/man/man3/evConsIovec.3.gz
1953219820SjeffOLD_FILES+=usr/share/man/man3/evConsTime.3.gz
1954219820SjeffOLD_FILES+=usr/share/man/man3/evCreate.3.gz
1955219820SjeffOLD_FILES+=usr/share/man/man3/evDefer.3.gz
1956219820SjeffOLD_FILES+=usr/share/man/man3/evDeselectFD.3.gz
1957219820SjeffOLD_FILES+=usr/share/man/man3/evDestroy.3.gz
1958219820SjeffOLD_FILES+=usr/share/man/man3/evDispatch.3.gz
1959219820SjeffOLD_FILES+=usr/share/man/man3/evDo.3.gz
1960219820SjeffOLD_FILES+=usr/share/man/man3/evDrop.3.gz
1961219820SjeffOLD_FILES+=usr/share/man/man3/evFileFunc.3.gz
1962219820SjeffOLD_FILES+=usr/share/man/man3/evGetNext.3.gz
1963219820SjeffOLD_FILES+=usr/share/man/man3/evHold.3.gz
1964219820SjeffOLD_FILES+=usr/share/man/man3/evInitID.3.gz
1965219820SjeffOLD_FILES+=usr/share/man/man3/evLastEventTime.3.gz
1966219820SjeffOLD_FILES+=usr/share/man/man3/evListen.3.gz
1967219820SjeffOLD_FILES+=usr/share/man/man3/evMainLoop.3.gz
1968219820SjeffOLD_FILES+=usr/share/man/man3/evNowTime.3.gz
1969219820SjeffOLD_FILES+=usr/share/man/man3/evPrintf.3.gz
1970219820SjeffOLD_FILES+=usr/share/man/man3/evRead.3.gz
1971219820SjeffOLD_FILES+=usr/share/man/man3/evResetTimer.3.gz
1972219820SjeffOLD_FILES+=usr/share/man/man3/evSelectFD.3.gz
1973219820SjeffOLD_FILES+=usr/share/man/man3/evSetDebug.3.gz
1974219820SjeffOLD_FILES+=usr/share/man/man3/evSetIdleTimer.3.gz
1975219820SjeffOLD_FILES+=usr/share/man/man3/evSetTimer.3.gz
1976219820SjeffOLD_FILES+=usr/share/man/man3/evStreamFunc.3.gz
1977219820SjeffOLD_FILES+=usr/share/man/man3/evSubTime.3.gz
1978219820SjeffOLD_FILES+=usr/share/man/man3/evTestID.3.gz
1979219820SjeffOLD_FILES+=usr/share/man/man3/evTimeRW.3.gz
1980219820SjeffOLD_FILES+=usr/share/man/man3/evTimeSpec.3.gz
1981219820SjeffOLD_FILES+=usr/share/man/man3/evTimeVal.3.gz
1982219820SjeffOLD_FILES+=usr/share/man/man3/evTimerFunc.3.gz
1983219820SjeffOLD_FILES+=usr/share/man/man3/evTouchIdleTimer.3.gz
1984219820SjeffOLD_FILES+=usr/share/man/man3/evTryAccept.3.gz
1985219820SjeffOLD_FILES+=usr/share/man/man3/evUnhold.3.gz
1986219820SjeffOLD_FILES+=usr/share/man/man3/evUntimeRW.3.gz
1987219820SjeffOLD_FILES+=usr/share/man/man3/evUnwait.3.gz
1988219820SjeffOLD_FILES+=usr/share/man/man3/evWaitFor.3.gz
1989219820SjeffOLD_FILES+=usr/share/man/man3/evWaitFunc.3.gz
1990219820SjeffOLD_FILES+=usr/share/man/man3/evWrite.3.gz
1991219820SjeffOLD_FILES+=usr/share/man/man3/eventlib.3.gz
1992219820SjeffOLD_FILES+=usr/share/man/man3/heap.3.gz
1993219820SjeffOLD_FILES+=usr/share/man/man3/heap_decreased.3.gz
1994219820SjeffOLD_FILES+=usr/share/man/man3/heap_delete.3.gz
1995219820SjeffOLD_FILES+=usr/share/man/man3/heap_element.3.gz
1996219820SjeffOLD_FILES+=usr/share/man/man3/heap_for_each.3.gz
1997219820SjeffOLD_FILES+=usr/share/man/man3/heap_free.3.gz
1998219820SjeffOLD_FILES+=usr/share/man/man3/heap_increased.3.gz
1999219820SjeffOLD_FILES+=usr/share/man/man3/heap_insert.3.gz
2000219820SjeffOLD_FILES+=usr/share/man/man3/heap_new.3.gz
2001219820SjeffOLD_FILES+=usr/share/man/man3/log_add_channel.3.gz
2002219820SjeffOLD_FILES+=usr/share/man/man3/log_category_is_active.3.gz
2003219820SjeffOLD_FILES+=usr/share/man/man3/log_close_stream.3.gz
2004219820SjeffOLD_FILES+=usr/share/man/man3/log_dec_references.3.gz
2005219820SjeffOLD_FILES+=usr/share/man/man3/log_free_channel.3.gz
2006219820SjeffOLD_FILES+=usr/share/man/man3/log_free_context.3.gz
2007219820SjeffOLD_FILES+=usr/share/man/man3/log_get_filename.3.gz
2008219820SjeffOLD_FILES+=usr/share/man/man3/log_get_stream.3.gz
2009219820SjeffOLD_FILES+=usr/share/man/man3/log_inc_references.3.gz
2010219820SjeffOLD_FILES+=usr/share/man/man3/log_new_context.3.gz
2011219820SjeffOLD_FILES+=usr/share/man/man3/log_new_file_channel.3.gz
2012219820SjeffOLD_FILES+=usr/share/man/man3/log_new_null_channel.3.gz
2013219820SjeffOLD_FILES+=usr/share/man/man3/log_new_syslog_channel.3.gz
2014219820SjeffOLD_FILES+=usr/share/man/man3/log_open_stream.3.gz
2015219820SjeffOLD_FILES+=usr/share/man/man3/log_option.3.gz
2016219820SjeffOLD_FILES+=usr/share/man/man3/log_remove_channel.3.gz
2017219820SjeffOLD_FILES+=usr/share/man/man3/log_set_file_owner.3.gz
2018219820SjeffOLD_FILES+=usr/share/man/man3/log_vwrite.3.gz
2019219820SjeffOLD_FILES+=usr/share/man/man3/log_write.3.gz
2020219820SjeffOLD_FILES+=usr/share/man/man3/logging.3.gz
2021219820SjeffOLD_FILES+=usr/share/man/man3/memcluster.3.gz
2022219820SjeffOLD_FILES+=usr/share/man/man3/memget.3.gz
2023219820SjeffOLD_FILES+=usr/share/man/man3/memput.3.gz
2024219820SjeffOLD_FILES+=usr/share/man/man3/memstats.3.gz
2025219820SjeffOLD_FILES+=usr/share/man/man3/set_assertion_failure_callback.3.
2026219820SjeffOLD_FILES+=usr/share/man/man3/sigwait.3.gz
2027219820SjeffOLD_FILES+=usr/share/man/man3/tree_add.3.gz
2028219820SjeffOLD_FILES+=usr/share/man/man3/tree_delete.3.gz
2029219820SjeffOLD_FILES+=usr/share/man/man3/tree_init.3.gz
2030219820SjeffOLD_FILES+=usr/share/man/man3/tree_mung.3.gz
2031219820SjeffOLD_FILES+=usr/share/man/man3/tree_srch.3.gz
2032219820SjeffOLD_FILES+=usr/share/man/man3/tree_trav.3.gz
2033219820Sjeff# 2004XXYY: OS internal libs, no ports use them, no need to use OLD_LIBS
2034219820SjeffOLD_FILES+=lib/geom/geom_concat.so.1
2035219820SjeffOLD_FILES+=lib/geom/geom_label.so.1
2036219820SjeffOLD_FILES+=lib/geom/geom_nop.so.1
2037219820SjeffOLD_FILES+=lib/geom/geom_stripe.so.1
2038219820Sjeff# 20040713: fla(4) removed.
2039219820SjeffOLD_FILES+=usr/share/man/man4/fla.4.gz
2040219820Sjeff# 200407XX
2041219820SjeffOLD_FILES+=usr/sbin/kernbb
2042219820SjeffOLD_FILES+=usr/sbin/ntp-genkeys
2043219820SjeffOLD_FILES+=usr/sbin/ntptimeset
2044219820SjeffOLD_FILES+=usr/share/man/man8/kernbb.8.gz
2045219820SjeffOLD_FILES+=usr/share/man/man8/ntp-genkeys.8.gz
2046219820Sjeff# 20040627: usbdevs.h and usbdevs_data.h removal
2047219820SjeffOLD_FILES+=usr/include/dev/usb/usbdevs.h
2048219820SjeffOLD_FILES+=usr/include/dev/usb/usbdevs_data.h
2049219820Sjeff# 200406XX
2050219820SjeffOLD_FILES+=usr/bin/gasp
2051219820SjeffOLD_FILES+=usr/bin/gdbreplay
2052219820SjeffOLD_FILES+=usr/share/man/man1/gasp.1.gz
2053219820SjeffOLD_FILES+=sbin/mountd
2054219820SjeffOLD_FILES+=sbin/mount_fdesc
2055219820SjeffOLD_FILES+=sbin/mount_umap
2056219820SjeffOLD_FILES+=sbin/mount_union
2057219820SjeffOLD_FILES+=sbin/mount_msdos
2058219820SjeffOLD_FILES+=sbin/mount_null
2059219820SjeffOLD_FILES+=sbin/mount_kernfs
2060219820Sjeff# 200405XX: arl
2061219820SjeffOLD_FILES+=usr/sbin/arlconfig
2062219820SjeffOLD_FILES+=usr/share/man/man8/arlconfig.8.gz
2063219820Sjeff# 200403XX
2064219820SjeffOLD_FILES+=bin/raidctl
2065219820SjeffOLD_FILES+=sbin/raidctl
2066219820SjeffOLD_FILES+=usr/bin/sasc
2067219820SjeffOLD_FILES+=usr/sbin/sgsc
2068219820SjeffOLD_FILES+=usr/sbin/stlload
2069219820SjeffOLD_FILES+=usr/sbin/stlstats
2070219820SjeffOLD_FILES+=usr/share/man/man1/sasc.1.gz
2071219820SjeffOLD_FILES+=usr/share/man/man1/sgsc.1.gz
2072219820SjeffOLD_FILES+=usr/share/man/man4/i386/stl.4.gz
2073219820SjeffOLD_FILES+=usr/share/man/man8/raidctl.8.gz
2074219820Sjeff# 20040229: clean_environment() was removed after 3 days
2075219820SjeffOLD_FILES+=usr/share/man/man3/clean_environment.3.gz
2076219820Sjeff# 20040119: installed as `isdntel' in newer systems
2077219820SjeffOLD_FILES+=etc/isdn/isdntel.sh
2078219820Sjeff# 200XYYZZ: /lib transition clitches
2079219820SjeffOLD_FILES+=lib/libalias.so
2080219820SjeffOLD_FILES+=lib/libatm.so
2081219820SjeffOLD_FILES+=lib/libbsdxml.so
2082219820SjeffOLD_FILES+=lib/libc.so
2083219820SjeffOLD_FILES+=lib/libcam.so
2084219820SjeffOLD_FILES+=lib/libcrypt.so
2085219820SjeffOLD_FILES+=lib/libcrypto.so
2086219820SjeffOLD_FILES+=lib/libdevstat.so
2087219820SjeffOLD_FILES+=lib/libedit.so
2088219820SjeffOLD_FILES+=lib/libgeom.so
2089219820SjeffOLD_FILES+=lib/libipsec.so
2090219820SjeffOLD_FILES+=lib/libipx.so
2091219820SjeffOLD_FILES+=lib/libkvm.so
2092219820SjeffOLD_FILES+=lib/libm.so
2093219820SjeffOLD_FILES+=lib/libmd.so
2094219820SjeffOLD_FILES+=lib/libncurses.so
2095219820SjeffOLD_FILES+=lib/libreadline.so
2096219820SjeffOLD_FILES+=lib/libsbuf.so
2097219820SjeffOLD_FILES+=lib/libufs.so
2098219820SjeffOLD_FILES+=lib/libz.so
2099219820Sjeff# 200312XX
2100219820SjeffOLD_FILES+=bin/cxconfig
2101219820SjeffOLD_FILES+=sbin/cxconfig
2102219820SjeffOLD_FILES+=usr/share/man/man8/cxconfig.8.gz
2103219820Sjeff# 200309XX
2104219820SjeffOLD_FILES+=usr/bin/symorder
2105219820SjeffOLD_FILES+=usr/share/man/man1/symorder.1.gz
2106219820Sjeff# 200308XX
2107219820SjeffOLD_FILES+=usr/sbin/amldb
2108219820SjeffOLD_FILES+=usr/share/man/man8/amldb.8.gz
2109219820Sjeff# 200307XX
2110219820SjeffOLD_FILES+=sbin/mount_nwfs
2111219820SjeffOLD_FILES+=sbin/mount_portalfs
2112219820SjeffOLD_FILES+=sbin/mount_smbfs
2113219820Sjeff# 200306XX
2114219820SjeffOLD_FILES+=usr/sbin/dev_mkdb
2115219820SjeffOLD_FILES+=usr/share/man/man8/dev_mkdb.8.gz
2116219820Sjeff# 200304XX
2117219820SjeffOLD_FILES+=usr/lib/libcipher.a
2118219820SjeffOLD_FILES+=usr/lib/libcipher.so
2119219820SjeffOLD_FILES+=usr/lib/libcipher_p.a
2120219820SjeffOLD_FILES+=usr/lib/libgmp.a
2121219820SjeffOLD_FILES+=usr/lib/libgmp.so
2122219820SjeffOLD_FILES+=usr/lib/libgmp_p.a
2123219820SjeffOLD_FILES+=usr/lib/libperl.a
2124219820SjeffOLD_FILES+=usr/lib/libperl.so
2125219820SjeffOLD_FILES+=usr/lib/libperl_p.a
2126219820SjeffOLD_FILES+=usr/lib/libposix1e.a
2127219820SjeffOLD_FILES+=usr/lib/libposix1e.so
2128219820SjeffOLD_FILES+=usr/lib/libposix1e_p.a
2129219820SjeffOLD_FILES+=usr/lib/libskey.a
2130219820SjeffOLD_FILES+=usr/lib/libskey.so
2131219820SjeffOLD_FILES+=usr/lib/libskey_p.a
2132219820SjeffOLD_FILES+=usr/libexec/tradcpp0
2133219820SjeffOLD_FILES+=usr/libexec/cpp0
2134219820Sjeff# 200304XX: removal of xten
2135219820SjeffOLD_FILES+=usr/libexec/xtend
2136219820SjeffOLD_FILES+=usr/sbin/xten
2137219820SjeffOLD_FILES+=usr/share/man/man1/xten.1.gz
2138219820SjeffOLD_FILES+=usr/share/man/man8/xtend.8.gz
2139219820Sjeff# 200303XX
2140219820SjeffOLD_FILES+=usr/lib/libacl.so
2141219820SjeffOLD_FILES+=usr/lib/libdescrypt.so
2142219820SjeffOLD_FILES+=usr/lib/libf2c.so
2143219820SjeffOLD_FILES+=usr/lib/libg++.so
2144219820SjeffOLD_FILES+=usr/lib/libkdb.so
2145219820SjeffOLD_FILES+=usr/lib/librsaINTL.so
2146219820SjeffOLD_FILES+=usr/lib/libscrypt.so
2147219820SjeffOLD_FILES+=usr/lib/libss.so
2148219820Sjeff# 200302XX
2149219820SjeffOLD_FILES+=usr/lib/libacl.a
2150219820SjeffOLD_FILES+=usr/lib/libacl_p.a
2151219820SjeffOLD_FILES+=usr/lib/libkadm.a
2152219820SjeffOLD_FILES+=usr/lib/libkadm.so
2153219820SjeffOLD_FILES+=usr/lib/libkadm_p.a
2154219820SjeffOLD_FILES+=usr/lib/libkafs.a
2155219820SjeffOLD_FILES+=usr/lib/libkafs.so
2156219820SjeffOLD_FILES+=usr/lib/libkafs_p.a
2157219820SjeffOLD_FILES+=usr/lib/libkdb.a
2158219820SjeffOLD_FILES+=usr/lib/libkdb_p.a
2159219820SjeffOLD_FILES+=usr/lib/libkrb.a
2160219820SjeffOLD_FILES+=usr/lib/libkrb.so
2161219820SjeffOLD_FILES+=usr/lib/libkrb_p.a
2162219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CIPHER_get_name.3.gz
2163219820SjeffOLD_FILES+=usr/share/man/man3/SSL_COMP_add_compression_method.3
2164219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_add_extra_chain_cert.3.gz
2165219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_add_session.3.gz
2166219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_ctrl.3.gz
2167219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_flush_sessions.3.gz
2168219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_free.3.gz
2169219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_get_verify_mode.3.gz
2170219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_load_verify_locations.3.gz
2171219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_new.3.gz
2172219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_sess_number.3.gz
2173219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_sess_set_cache_size.3.gz
2174219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_sess_set_get_cb.3.gz
2175219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_sessions.3.gz
2176219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_cert_store.3.gz
2177219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_cert_verify_callback.3.gz
2178219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_cipher_list.3.gz
2179219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_client_CA_list.3.gz
2180219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_client_cert_cb.3.gz
2181219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_default_passwd_cb.3.gz
2182219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_generate_session_id.3.gz
2183219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_info_callback.3.gz
2184219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_max_cert_list.3.gz
2185219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_mode.3.gz
2186219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_msg_callback.3.gz
2187219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_options.3.gz
2188219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_quiet_shutdown.3.gz
2189219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_session_cache_mode.3.gz
2190219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_session_id_context.3.gz
2191219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_ssl_version.3.gz
2192219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_timeout.3.gz
2193219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_tmp_dh_callback.3.gz
2194219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_tmp_rsa_callback.3.gz
2195219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_set_verify.3.gz
2196219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_use_certificate.3.gz
2197219820SjeffOLD_FILES+=usr/share/man/man3/SSL_SESSION_free.3.gz
2198219820SjeffOLD_FILES+=usr/share/man/man3/SSL_SESSION_get_ex_new_index.3.gz
2199219820SjeffOLD_FILES+=usr/share/man/man3/SSL_SESSION_get_time.3.gz
2200219820SjeffOLD_FILES+=usr/share/man/man3/SSL_accept.3.gz
2201219820SjeffOLD_FILES+=usr/share/man/man3/SSL_alert_type_string.3.gz
2202219820SjeffOLD_FILES+=usr/share/man/man3/SSL_clear.3.gz
2203219820SjeffOLD_FILES+=usr/share/man/man3/SSL_connect.3.gz
2204219820SjeffOLD_FILES+=usr/share/man/man3/SSL_do_handshake.3.gz
2205219820SjeffOLD_FILES+=usr/share/man/man3/SSL_free.3.gz
2206219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_SSL_CTX.3.gz
2207219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_ciphers.3.gz
2208219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_client_CA_list.3.gz
2209219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_current_cipher.3.gz
2210219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_default_timeout.3.gz
2211219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_error.3.gz
2212219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_ex_data_X509_STORE_CTX_idx.3.gz
2213219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_ex_new_index.3.gz
2214219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_fd.3.gz
2215219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_peer_cert_chain.3.gz
2216219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_peer_certificate.3.gz
2217219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_rbio.3.gz
2218219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_session.3.gz
2219219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_verify_result.3.gz
2220219820SjeffOLD_FILES+=usr/share/man/man3/SSL_get_version.3.gz
2221219820SjeffOLD_FILES+=usr/share/man/man3/SSL_library_init.3.gz
2222219820SjeffOLD_FILES+=usr/share/man/man3/SSL_load_client_CA_file.3.gz
2223219820SjeffOLD_FILES+=usr/share/man/man3/SSL_new.3.gz
2224219820SjeffOLD_FILES+=usr/share/man/man3/SSL_pending.3.gz
2225219820SjeffOLD_FILES+=usr/share/man/man3/SSL_read.3.gz
2226219820SjeffOLD_FILES+=usr/share/man/man3/SSL_rstate_string.3.gz
2227219820SjeffOLD_FILES+=usr/share/man/man3/SSL_session_reused.3.gz
2228219820SjeffOLD_FILES+=usr/share/man/man3/SSL_set_bio.3.gz
2229219820SjeffOLD_FILES+=usr/share/man/man3/SSL_set_connect_state.3.gz
2230219820SjeffOLD_FILES+=usr/share/man/man3/SSL_set_fd.3.gz
2231219820SjeffOLD_FILES+=usr/share/man/man3/SSL_set_session.3.gz
2232219820SjeffOLD_FILES+=usr/share/man/man3/SSL_set_shutdown.3.gz
2233219820SjeffOLD_FILES+=usr/share/man/man3/SSL_set_verify_result.3.gz
2234219820SjeffOLD_FILES+=usr/share/man/man3/SSL_shutdown.3.gz
2235219820SjeffOLD_FILES+=usr/share/man/man3/SSL_state_string.3.gz
2236219820SjeffOLD_FILES+=usr/share/man/man3/SSL_want.3.gz
2237219820SjeffOLD_FILES+=usr/share/man/man3/SSL_write.3.gz
2238219820SjeffOLD_FILES+=usr/share/man/man3/d2i_SSL_SESSION.3.gz
2239219820Sjeff# 200301XX
2240219820SjeffOLD_FILES+=usr/share/man/man3/des_3cbc_encrypt.3.gz
2241219820SjeffOLD_FILES+=usr/share/man/man3/des_3ecb_encrypt.3.gz
2242219820SjeffOLD_FILES+=usr/share/man/man3/des_cbc_cksum.3.gz
2243219820SjeffOLD_FILES+=usr/share/man/man3/des_cbc_encrypt.3.gz
2244219820SjeffOLD_FILES+=usr/share/man/man3/des_cfb_encrypt.3.gz
2245219820SjeffOLD_FILES+=usr/share/man/man3/des_ecb_encrypt.3.gz
2246219820SjeffOLD_FILES+=usr/share/man/man3/des_enc_read.3.gz
2247219820SjeffOLD_FILES+=usr/share/man/man3/des_enc_write.3.gz
2248219820SjeffOLD_FILES+=usr/share/man/man3/des_is_weak_key.3.gz
2249219820SjeffOLD_FILES+=usr/share/man/man3/des_key_sched.3.gz
2250219820SjeffOLD_FILES+=usr/share/man/man3/des_ofb_encrypt.3.gz
2251219820SjeffOLD_FILES+=usr/share/man/man3/des_pcbc_encrypt.3.gz
2252219820SjeffOLD_FILES+=usr/share/man/man3/des_quad_cksum.3.gz
2253219820SjeffOLD_FILES+=usr/share/man/man3/des_random_key.3.gz
2254219820SjeffOLD_FILES+=usr/share/man/man3/des_read_2password.3.gz
2255219820SjeffOLD_FILES+=usr/share/man/man3/des_read_password.3.gz
2256219820SjeffOLD_FILES+=usr/share/man/man3/des_read_pw_string.3.gz
2257219820SjeffOLD_FILES+=usr/share/man/man3/des_set_key.3.gz
2258219820SjeffOLD_FILES+=usr/share/man/man3/des_set_odd_parity.3.gz
2259219820SjeffOLD_FILES+=usr/share/man/man3/des_string_to_2key.3.gz
2260219820SjeffOLD_FILES+=usr/share/man/man3/des_string_to_key.3.gz
2261219820Sjeff# 200212XX
2262219820SjeffOLD_FILES+=usr/sbin/kenv
2263219820SjeffOLD_FILES+=usr/bin/kenv
2264219820SjeffOLD_FILES+=usr/sbin/elf2aout
2265219820Sjeff# 200210XX
2266219820SjeffOLD_FILES+=usr/include/libusbhid.h
2267219820SjeffOLD_FILES+=usr/share/man/man3/All_FreeBSD.3.gz
2268219820SjeffOLD_FILES+=usr/share/man/man3/CheckRules.3.gz
2269219820SjeffOLD_FILES+=usr/share/man/man3/ChunkCanBeRoot.3.gz
2270219820SjeffOLD_FILES+=usr/share/man/man3/Clone_Disk.3.gz
2271219820SjeffOLD_FILES+=usr/share/man/man3/Collapse_Chunk.3.gz
2272219820SjeffOLD_FILES+=usr/share/man/man3/Collapse_Disk.3.gz
2273219820SjeffOLD_FILES+=usr/share/man/man3/Create_Chunk.3.gz
2274219820SjeffOLD_FILES+=usr/share/man/man3/Create_Chunk_DWIM.3.gz
2275219820SjeffOLD_FILES+=usr/share/man/man3/Cyl_Aligned.3.gz
2276219820SjeffOLD_FILES+=usr/share/man/man3/Debug_Disk.3.gz
2277219820SjeffOLD_FILES+=usr/share/man/man3/Delete_Chunk.3.gz
2278219820SjeffOLD_FILES+=usr/share/man/man3/Disk_Names.3.gz
2279219820SjeffOLD_FILES+=usr/share/man/man3/Free_Disk.3.gz
2280219820SjeffOLD_FILES+=usr/share/man/man3/MakeDev.3.gz
2281219820SjeffOLD_FILES+=usr/share/man/man3/MakeDevDisk.3.gz
2282219820SjeffOLD_FILES+=usr/share/man/man3/Next_Cyl_Aligned.3.gz
2283219820SjeffOLD_FILES+=usr/share/man/man3/Next_Track_Aligned.3.gz
2284219820SjeffOLD_FILES+=usr/share/man/man3/Open_Disk.3.gz
2285219820SjeffOLD_FILES+=usr/share/man/man3/Prev_Cyl_Aligned.3.gz
2286219820SjeffOLD_FILES+=usr/share/man/man3/Prev_Track_Aligned.3.gz
2287219820SjeffOLD_FILES+=usr/share/man/man3/Set_Bios_Geom.3.gz
2288219820SjeffOLD_FILES+=usr/share/man/man3/Set_Boot_Blocks.3.gz
2289219820SjeffOLD_FILES+=usr/share/man/man3/Set_Boot_Mgr.3.gz
2290219820SjeffOLD_FILES+=usr/share/man/man3/ShowChunkFlags.3.gz
2291219820SjeffOLD_FILES+=usr/share/man/man3/Track_Aligned.3.gz
2292219820SjeffOLD_FILES+=usr/share/man/man3/Write_Disk.3.gz
2293219820SjeffOLD_FILES+=usr/share/man/man3/slice_type_name.3.gz
2294219820Sjeff# 200210XX: most games moved to ports
2295219820SjeffOLD_FILES+=usr/share/man/man6/adventure.6.gz
2296219820SjeffOLD_FILES+=usr/share/man/man6/arithmetic.6.gz
2297219820SjeffOLD_FILES+=usr/share/man/man6/atc.6.gz
2298219820SjeffOLD_FILES+=usr/share/man/man6/backgammon.6.gz
2299219820SjeffOLD_FILES+=usr/share/man/man6/battlestar.6.gz
2300219820SjeffOLD_FILES+=usr/share/man/man6/bs.6.gz
2301219820SjeffOLD_FILES+=usr/share/man/man6/canfield.6.gz
2302219820SjeffOLD_FILES+=usr/share/man/man6/cfscores.6.gz
2303219820SjeffOLD_FILES+=usr/share/man/man6/cribbage.6.gz
2304219820SjeffOLD_FILES+=usr/share/man/man6/fish.6.gz
2305219820SjeffOLD_FILES+=usr/share/man/man6/hack.6.gz
2306219820SjeffOLD_FILES+=usr/share/man/man6/hangman.6.gz
2307219820SjeffOLD_FILES+=usr/share/man/man6/larn.6.gz
2308219820SjeffOLD_FILES+=usr/share/man/man6/mille.6.gz
2309219820SjeffOLD_FILES+=usr/share/man/man6/phantasia.6.gz
2310219820SjeffOLD_FILES+=usr/share/man/man6/piano.6.gz
2311219820SjeffOLD_FILES+=usr/share/man/man6/pig.6.gz
2312219820SjeffOLD_FILES+=usr/share/man/man6/quiz.6.gz
2313219820SjeffOLD_FILES+=usr/share/man/man6/rain.6.gz
2314219820SjeffOLD_FILES+=usr/share/man/man6/robots.6.gz
2315219820SjeffOLD_FILES+=usr/share/man/man6/rogue.6.gz
2316219820SjeffOLD_FILES+=usr/share/man/man6/sail.6.gz
2317219820SjeffOLD_FILES+=usr/share/man/man6/snake.6.gz
2318219820SjeffOLD_FILES+=usr/share/man/man6/snscore.6.gz
2319219820SjeffOLD_FILES+=usr/share/man/man6/trek.6.gz
2320219820SjeffOLD_FILES+=usr/share/man/man6/wargames.6.gz
2321219820SjeffOLD_FILES+=usr/share/man/man6/worm.6.gz
2322219820SjeffOLD_FILES+=usr/share/man/man6/worms.6.gz
2323219820SjeffOLD_FILES+=usr/share/man/man6/wump.6.gz
2324219820Sjeff# 200207XX
2325219820SjeffOLD_FILES+=usr/share/man/man1aout/ar.1aout.gz
2326219820SjeffOLD_FILES+=usr/share/man/man1aout/as.1aout.gz
2327219820SjeffOLD_FILES+=usr/share/man/man1aout/ld.1aout.gz
2328219820SjeffOLD_FILES+=usr/share/man/man1aout/nm.1aout.gz
2329219820SjeffOLD_FILES+=usr/share/man/man1aout/ranlib.1aout.gz
2330219820SjeffOLD_FILES+=usr/share/man/man1aout/size.1aout.gz
2331219820SjeffOLD_FILES+=usr/share/man/man1aout/strings.1aout.gz
2332219820SjeffOLD_FILES+=usr/share/man/man1aout/strip.1aout.gz
2333219820SjeffOLD_FILES+=bin/mountd
2334219820SjeffOLD_FILES+=bin/nfsd
2335219820Sjeff# 20020707 sbin/nfsd -> usr.sbin/nfsd
2336219820SjeffOLD_FILES+=sbin/nfsd
2337219820Sjeff# 200206XX
2338219820SjeffOLD_FILES+=usr/lib/libpam_ssh.a
2339219820SjeffOLD_FILES+=usr/lib/libpam_ssh_p.a
2340219820SjeffOLD_FILES+=usr/bin/help
2341219820SjeffOLD_FILES+=usr/bin/sccs
2342219820Sjeff.if ${TARGET_ARCH} != "amd64" && ${TARGET_ARCH} != "arm" && ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "powerpc"
2343219820SjeffOLD_FILES+=usr/bin/gdbserver
2344219820Sjeff.endif
2345219820SjeffOLD_FILES+=usr/bin/ssh-keysign
2346219820SjeffOLD_FILES+=usr/sbin/gifconfig
2347219820SjeffOLD_FILES+=usr/sbin/prefix
2348219820Sjeff# 200205XX
2349219820SjeffOLD_FILES+=usr/bin/doscmd
2350219820Sjeff# 200204XX
2351219820SjeffOLD_FILES+=usr/bin/a2p
2352219820SjeffOLD_FILES+=usr/bin/ptx
2353219820SjeffOLD_FILES+=usr/bin/pod2text
2354219820SjeffOLD_FILES+=usr/bin/pod2man
2355219820SjeffOLD_FILES+=usr/bin/pod2latex
2356219820SjeffOLD_FILES+=usr/bin/pod2html
2357219820SjeffOLD_FILES+=usr/bin/h2ph
2358219820SjeffOLD_FILES+=usr/bin/dprofpp
2359219820SjeffOLD_FILES+=usr/bin/c2ph
2360219820SjeffOLD_FILES+=usr/bin/h2xs
2361219820SjeffOLD_FILES+=usr/bin/pl2pm
2362219820SjeffOLD_FILES+=usr/bin/splain
2363219820SjeffOLD_FILES+=usr/bin/s2p
2364219820SjeffOLD_FILES+=usr/bin/find2perl
2365219820SjeffOLD_FILES+=usr/sbin/pkg_update
2366219820SjeffOLD_FILES+=usr/sbin/scriptdump
2367219820Sjeff# 20020409 GC kget(1), userconfig is long dead.
2368219820SjeffOLD_FILES+=sbin/kget
2369219820SjeffOLD_FILES+=usr/share/man/man8/kget.8.gz
2370219820Sjeff# 200203XX
2371219820SjeffOLD_FILES+=usr/lib/libss.a
2372219820SjeffOLD_FILES+=usr/lib/libss_p.a
2373219820SjeffOLD_FILES+=usr/lib/libtelnet.a
2374219820SjeffOLD_FILES+=usr/lib/libtelnet_p.a
2375219820SjeffOLD_FILES+=usr/sbin/diskpart
2376219820Sjeff# 200202XX
2377219820SjeffOLD_FILES+=usr/bin/gprof4
2378219820Sjeff# 200201XX
2379219820SjeffOLD_FILES+=usr/sbin/linux
2380219820Sjeff# 2001XXXX
2381219820SjeffOLD_FILES+=usr/bin/joy
2382219820SjeffOLD_FILES+=usr/sbin/ibcs2
2383219820SjeffOLD_FILES+=usr/sbin/svr4
2384219820SjeffOLD_FILES+=usr/bin/chflags
2385219820SjeffOLD_FILES+=usr/sbin/uuconv
2386219820SjeffOLD_FILES+=usr/sbin/uuchk
2387219820SjeffOLD_FILES+=usr/sbin/portmap
2388219820SjeffOLD_FILES+=usr/sbin/pmap_set
2389219820SjeffOLD_FILES+=usr/sbin/pmap_dump
2390219820SjeffOLD_FILES+=usr/sbin/mcon
2391219820SjeffOLD_FILES+=usr/sbin/stlstty
2392219820SjeffOLD_FILES+=usr/sbin/ispppcontrol
2393219820SjeffOLD_FILES+=usr/sbin/rndcontrol
2394219820Sjeff# 20011001: UUCP migration to ports
2395219820SjeffOLD_FILES+=usr/bin/uucp
2396219820SjeffOLD_FILES+=usr/bin/uulog
2397219820SjeffOLD_FILES+=usr/bin/uuname
2398219820SjeffOLD_FILES+=usr/bin/uupick
2399219820SjeffOLD_FILES+=usr/bin/uusched
2400219820SjeffOLD_FILES+=usr/bin/uustat
2401219820SjeffOLD_FILES+=usr/bin/uuto
2402219820SjeffOLD_FILES+=usr/bin/uux
2403219820SjeffOLD_FILES+=usr/libexec/uucp/uucico
2404219820SjeffOLD_FILES+=usr/libexec/uucp/uuxqt
2405219820SjeffOLD_FILES+=usr/libexec/uucpd
2406219820SjeffOLD_FILES+=usr/share/man/man1/uuconv.1.gz
2407219820SjeffOLD_FILES+=usr/share/man/man1/uucp.1.gz
2408219820SjeffOLD_FILES+=usr/share/man/man1/uulog.1.gz
2409219820SjeffOLD_FILES+=usr/share/man/man1/uuname.1.gz
2410219820SjeffOLD_FILES+=usr/share/man/man1/uupick.1.gz
2411219820SjeffOLD_FILES+=usr/share/man/man1/uustat.1.gz
2412219820SjeffOLD_FILES+=usr/share/man/man1/uuto.1.gz
2413219820SjeffOLD_FILES+=usr/share/man/man1/uux.1.gz
2414219820SjeffOLD_FILES+=usr/share/man/man8/uuchk.8.gz
2415219820SjeffOLD_FILES+=usr/share/man/man8/uucico.8.gz
2416219820SjeffOLD_FILES+=usr/share/man/man8/uucpd.8.gz
2417219820SjeffOLD_FILES+=usr/share/man/man8/uusched.8.gz
2418219820SjeffOLD_FILES+=usr/share/man/man8/uuxqt.8.gz
2419219820Sjeff# 20010523 mount_portal -> mount_portalfs
2420219820SjeffOLD_FILES+=sbin/mount_portal
2421219820SjeffOLD_FILES+=usr/share/man/man8/mount_portal.8.gz
2422219820Sjeff# 200104XX
2423219820SjeffOLD_FILES+=usr/lib/libdescrypt.a
2424219820SjeffOLD_FILES+=usr/lib/libscrypt.a
2425219820SjeffOLD_FILES+=usr/lib/libscrypt_p.a
2426219820SjeffOLD_FILES+=usr/sbin/pim6stat
2427219820SjeffOLD_FILES+=usr/sbin/pim6sd
2428219820SjeffOLD_FILES+=usr/sbin/pim6dd
2429219820Sjeff# 20010217
2430219820SjeffOLD_FILES+=usr/share/doc/bind/misc/dns-setup
2431219820Sjeff# 20001200
2432219820SjeffOLD_FILES+=usr/lib/libgcc_r_pic.a
2433219820Sjeff# 200009XX
2434219820SjeffOLD_FILES+=usr/lib/libRSAglue.a
2435219820SjeffOLD_FILES+=usr/lib/libRSAglue.so
2436219820SjeffOLD_FILES+=usr/lib/librsaINTL.a
2437219820SjeffOLD_FILES+=usr/lib/librsaUSA.a
2438219820SjeffOLD_FILES+=usr/lib/librsaUSA.so
2439219820Sjeff# 200002XX ?
2440219820SjeffOLD_FILES+=usr/lib/libf2c.a
2441219820SjeffOLD_FILES+=usr/lib/libf2c_p.a
2442219820SjeffOLD_FILES+=usr/lib/libg++.a
2443219820SjeffOLD_FILES+=usr/lib/libg++_p.a
2444219820Sjeff# 20001006
2445219820SjeffOLD_FILES+=usr/bin/miniperl
2446219820Sjeff# 20000810
2447219820SjeffOLD_FILES+=usr/bin/sperl
2448219820Sjeff# 200001XX
2449219820SjeffOLD_FILES+=usr/sbin/apmconf
2450219820Sjeff# 199911XX
2451219820SjeffOLD_FILES+=usr/sbin/ipfstat
2452219820SjeffOLD_FILES+=usr/sbin/ipmon
2453219820SjeffOLD_FILES+=usr/sbin/ipnat
2454219820SjeffOLD_FILES+=usr/sbin/bad144
2455219820SjeffOLD_FILES+=usr/sbin/wormcontrol
2456219820SjeffOLD_FILES+=usr/sbin/named-bootconf
2457219820SjeffOLD_FILES+=usr/sbin/kvm_mkdb
2458219820SjeffOLD_FILES+=usr/sbin/keyadmin
2459219820Sjeff# 199909XX
2460219820SjeffOLD_FILES+=usr/lib/libdesrypt_p.a
2461219820SjeffOLD_FILES+=sbin/ft
2462219820Sjeff# 199903XX
2463219820SjeffOLD_FILES+=sbin/modload
2464219820SjeffOLD_FILES+=sbin/modunload
2465219820SjeffOLD_FILES+=usr/sbin/natd
2466219820Sjeff# 199812XX
2467219820SjeffOLD_FILES+=sbin/dset
2468219820Sjeff# 199809XX
2469219820SjeffOLD_FILES+=sbin/scsi
2470219820SjeffOLD_FILES+=sbin/scsiformat
2471219820SjeffOLD_FILES+=usr/sbin/ncrcontrol
2472219820SjeffOLD_FILES+=usr/sbin/tickadj
2473219820Sjeff# 199806XX
2474219820SjeffOLD_FILES+=usr/sbin/mkdosfs
2475219820Sjeff# 199801XX
2476219820SjeffOLD_FILES+=sbin/mount_lfs
2477219820SjeffOLD_FILES+=sbin/newlfs
2478219820SjeffOLD_FILES+=sbin/dumplfs
2479219820SjeffOLD_FILES+=usr/sbin/qcamcontrol
2480219820SjeffOLD_FILES+=usr/sbin/supscan
2481219820Sjeff# 1997XXXX
2482219820SjeffOLD_FILES+=usr/sbin/sysctl
2483219820SjeffOLD_FILES+=usr/sbin/ctm_scan
2484219820SjeffOLD_FILES+=usr/sbin/addgroup
2485219820SjeffOLD_FILES+=usr/sbin/rmgroup
2486219820Sjeff# 1996XXXX
2487219820SjeffOLD_FILES+=sbin/rdisc
2488219820SjeffOLD_FILES+=usr/sbin/cdplay
2489219820SjeffOLD_FILES+=usr/sbin/supfilesrv
2490219820SjeffOLD_FILES+=usr/sbin/routed
2491219820SjeffOLD_FILES+=usr/sbin/lsdev
2492219820SjeffOLD_FILES+=usr/sbin/yppasswdd
2493219820Sjeff## unsorted
2494219820Sjeff# do we still support aout builds?
2495219820Sjeff#OLD_FILES+=usr/lib/aout/c++rt0.o
2496219820Sjeff#OLD_FILES+=usr/lib/aout/crt0.o
2497219820Sjeff#OLD_FILES+=usr/lib/aout/gcrt0.o
2498219820Sjeff#OLD_FILES+=usr/lib/aout/scrt0.o
2499219820Sjeff#OLD_FILES+=usr/lib/aout/sgcrt0.o
2500219820SjeffOLD_FILES+=usr/bin/sperl5
2501219820SjeffOLD_FILES+=usr/bin/perl5.6.0
2502219820SjeffOLD_FILES+=usr/bin/sperl5.6.0
2503219820SjeffOLD_FILES+=usr/bin/perlbc
2504219820SjeffOLD_FILES+=usr/bin/perl5.00503
2505219820SjeffOLD_FILES+=usr/bin/sperl5.00503
2506219820SjeffOLD_FILES+=usr/bin/perlbug
2507219820SjeffOLD_FILES+=usr/bin/perlcc
2508219820SjeffOLD_FILES+=usr/bin/perldoc
2509219820SjeffOLD_FILES+=usr/bin/suidperl
2510219820SjeffOLD_FILES+=usr/lib/pam_ftp.so
2511219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/CGI/Apache.pm
2512219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/CGI/Carp.pm
2513219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/CGI/Cookie.pm
2514219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/CGI/Fast.pm
2515219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/CGI/Push.pm
2516219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/CGI/Switch.pm
2517219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/CPAN/FirstTime.pm
2518219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/CPAN/Nox.pm
2519219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Class/Struct.pm
2520219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Devel/SelfStubber.pm
2521219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/Command.pm
2522219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/Embed.pm
2523219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/Install.pm
2524219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/Installed.pm
2525219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/Liblist.pm
2526219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/MM_OS2.pm
2527219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/MM_Unix.pm
2528219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/MM_VMS.pm
2529219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/MM_Win32.pm
2530219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/MakeMaker.pm
2531219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/Manifest.pm
2532219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/Mkbootstrap.pm
2533219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/Mksymlists.pm
2534219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/Packlist.pm
2535219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/inst
2536219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/testlib.pm
2537219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/typemap
2538219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ExtUtils/xsubpp
2539219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/File/Spec/Mac.pm
2540219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/File/Spec/OS2.pm
2541219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/File/Spec/Unix.pm
2542219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/File/Spec/VMS.pm
2543219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/File/Spec/Win32.pm
2544219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/File/Basename.pm
2545219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/File/CheckTree.pm
2546219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/File/Compare.pm
2547219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/File/Copy.pm
2548219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/File/DosGlob.pm
2549219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/File/Find.pm
2550219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/File/Path.pm
2551219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/File/Spec.pm
2552219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/File/stat.pm
2553219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Getopt/Long.pm
2554219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Getopt/Std.pm
2555219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/I18N/Collate.pm
2556219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/IPC/Open2.pm
2557219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/IPC/Open3.pm
2558219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Math/BigFloat.pm
2559219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Math/BigInt.pm
2560219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Math/Complex.pm
2561219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Math/Trig.pm
2562219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Net/Ping.pm
2563219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Net/hostent.pm
2564219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Net/netent.pm
2565219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Net/protoent.pm
2566219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Net/servent.pm
2567219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Pod/Functions.pm
2568219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Pod/Html.pm
2569219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Pod/Text.pm
2570219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Search/Dict.pm
2571219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Sys/Hostname.pm
2572219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Sys/Syslog.pm
2573219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Term/Cap.pm
2574219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Term/Complete.pm
2575219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Term/ReadLine.pm
2576219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Test/Harness.pm
2577219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Text/Abbrev.pm
2578219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Text/ParseWords.pm
2579219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Text/Soundex.pm
2580219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Text/Tabs.pm
2581219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Text/Wrap.pm
2582219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Tie/Array.pm
2583219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Tie/Handle.pm
2584219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Tie/Hash.pm
2585219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Tie/RefHash.pm
2586219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Tie/Scalar.pm
2587219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Tie/SubstrHash.pm
2588219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Time/Local.pm
2589219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Time/gmtime.pm
2590219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Time/localtime.pm
2591219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Time/tm.pm
2592219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/User/grent.pm
2593219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/User/pwent.pm
2594219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/auto/Getopt/Long/GetOptions.al
2595219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/auto/Getopt/Long/FindOption.al
2596219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/auto/Getopt/Long/Configure.al
2597219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/auto/Getopt/Long/config.al
2598219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/auto/Getopt/Long/Croak.al
2599219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/auto/Getopt/Long/autosplit.ix
2600219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/Deparse.pm
2601219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/CC.pm
2602219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/Debug.pm
2603219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/Showlex.pm
2604219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/makeliblinks
2605219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/Bblock.pm
2606219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/cc_harness
2607219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/Bytecode.pm
2608219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/Stackobj.pm
2609219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/Xref.pm
2610219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/Lint.pm
2611219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/Asmdata.pm
2612219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/Assembler.pm
2613219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/Disassembler.pm
2614219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/disassemble
2615219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/assemble
2616219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/Terse.pm
2617219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B/C.pm
2618219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/EXTERN.h
2619219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/INTERN.h
2620219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/XSUB.h
2621219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/XSlock.h
2622219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/av.h
2623219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/bytecode.h
2624219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/byterun.h
2625219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/cc_runtime.h
2626219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/config.h
2627219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/cop.h
2628219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/cv.h
2629219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/dosish.h
2630219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/embed.h
2631219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/embedvar.h
2632219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/fakethr.h
2633219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/form.h
2634219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/gv.h
2635219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/handy.h
2636219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/hv.h
2637219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/intrpvar.h
2638219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/iperlsys.h
2639219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/keywords.h
2640219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/mg.h
2641219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/nostdio.h
2642219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/objXSUB.h
2643219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/objpp.h
2644219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/op.h
2645219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/opcode.h
2646219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/patchlevel.h
2647219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/perl.h
2648219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/perlio.h
2649219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/perlsdio.h
2650219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/perlsfio.h
2651219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/perlvars.h
2652219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/perly.h
2653219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/pp.h
2654219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/pp_proto.h
2655219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/proto.h
2656219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/regcomp.h
2657219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/regexp.h
2658219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/regnodes.h
2659219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/scope.h
2660219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/sv.h
2661219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/thrdvar.h
2662219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/thread.h
2663219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/unixish.h
2664219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/CORE/util.h
2665219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/Data/Dumper.pm
2666219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/IO/File.pm
2667219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/IO/Select.pm
2668219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/IO/Socket.pm
2669219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/IO/Handle.pm
2670219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/IO/Seekable.pm
2671219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/IO/Pipe.pm
2672219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/IPC/SysV.pm
2673219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/IPC/Msg.pm
2674219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/IPC/Semaphore.pm
2675219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/B/B.so
2676219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/B/B.bs
2677219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/B/.packlist
2678219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/DB_File/autosplit.ix
2679219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/DB_File/DB_File.so
2680219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/DB_File/DB_File.bs
2681219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/DB_File/.packlist
2682219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/Data/Dumper/Dumper.so
2683219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/Data/Dumper/Dumper.bs
2684219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/Data/Dumper/.packlist
2685219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/DynaLoader/.exists
2686219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/DynaLoader/dl_findfile.al
2687219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/DynaLoader/dl_expandspec.al
2688219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/DynaLoader/dl_find_symbol_anywhere.al
2689219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/DynaLoader/autosplit.ix
2690219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/DynaLoader/DynaLoader.a
2691219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/DynaLoader/extralibs.ld
2692219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/Fcntl/Fcntl.so
2693219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/Fcntl/Fcntl.bs
2694219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/Fcntl/.packlist
2695219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/IO/IO.so
2696219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/IO/IO.bs
2697219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/IO/.packlist
2698219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/IPC/SysV/SysV.so
2699219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/IPC/SysV/SysV.bs
2700219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/IPC/SysV/.packlist
2701219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/NDBM_File/NDBM_File.so
2702219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/NDBM_File/NDBM_File.bs
2703219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/NDBM_File/.packlist
2704219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/Opcode/Opcode.so
2705219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/Opcode/Opcode.bs
2706219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/Opcode/.packlist
2707219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/assert.al
2708219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/tolower.al
2709219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/toupper.al
2710219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/closedir.al
2711219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/opendir.al
2712219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/readdir.al
2713219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/rewinddir.al
2714219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/errno.al
2715219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/creat.al
2716219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fcntl.al
2717219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getgrgid.al
2718219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getgrnam.al
2719219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/atan2.al
2720219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/cos.al
2721219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/exp.al
2722219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fabs.al
2723219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/log.al
2724219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/pow.al
2725219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/sin.al
2726219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/sqrt.al
2727219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getpwnam.al
2728219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getpwuid.al
2729219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/longjmp.al
2730219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/setjmp.al
2731219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/kill.al
2732219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/feof.al
2733219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/siglongjmp.al
2734219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/sigsetjmp.al
2735219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/raise.al
2736219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/offsetof.al
2737219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/clearerr.al
2738219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fclose.al
2739219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fdopen.al
2740219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fgetc.al
2741219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fgets.al
2742219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fileno.al
2743219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fopen.al
2744219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fprintf.al
2745219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fputc.al
2746219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fputs.al
2747219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fread.al
2748219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/freopen.al
2749219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fscanf.al
2750219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fseek.al
2751219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/ferror.al
2752219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fflush.al
2753219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fgetpos.al
2754219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fsetpos.al
2755219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/ftell.al
2756219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fwrite.al
2757219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getc.al
2758219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getchar.al
2759219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/gets.al
2760219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/perror.al
2761219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/printf.al
2762219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/putc.al
2763219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/putchar.al
2764219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/puts.al
2765219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/remove.al
2766219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/rename.al
2767219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/rewind.al
2768219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/scanf.al
2769219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/sprintf.al
2770219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/sscanf.al
2771219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/tmpfile.al
2772219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/ungetc.al
2773219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/vfprintf.al
2774219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/vprintf.al
2775219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/vsprintf.al
2776219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/abs.al
2777219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/atexit.al
2778219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/atof.al
2779219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/atoi.al
2780219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/atol.al
2781219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/bsearch.al
2782219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/calloc.al
2783219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/div.al
2784219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/exit.al
2785219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/free.al
2786219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getenv.al
2787219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/labs.al
2788219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/ldiv.al
2789219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/malloc.al
2790219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/qsort.al
2791219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/rand.al
2792219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/realloc.al
2793219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/srand.al
2794219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/system.al
2795219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/memchr.al
2796219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/memcmp.al
2797219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/memcpy.al
2798219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/memmove.al
2799219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/memset.al
2800219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strcat.al
2801219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strchr.al
2802219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strcmp.al
2803219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strcpy.al
2804219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strcspn.al
2805219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strerror.al
2806219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strlen.al
2807219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strncat.al
2808219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strncmp.al
2809219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strncpy.al
2810219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strpbrk.al
2811219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strrchr.al
2812219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strspn.al
2813219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strstr.al
2814219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/strtok.al
2815219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/chmod.al
2816219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fstat.al
2817219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/mkdir.al
2818219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/stat.al
2819219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/umask.al
2820219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/wait.al
2821219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/waitpid.al
2822219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/gmtime.al
2823219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/localtime.al
2824219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/time.al
2825219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/alarm.al
2826219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/chdir.al
2827219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/chown.al
2828219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/execl.al
2829219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/execle.al
2830219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/execlp.al
2831219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/execv.al
2832219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/execve.al
2833219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/execvp.al
2834219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/fork.al
2835219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getcwd.al
2836219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getegid.al
2837219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/geteuid.al
2838219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getgid.al
2839219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getgroups.al
2840219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getlogin.al
2841219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getpgrp.al
2842219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getpid.al
2843219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getppid.al
2844219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/getuid.al
2845219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/isatty.al
2846219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/link.al
2847219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/rmdir.al
2848219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/setbuf.al
2849219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/setgid.al
2850219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/setuid.al
2851219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/setvbuf.al
2852219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/sleep.al
2853219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/unlink.al
2854219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/utime.al
2855219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/autosplit.ix
2856219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/POSIX.so
2857219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/POSIX.bs
2858219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/POSIX/.packlist
2859219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/SDBM_File/SDBM_File.so
2860219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/SDBM_File/SDBM_File.bs
2861219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/SDBM_File/.packlist
2862219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/Socket/Socket.so
2863219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/Socket/Socket.bs
2864219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/Socket/.packlist
2865219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/attrs/attrs.so
2866219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/attrs/attrs.bs
2867219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/attrs/.packlist
2868219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/re/re.so
2869219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/re/re.bs
2870219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/re/.packlist
2871219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/sdbm/extralibs.ld
2872219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/auto/Errno/.packlist
2873219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/Config.pm
2874219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/B.pm
2875219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/O.pm
2876219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/perllocal.pod
2877219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/DB_File.pm
2878219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/Errno.pm
2879219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/Fcntl.pm
2880219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/IO.pm
2881219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/NDBM_File.pm
2882219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/Safe.pm
2883219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/Opcode.pm
2884219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ops.pm
2885219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/POSIX.pod
2886219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/POSIX.pm
2887219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/SDBM_File.pm
2888219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/Socket.pm
2889219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/attrs.pm
2890219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/re.pm
2891219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/_h2ph_pre.ph
2892219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/a.out.ph
2893219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/cam/cam.ph
2894219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/cam/cam_ccb.ph
2895219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/cam/cam_debug.ph
2896219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/cam/cam_extend.ph
2897219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/cam/cam_periph.ph
2898219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/cam/cam_queue.ph
2899219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/cam/cam_sim.ph
2900219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/cam/cam_xpt.ph
2901219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/cam/cam_xpt_periph.ph
2902219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/cam/cam_xpt_sim.ph
2903219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/aio.ph
2904219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/alias.ph
2905219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ar.ph
2906219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/assert.ph
2907219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/bitstring.ph
2908219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/calendar.ph
2909219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/camlib.ph
2910219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/com_err.ph
2911219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/com_right.ph
2912219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ctype.ph
2913219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/curses.ph
2914219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/db.ph
2915219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/des.ph
2916219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/devstat.ph
2917219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/dialog.ph
2918219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/dirent.ph
2919219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/disktab.ph
2920219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/dlfcn.ph
2921219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/elf.ph
2922219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/err.ph
2923219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/errno.ph
2924219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/eti.ph
2925219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/fcntl.ph
2926219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/fetch.ph
2927219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/float.ph
2928219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/floatingpoint.ph
2929219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/fnmatch.ph
2930219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/form.ph
2931219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/fstab.ph
2932219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ftpio.ph
2933219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/fts.ph
2934219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/glob.ph
2935219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/gmp.ph
2936219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/gnuregex.ph
2937219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/grp.ph
2938219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/histedit.ph
2939219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ieeefp.ph
2940219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ifaddrs.ph
2941219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/inttypes.ph
2942219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/iso646.ph
2943219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/kvm.ph
2944219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/libatm.ph
2945219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/libdisk.ph
2946219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/libgen.ph
2947219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/libusb.ph
2948219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/libutil.ph
2949219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/limits.ph
2950219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/link.ph
2951219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/linker_set.ph
2952219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/locale.ph
2953219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/login_cap.ph
2954219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/malloc.ph
2955219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/FlexLexer.ph
2956219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/PlotFile.ph
2957219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/SFile.ph
2958219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/_G_config.ph
2959219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/algo.ph
2960219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/algobase.ph
2961219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/alloc.ph
2962219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/builtinbuf.ph
2963219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/bvector.ph
2964219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/complex.ph
2965219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/defalloc.ph
2966219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/deque.ph
2967219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/editbuf.ph
2968219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/floatio.ph
2969219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/fstream.ph
2970219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/function.ph
2971219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/hash_map.ph
2972219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/hash_set.ph
2973219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/hashtable.ph
2974219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/heap.ph
2975219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/indstream.ph
2976219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/iolibio.ph
2977219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/iomanip.ph
2978219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/list.ph
2979219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/iostdio.ph
2980219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/iostream.ph
2981219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/iostreamP.ph
2982219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/istream.ph
2983219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/iterator.ph
2984219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/libio.ph
2985219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/libioP.ph
2986219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/map.ph
2987219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/multimap.ph
2988219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/multiset.ph
2989219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/new.ph
2990219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/ostream.ph
2991219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/pair.ph
2992219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/parsestream.ph
2993219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/pfstream.ph
2994219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/procbuf.ph
2995219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/pthread_alloc.ph
2996219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/rope.ph
2997219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/ropeimpl.ph
2998219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/set.ph
2999219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/slist.ph
3000219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stack.ph
3001219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stdiostream.ph
3002219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl.ph
3003219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_algo.ph
3004219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/tree.ph
3005219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_algobase.ph
3006219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_alloc.ph
3007219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_bvector.ph
3008219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_config.ph
3009219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_construct.ph
3010219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_deque.ph
3011219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_function.ph
3012219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_hash_fun.ph
3013219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_hash_map.ph
3014219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_hash_set.ph
3015219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_hashtable.ph
3016219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_heap.ph
3017219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_iterator.ph
3018219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_list.ph
3019219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_map.ph
3020219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_multimap.ph
3021219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_multiset.ph
3022219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_numeric.ph
3023219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_pair.ph
3024219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_queue.ph
3025219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_raw_storage_iter.ph
3026219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_relops.ph
3027219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_rope.ph
3028219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_set.ph
3029219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_slist.ph
3030219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_stack.ph
3031219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_tempbuf.ph
3032219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_tree.ph
3033219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_uninitialized.ph
3034219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stl_vector.ph
3035219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/stream.ph
3036219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/streambuf.ph
3037219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/strfile.ph
3038219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/strstream.ph
3039219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/tempbuf.ph
3040219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/type_traits.ph
3041219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g++/vector.ph
3042219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/math.ph
3043219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/md2.ph
3044219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/md4.ph
3045219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/md5.ph
3046219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/memory.ph
3047219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/menu.ph
3048219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/mp.ph
3049219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/mpool.ph
3050219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/mqueue.ph
3051219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ncurses.ph
3052219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ndbm.ph
3053219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netdb.ph
3054219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph.ph
3055219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nl_types.ph
3056219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nlist.ph
3057219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/objformat.ph
3058219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/opie.ph
3059219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/osreldate.ph
3060219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/panel.ph
3061219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/paths.ph
3062219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pcap-int.ph
3063219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pcap-namedb.ph
3064219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pcap.ph
3065219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/poll.ph
3066219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pthread.ph
3067219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pthread_np.ph
3068219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pwd.ph
3069219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/radlib.ph
3070219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ranlib.ph
3071219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/regex.ph
3072219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/regexp.ph
3073219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/resolv.ph
3074219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ripemd.ph
3075219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rune.ph
3076219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/runetype.ph
3077219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sched.ph
3078219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/search.ph
3079219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/semaphore.ph
3080219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/setjmp.ph
3081219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sgtty.ph
3082219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sha.ph
3083219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/signal.ph
3084219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/skey.ph
3085219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/stab.ph
3086219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/stand.ph
3087219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/stdarg.ph
3088219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/stddef.ph
3089219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/stdio.ph
3090219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/stdlib.ph
3091219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/strhash.ph
3092219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/string.ph
3093219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/stringlist.ph
3094219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/strings.ph
3095219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/struct.ph
3096219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sysexits.ph
3097219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/syslog.ph
3098219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/taclib.ph
3099219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/tar.ph
3100219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/tcpd.ph
3101219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/term.ph
3102219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/termcap.ph
3103219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/termios.ph
3104219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/time.ph
3105219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/timers.ph
3106219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ttyent.ph
3107219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ucontext.ph
3108219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/unctrl.ph
3109219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/unistd.ph
3110219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/utime.ph
3111219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/utmp.ph
3112219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/values.ph
3113219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/varargs.ph
3114219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vgl.ph
3115219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vis.ph
3116219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/zconf.ph
3117219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/zlib.ph
3118219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/arpa/ftp.ph
3119219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/arpa/inet.ph
3120219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/arpa/nameser.ph
3121219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/arpa/nameser_compat.ph
3122219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/arpa/telnet.ph
3123219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/arpa/tftp.ph
3124219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/isc/assertions.ph
3125219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/isc/ctl.ph
3126219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/isc/dst.ph
3127219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/isc/eventlib.ph
3128219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/isc/heap.ph
3129219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/isc/irpmarshall.ph
3130219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/isc/logging.ph
3131219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/isc/memcluster.ph
3132219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/isc/misc.ph
3133219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/isc/tree.ph
3134219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/isc/list.ph
3135219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/ansi.ph
3136219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/apic.ph
3137219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/apm_bios.ph
3138219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/apm_segments.ph
3139219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/asc_ioctl.ph
3140219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/asm.ph
3141219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/asmacros.ph
3142219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/asnames.ph
3143219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/atomic.ph
3144219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/bootinfo.ph
3145219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/bus.ph
3146219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/bus_at386.ph
3147219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/bus_memio.ph
3148219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/bus_pc98.ph
3149219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/bus_pio.ph
3150219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/bus_pio_ind.ph
3151219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/cdk.ph
3152219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/clock.ph
3153219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/comstats.ph
3154219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/console.ph
3155219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/cpu.ph
3156219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/cpufunc.ph
3157219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/cputypes.ph
3158219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/cronyx.ph
3159219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/db_machdep.ph
3160219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/dvcfg.ph
3161219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/elf.ph
3162219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/endian.ph
3163219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/exec.ph
3164219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/float.ph
3165219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/floatingpoint.ph
3166219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/frame.ph
3167219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/globaldata.ph
3168219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/globals.ph
3169219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/gsc.ph
3170219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/i4b_cause.ph
3171219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/i4b_debug.ph
3172219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/i4b_ioctl.ph
3173219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/i4b_rbch_ioctl.ph
3174219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/i4b_tel_ioctl.ph
3175219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/i4b_trace.ph
3176219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/ieeefp.ph
3177219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/if_wavelan_ieee.ph
3178219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/if_wl_wavelan.ph
3179219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/iic.ph
3180219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/in_cksum.ph
3181219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/ioctl_bt848.ph
3182219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/ioctl_ctx.ph
3183219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/ioctl_fd.ph
3184219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/ioctl_meteor.ph
3185219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/ipl.ph
3186219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/joystick.ph
3187219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/limits.ph
3188219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/lock.ph
3189219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/md_var.ph
3190219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/mouse.ph
3191219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/mpapic.ph
3192219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/mtpr.ph
3193219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/bus_dma.ph
3194219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/npx.ph
3195219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/param.ph
3196219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/pcaudioio.ph
3197219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/pcb.ph
3198219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/pcb_ext.ph
3199219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/pcvt_ioctl.ph
3200219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/perfmon.ph
3201219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/physio_proc.ph
3202219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/pmap.ph
3203219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/proc.ph
3204219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/profile.ph
3205219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/psl.ph
3206219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/ptrace.ph
3207219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/reg.ph
3208219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/reloc.ph
3209219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/resource.ph
3210219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/segments.ph
3211219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/setjmp.ph
3212219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/sigframe.ph
3213219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/signal.ph
3214219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/smb.ph
3215219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/smp.ph
3216219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/smptests.ph
3217219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/soundcard.ph
3218219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/speaker.ph
3219219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/specialreg.ph
3220219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/spigot.ph
3221219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/stdarg.ph
3222219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/sysarch.ph
3223219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/trap.ph
3224219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/tss.ph
3225219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/types.ph
3226219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/uc_device.ph
3227219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/ucontext.ph
3228219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/ultrasound.ph
3229219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/varargs.ph
3230219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/vm86.ph
3231219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/vmparam.ph
3232219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/wtio.ph
3233219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/i4b_isppp.ph
3234219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/machine/pci_cfgreg.ph
3235219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/msdosfs/bootsect.ph
3236219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/msdosfs/bpb.ph
3237219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/msdosfs/denode.ph
3238219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/msdosfs/direntry.ph
3239219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/msdosfs/fat.ph
3240219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/msdosfs/msdosfsmount.ph
3241219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/bpf.ph
3242219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/bpf_compat.ph
3243219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/bpfdesc.ph
3244219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/bridge.ph
3245219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/ethernet.ph
3246219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/hostcache.ph
3247219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if.ph
3248219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_arp.ph
3249219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_atm.ph
3250219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_dl.ph
3251219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_gif.ph
3252219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_ieee80211.ph
3253219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_llc.ph
3254219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_media.ph
3255219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_mib.ph
3256219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_ppp.ph
3257219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_pppvar.ph
3258219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_slvar.ph
3259219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_sppp.ph
3260219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_stf.ph
3261219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_tap.ph
3262219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_tapvar.ph
3263219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_tun.ph
3264219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/slip.ph
3265219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_tunvar.ph
3266219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_types.ph
3267219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_var.ph
3268219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_vlan_var.ph
3269219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/intrq.ph
3270219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/iso88025.ph
3271219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/net_osdep.ph
3272219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/netisr.ph
3273219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/pfkeyv2.ph
3274219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/ppp_comp.ph
3275219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/ppp_defs.ph
3276219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/radix.ph
3277219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/raw_cb.ph
3278219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/route.ph
3279219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/slcompress.ph
3280219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/zlib.ph
3281219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_faith.ph
3282219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_arc.ph
3283219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/net/if_gre.ph
3284219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nfs/krpc.ph
3285219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nfs/nfs.ph
3286219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nfs/nfsdiskless.ph
3287219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nfs/nfsm_subs.ph
3288219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nfs/nfsmount.ph
3289219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nfs/nfsnode.ph
3290219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nfs/nfsproto.ph
3291219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nfs/nfsrtt.ph
3292219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nfs/nfsrvcache.ph
3293219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nfs/nfsv2.ph
3294219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nfs/nqnfs.ph
3295219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nfs/rpcv2.ph
3296219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nfs/xdr_subs.ph
3297219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatalk/aarp.ph
3298219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatalk/at.ph
3299219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatalk/at_extern.ph
3300219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatalk/at_var.ph
3301219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatalk/ddp.ph
3302219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatalk/ddp_var.ph
3303219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatalk/endian.ph
3304219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatalk/phase2.ph
3305219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatm/atm.ph
3306219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatm/atm_cm.ph
3307219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatm/atm_if.ph
3308219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatm/atm_ioctl.ph
3309219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatm/atm_pcb.ph
3310219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatm/atm_sap.ph
3311219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatm/atm_sigmgr.ph
3312219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatm/atm_stack.ph
3313219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatm/atm_sys.ph
3314219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatm/atm_var.ph
3315219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatm/atm_vc.ph
3316219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatm/kern_include.ph
3317219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatm/port.ph
3318219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netatm/queue.ph
3319219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/netgraph.ph
3320219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_UI.ph
3321219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_async.ph
3322219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_bpf.ph
3323219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_bridge.ph
3324219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_cisco.ph
3325219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_echo.ph
3326219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_ether.ph
3327219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_frame_relay.ph
3328219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_hole.ph
3329219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_iface.ph
3330219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_ksocket.ph
3331219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_lmi.ph
3332219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_message.ph
3333219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_mppc.ph
3334219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_one2many.ph
3335219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_parse.ph
3336219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_ppp.ph
3337219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_pppoe.ph
3338219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_pptpgre.ph
3339219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_rfc1490.ph
3340219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_sample.ph
3341219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_socket.ph
3342219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_socketvar.ph
3343219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_tee.ph
3344219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_tty.ph
3345219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_vjc.ph
3346219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_eiface.ph
3347219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_etf.ph
3348219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_device.ph
3349219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_l2tp.ph
3350219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netgraph/ng_fec.ph
3351219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/icmp6.ph
3352219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/icmp_var.ph
3353219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/if_atm.ph
3354219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/if_ether.ph
3355219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/if_fddi.ph
3356219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/igmp.ph
3357219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/igmp_var.ph
3358219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/in.ph
3359219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/in_gif.ph
3360219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/in_hostcache.ph
3361219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/in_pcb.ph
3362219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/in_systm.ph
3363219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/in_var.ph
3364219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip.ph
3365219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip6.ph
3366219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_auth.ph
3367219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_compat.ph
3368219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_dummynet.ph
3369219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_ecn.ph
3370219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_encap.ph
3371219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_fil.ph
3372219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_flow.ph
3373219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_frag.ph
3374219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_fw.ph
3375219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_icmp.ph
3376219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_mroute.ph
3377219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_nat.ph
3378219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_proxy.ph
3379219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_state.ph
3380219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_var.ph
3381219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ipl.ph
3382219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ipprotosw.ph
3383219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/tcp.ph
3384219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/tcp_debug.ph
3385219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/tcp_fsm.ph
3386219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/tcp_seq.ph
3387219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/tcp_timer.ph
3388219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/tcp_var.ph
3389219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/tcpip.ph
3390219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/udp.ph
3391219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/udp_var.ph
3392219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_fw2.ph
3393219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet/ip_gre.ph
3394219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/ah.ph
3395219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/ah6.ph
3396219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/esp.ph
3397219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/esp6.ph
3398219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/icmp6.ph
3399219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/in6.ph
3400219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/in6_gif.ph
3401219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/in6_ifattach.ph
3402219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/in6_pcb.ph
3403219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/in6_prefix.ph
3404219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/in6_var.ph
3405219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/ip6.ph
3406219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/ip6_ecn.ph
3407219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/ip6_fw.ph
3408219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/ip6_mroute.ph
3409219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/ip6_var.ph
3410219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/ip6protosw.ph
3411219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/ipcomp.ph
3412219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/ipcomp6.ph
3413219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/ipsec.ph
3414219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/ipsec6.ph
3415219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/mld6_var.ph
3416219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/nd6.ph
3417219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/pim6.ph
3418219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/pim6_var.ph
3419219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/scope6_var.ph
3420219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/tcp6_var.ph
3421219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/udp6_var.ph
3422219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/esp_rijndael.ph
3423219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netinet6/raw_ip6.ph
3424219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipx/ipx.ph
3425219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipx/ipx_if.ph
3426219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipx/ipx_ip.ph
3427219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipx/ipx_pcb.ph
3428219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipx/ipx_var.ph
3429219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipx/spx.ph
3430219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipx/spx_debug.ph
3431219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipx/spx_timer.ph
3432219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipx/spx_var.ph
3433219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netkey/key.ph
3434219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netkey/key_debug.ph
3435219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netkey/key_var.ph
3436219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netkey/keydb.ph
3437219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netkey/keysock.ph
3438219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netnatm/natm.ph
3439219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netncp/ncp.ph
3440219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netncp/ncp_cfg.ph
3441219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netncp/ncp_conn.ph
3442219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netncp/ncp_file.ph
3443219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netncp/ncp_lib.ph
3444219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netncp/ncp_ncp.ph
3445219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netncp/ncp_nls.ph
3446219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netncp/ncp_rcfile.ph
3447219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netncp/ncp_rq.ph
3448219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netncp/ncp_sock.ph
3449219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netncp/ncp_subr.ph
3450219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netncp/ncp_user.ph
3451219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netncp/nwerror.ph
3452219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netns/idp.ph
3453219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netns/idp_var.ph
3454219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netns/ns.ph
3455219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netns/ns_error.ph
3456219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netns/ns_if.ph
3457219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netns/ns_pcb.ph
3458219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netns/sp.ph
3459219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netns/spidp.ph
3460219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netns/spp_debug.ph
3461219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netns/spp_timer.ph
3462219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netns/spp_var.ph
3463219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ntfs/ntfs.ph
3464219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ntfs/ntfs_compr.ph
3465219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ntfs/ntfs_ihash.ph
3466219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ntfs/ntfs_inode.ph
3467219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ntfs/ntfs_subr.ph
3468219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ntfs/ntfs_vfsops.ph
3469219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ntfs/ntfsmount.ph
3470219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nwfs/nwfs.ph
3471219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nwfs/nwfs_mount.ph
3472219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nwfs/nwfs_node.ph
3473219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/nwfs/nwfs_subr.ph
3474219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/objc/NXConstStr.ph
3475219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/objc/Object.ph
3476219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/objc/Protocol.ph
3477219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/objc/encoding.ph
3478219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/objc/hash.ph
3479219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/objc/objc-api.ph
3480219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/objc/objc-list.ph
3481219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/objc/objc.ph
3482219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/objc/runtime.ph
3483219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/objc/sarray.ph
3484219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/objc/thr.ph
3485219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/objc/typedstream.ph
3486219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/asn1.ph
3487219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/asn1_mac.ph
3488219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/bio.ph
3489219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/blowfish.ph
3490219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/bn.ph
3491219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/buffer.ph
3492219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/cast.ph
3493219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/comp.ph
3494219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/conf.ph
3495219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/conf_api.ph
3496219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/crypto.ph
3497219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/des.ph
3498219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/dh.ph
3499219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/dsa.ph
3500219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/dso.ph
3501219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/e_os.ph
3502219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/e_os2.ph
3503219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/ebcdic.ph
3504219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/err.ph
3505219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/evp.ph
3506219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/hmac.ph
3507219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/lhash.ph
3508219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/md2.ph
3509219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/md4.ph
3510219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/md5.ph
3511219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/mdc2.ph
3512219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/obj_mac.ph
3513219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/objects.ph
3514219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/opensslconf.ph
3515219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/opensslv.ph
3516219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/pem.ph
3517219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/pem2.ph
3518219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/pkcs12.ph
3519219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/pkcs7.ph
3520219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/rand.ph
3521219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/rc2.ph
3522219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/rc4.ph
3523219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/rc5.ph
3524219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/ripemd.ph
3525219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/rsa.ph
3526219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/safestack.ph
3527219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/sha.ph
3528219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/ssl.ph
3529219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/ssl2.ph
3530219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/ssl23.ph
3531219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/ssl3.ph
3532219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/ssl_locl.ph
3533219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/stack.ph
3534219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/symhacks.ph
3535219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/tls1.ph
3536219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/tmdiff.ph
3537219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/txt_db.ph
3538219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/x509.ph
3539219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/x509_vfy.ph
3540219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/x509v3.ph
3541219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/idea.ph
3542219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/aes.ph
3543219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/asn1t.ph
3544219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/cryptlib.ph
3545219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/des_old.ph
3546219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/ec.ph
3547219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/engine.ph
3548219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/krb5_asn.ph
3549219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/kssl.ph
3550219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/ocsp.ph
3551219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/ossl_typ.ph
3552219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/ui.ph
3553219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/ui_compat.ph
3554219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/aes_locl.ph
3555219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/eng_int.ph
3556219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/hw_4758_cca_err.ph
3557219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/hw_aep_err.ph
3558219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/hw_atalla_err.ph
3559219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/hw_cswift_err.ph
3560219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/hw_ncipher_err.ph
3561219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/hw_nuron_err.ph
3562219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/hw_sureware_err.ph
3563219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/hw_ubsec_err.ph
3564219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/openssl/ui_locl.ph
3565219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pccard/cardinfo.ph
3566219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pccard/cis.ph
3567219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pccard/driver.ph
3568219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pccard/i82365.ph
3569219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pccard/pccard_nbk.ph
3570219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pccard/slot.ph
3571219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pccard/meciareg.ph
3572219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pccard/pcic_pci.ph
3573219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/pccard/pcicvar.ph
3574219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/posix4/aio.ph
3575219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/posix4/mqueue.ph
3576219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/posix4/posix4.ph
3577219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/posix4/sched.ph
3578219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/posix4/semaphore.ph
3579219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/protocols/dumprestore.ph
3580219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/protocols/routed.ph
3581219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/protocols/rwhod.ph
3582219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/protocols/talkd.ph
3583219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/protocols/timed.ph
3584219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/readline/chardefs.ph
3585219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/readline/history.ph
3586219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/readline/keymaps.ph
3587219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/readline/readline.ph
3588219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/readline/rlconf.ph
3589219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/readline/rlstdc.ph
3590219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/readline/tilde.ph
3591219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/auth.ph
3592219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/auth_des.ph
3593219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/auth_unix.ph
3594219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/clnt.ph
3595219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/des.ph
3596219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/des_crypt.ph
3597219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/key_prot.ph
3598219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/pmap_clnt.ph
3599219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/pmap_prot.ph
3600219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/pmap_rmt.ph
3601219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/rpc.ph
3602219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/rpc_com.ph
3603219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/rpc_msg.ph
3604219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/svc.ph
3605219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/svc_auth.ph
3606219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/types.ph
3607219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpc/xdr.ph
3608219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/bootparam_prot.ph
3609219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/crypt.ph
3610219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/key_prot.ph
3611219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/klm_prot.ph
3612219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/mount.ph
3613219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/nfs_prot.ph
3614219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/nis.ph
3615219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/nis_cache.ph
3616219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/nis_callback.ph
3617219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/nis_db.ph
3618219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/nis_tags.ph
3619219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/nislib.ph
3620219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/nlm_prot.ph
3621219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/rex.ph
3622219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/rnusers.ph
3623219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/rquota.ph
3624219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/rstat.ph
3625219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/rwall.ph
3626219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/sm_inter.ph
3627219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/spray.ph
3628219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/yp.ph
3629219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/yp_prot.ph
3630219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/ypclnt.ph
3631219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/yppasswd.ph
3632219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/ypupdate_prot.ph
3633219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/rpcsvc/ypxfrd.ph
3634219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/security/_pam_compat.ph
3635219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/security/_pam_macros.ph
3636219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/security/_pam_types.ph
3637219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/security/pam_appl.ph
3638219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/security/pam_malloc.ph
3639219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/security/pam_misc.ph
3640219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/security/pam_mod_misc.ph
3641219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/security/pam_modules.ph
3642219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ss/mit-sipb-copyright.ph
3643219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ss/ss.ph
3644219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/ss/ss_err.ph
3645219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/_posix.ph
3646219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ata.ph
3647219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/acct.ph
3648219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/acl.ph
3649219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/agpio.ph
3650219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/aio.ph
3651219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/assym.ph
3652219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/blist.ph
3653219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/buf.ph
3654219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/bus.ph
3655219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/bus_private.ph
3656219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/callout.ph
3657219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ccdvar.ph
3658219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/cdefs.ph
3659219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/cdio.ph
3660219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/cdrio.ph
3661219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/chio.ph
3662219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/clist.ph
3663219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/endian.ph
3664219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/conf.ph
3665219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/cons.ph
3666219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/consio.ph
3667219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/copyright.ph
3668219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ctype.ph
3669219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/dir.ph
3670219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/dataacq.ph
3671219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/link_elf.ph
3672219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/device_port.ph
3673219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/devicestat.ph
3674219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/dirent.ph
3675219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/disk.ph
3676219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/disklabel.ph
3677219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/diskslice.ph
3678219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/dkstat.ph
3679219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/dmap.ph
3680219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/domain.ph
3681219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/dvdio.ph
3682219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/elf32.ph
3683219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/elf64.ph
3684219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/elf_common.ph
3685219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/elf_generic.ph
3686219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/errno.ph
3687219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/event.ph
3688219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/eventhandler.ph
3689219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/eventvar.ph
3690219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/exec.ph
3691219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/extattr.ph
3692219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/fbio.ph
3693219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/fcntl.ph
3694219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/file.ph
3695219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/filedesc.ph
3696219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/filio.ph
3697219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/gmon.ph
3698219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/imgact.ph
3699219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/imgact_aout.ph
3700219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/imgact_elf.ph
3701219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/inflate.ph
3702219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/interrupt.ph
3703219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/inttypes.ph
3704219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ioccom.ph
3705219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ioctl.ph
3706219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ioctl_compat.ph
3707219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ipc.ph
3708219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/jail.ph
3709219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/joystick.ph
3710219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/kbio.ph
3711219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/kernel.ph
3712219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/kthread.ph
3713219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ktrace.ph
3714219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/libkern.ph
3715219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/linker.ph
3716219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/linker_set.ph
3717219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/lock.ph
3718219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/lockf.ph
3719219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/malloc.ph
3720219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/mbuf.ph
3721219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/md5.ph
3722219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/memrange.ph
3723219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/mman.ph
3724219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/module.ph
3725219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/mount.ph
3726219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/msg.ph
3727219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/msgbuf.ph
3728219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/mtio.ph
3729219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/namei.ph
3730219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/param.ph
3731219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/pciio.ph
3732219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/pioctl.ph
3733219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/pipe.ph
3734219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/poll.ph
3735219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/proc.ph
3736219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/procfs.ph
3737219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/protosw.ph
3738219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ptio.ph
3739219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ptrace.ph
3740219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/queue.ph
3741219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/random.ph
3742219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/reboot.ph
3743219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/resource.ph
3744219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/resourcevar.ph
3745219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/rman.ph
3746219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/rtprio.ph
3747219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/sbuf.ph
3748219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/select.ph
3749219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/sem.ph
3750219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/shm.ph
3751219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/signal.ph
3752219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/signalvar.ph
3753219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/snoop.ph
3754219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/socket.ph
3755219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/socketvar.ph
3756219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/sockio.ph
3757219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/soundcard.ph
3758219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/stat.ph
3759219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/syscall-hide.ph
3760219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/syscall.ph
3761219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/sysctl.ph
3762219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/sysent.ph
3763219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/syslimits.ph
3764219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/syslog.ph
3765219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/sysproto.ph
3766219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/systm.ph
3767219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/taskqueue.ph
3768219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/termios.ph
3769219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/time.ph
3770219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/timeb.ph
3771219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/timepps.ph
3772219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/timers.ph
3773219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/times.ph
3774219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/timex.ph
3775219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/tprintf.ph
3776219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/tty.ph
3777219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ttychars.ph
3778219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ttycom.ph
3779219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ttydefaults.ph
3780219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ttydev.ph
3781219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/types.ph
3782219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ucontext.ph
3783219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/ucred.ph
3784219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/uio.ph
3785219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/un.ph
3786219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/unistd.ph
3787219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/unpcb.ph
3788219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/user.ph
3789219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/utsname.ph
3790219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/vmmeter.ph
3791219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/vnioctl.ph
3792219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/vnode.ph
3793219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/wait.ph
3794219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/wormio.ph
3795219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/xrpuio.ph
3796219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/kobj.ph
3797219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/link_aout.ph
3798219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/nlist_aout.ph
3799219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/mchain.ph
3800219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/fnv_hash.ph
3801219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/iconv.ph
3802219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/sys/md4.ph
3803219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vm/pmap.ph
3804219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vm/swap_pager.ph
3805219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vm/vm.ph
3806219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vm/vm_extern.ph
3807219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vm/vm_kern.ph
3808219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vm/vm_map.ph
3809219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vm/vm_object.ph
3810219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vm/vm_page.ph
3811219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vm/vm_pageout.ph
3812219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vm/vm_pager.ph
3813219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vm/vm_param.ph
3814219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vm/vm_zone.ph
3815219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/vm/vnode_pager.ph
3816219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/complex.ph
3817219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/stdbool.ph
3818219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/langinfo.ph
3819219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netsmb/netbios.ph
3820219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netsmb/smb.ph
3821219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netsmb/smb_conn.ph
3822219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netsmb/smb_dev.ph
3823219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netsmb/smb_rq.ph
3824219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netsmb/smb_subr.ph
3825219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netsmb/smb_tran.ph
3826219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netsmb/smb_trantcp.ph
3827219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/g2c.ph
3828219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/telnet.ph
3829219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/elf-hints.ph
3830219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/libusbhid.ph
3831219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/radlib_vs.ph
3832219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/readpassphrase.ph
3833219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/wchar.ph
3834219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/wctype.ph
3835219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/crypto/cast.ph
3836219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/crypto/castsb.ph
3837219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/crypto/cryptodev.ph
3838219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/crypto/cryptosoft.ph
3839219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/crypto/deflate.ph
3840219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/crypto/rijndael.ph
3841219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/crypto/rmd160.ph
3842219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/crypto/skipjack.ph
3843219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/crypto/xform.ph
3844219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/ah.ph
3845219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/ah_var.ph
3846219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/esp.ph
3847219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/esp_var.ph
3848219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/ipcomp.ph
3849219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/ipcomp_var.ph
3850219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/ipip_var.ph
3851219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/ipsec.ph
3852219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/ipsec6.ph
3853219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/key.ph
3854219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/key_debug.ph
3855219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/key_var.ph
3856219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/keydb.ph
3857219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/keysock.ph
3858219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/netipsec/xform.ph
3859219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/mach/bzlib.ph
3860219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perl.pod
3861219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perl5004delta.pod
3862219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlapio.pod
3863219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlbook.pod
3864219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlbot.pod
3865219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlcall.pod
3866219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perldata.pod
3867219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perldebug.pod
3868219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perldelta.pod
3869219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perldiag.pod
3870219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perldsc.pod
3871219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlembed.pod
3872219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlfaq.pod
3873219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlfaq1.pod
3874219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlfaq2.pod
3875219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlfaq3.pod
3876219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlfaq4.pod
3877219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlfaq5.pod
3878219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlfaq6.pod
3879219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlfaq7.pod
3880219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlipc.pod
3881219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlfaq8.pod
3882219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlfaq9.pod
3883219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlform.pod
3884219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlfunc.pod
3885219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlguts.pod
3886219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlhist.pod
3887219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perllocale.pod
3888219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perllol.pod
3889219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlmod.pod
3890219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlmodinstall.pod
3891219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlmodlib.pod
3892219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlobj.pod
3893219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlop.pod
3894219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlopentut.pod
3895219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlpod.pod
3896219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlport.pod
3897219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlre.pod
3898219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlref.pod
3899219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlreftut.pod
3900219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlrun.pod
3901219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlsec.pod
3902219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlstyle.pod
3903219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlsub.pod
3904219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlsyn.pod
3905219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlthrtut.pod
3906219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perltie.pod
3907219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perltoc.pod
3908219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perltoot.pod
3909219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perltrap.pod
3910219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlvar.pod
3911219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlxs.pod
3912219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pod/perlxstut.pod
3913219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/AnyDBM_File.pm
3914219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/AutoLoader.pm
3915219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/AutoSplit.pm
3916219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Benchmark.pm
3917219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/CGI.pm
3918219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/CPAN.pm
3919219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Carp.pm
3920219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Cwd.pm
3921219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/DirHandle.pm
3922219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Dumpvalue.pm
3923219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/English.pm
3924219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Env.pm
3925219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Exporter.pm
3926219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Fatal.pm
3927219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/FileCache.pm
3928219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/FileHandle.pm
3929219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/FindBin.pm
3930219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/SelectSaver.pm
3931219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/SelfLoader.pm
3932219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Shell.pm
3933219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Symbol.pm
3934219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Test.pm
3935219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/abbrev.pl
3936219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/UNIVERSAL.pm
3937219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/assert.pl
3938219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/autouse.pm
3939219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/base.pm
3940219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/bigfloat.pl
3941219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/bigint.pl
3942219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/bigrat.pl
3943219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/blib.pm
3944219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/cacheout.pl
3945219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/chat2.pl
3946219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/complete.pl
3947219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/constant.pm
3948219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ctime.pl
3949219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/diagnostics.pm
3950219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/dotsh.pl
3951219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/dumpvar.pl
3952219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/exceptions.pl
3953219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/fastcwd.pl
3954219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/fields.pm
3955219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/find.pl
3956219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/finddepth.pl
3957219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/flush.pl
3958219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/ftp.pl
3959219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/getcwd.pl
3960219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/getopt.pl
3961219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/getopts.pl
3962219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/hostname.pl
3963219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/importenv.pl
3964219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/integer.pm
3965219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/less.pm
3966219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/lib.pm
3967219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/locale.pm
3968219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/look.pl
3969219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/newgetopt.pl
3970219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/open2.pl
3971219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/open3.pl
3972219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/overload.pm
3973219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/perl5db.pl
3974219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/pwd.pl
3975219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/shellwords.pl
3976219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/sigtrap.pm
3977219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/stat.pl
3978219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/strict.pm
3979219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/subs.pm
3980219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/syslog.pl
3981219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/tainted.pl
3982219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/termcap.pl
3983219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/timelocal.pl
3984219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/validate.pl
3985219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/vars.pm
3986219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/re.pm
3987219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/Config.pm
3988219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/.exists
3989219820SjeffOLD_FILES+=usr/libdata/perl/5.00503/DynaLoader.pm
3990219820SjeffOLD_FILES+=usr/share/perl/man/man3/AnyDBM_File.3.gz
3991219820SjeffOLD_FILES+=usr/share/perl/man/man3/AutoLoader.3.gz
3992219820SjeffOLD_FILES+=usr/share/perl/man/man3/AutoSplit.3.gz
3993219820SjeffOLD_FILES+=usr/share/perl/man/man3/B.3.gz
3994219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::Asmdata.3.gz
3995219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::Assembler.3.gz
3996219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::Bblock.3.gz
3997219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::Bytecode.3.gz
3998219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::C.3.gz
3999219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::CC.3.gz
4000219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::Debug.3.gz
4001219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::Deparse.3.gz
4002219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::Disassembler.3.gz
4003219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::Lint.3.gz
4004219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::Showlex.3.gz
4005219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::Stackobj.3.gz
4006219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::Terse.3.gz
4007219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::Xref.3.gz
4008219820SjeffOLD_FILES+=usr/share/perl/man/man3/Benchmark.3.gz
4009219820SjeffOLD_FILES+=usr/share/perl/man/man3/CGI.3.gz
4010219820SjeffOLD_FILES+=usr/share/perl/man/man3/CGI::Apache.3.gz
4011219820SjeffOLD_FILES+=usr/share/perl/man/man3/CGI::Carp.3.gz
4012219820SjeffOLD_FILES+=usr/share/perl/man/man3/CGI::Cookie.3.gz
4013219820SjeffOLD_FILES+=usr/share/perl/man/man3/CGI::Fast.3.gz
4014219820SjeffOLD_FILES+=usr/share/perl/man/man3/CGI::Push.3.gz
4015219820SjeffOLD_FILES+=usr/share/perl/man/man3/CGI::Switch.3.gz
4016219820SjeffOLD_FILES+=usr/share/perl/man/man3/CPAN.3.gz
4017219820SjeffOLD_FILES+=usr/share/perl/man/man3/CPAN::FirstTime.3.gz
4018219820SjeffOLD_FILES+=usr/share/perl/man/man3/CPAN::Nox.3.gz
4019219820SjeffOLD_FILES+=usr/share/perl/man/man3/Carp.3.gz
4020219820SjeffOLD_FILES+=usr/share/perl/man/man3/Class::Struct.3.gz
4021219820SjeffOLD_FILES+=usr/share/perl/man/man3/Config.3.gz
4022219820SjeffOLD_FILES+=usr/share/perl/man/man3/Cwd.3.gz
4023219820SjeffOLD_FILES+=usr/share/perl/man/man3/DB_File.3.gz
4024219820SjeffOLD_FILES+=usr/share/perl/man/man3/Data::Dumper.3.gz
4025219820SjeffOLD_FILES+=usr/share/perl/man/man3/Devel::SelfStubber.3.gz
4026219820SjeffOLD_FILES+=usr/share/perl/man/man3/DirHandle.3.gz
4027219820SjeffOLD_FILES+=usr/share/perl/man/man3/Dumpvalue.3.gz
4028219820SjeffOLD_FILES+=usr/share/perl/man/man3/DynaLoader.3.gz
4029219820SjeffOLD_FILES+=usr/share/perl/man/man3/English.3.gz
4030219820SjeffOLD_FILES+=usr/share/perl/man/man3/Env.3.gz
4031219820SjeffOLD_FILES+=usr/share/perl/man/man3/Exporter.3.gz
4032219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::Command.3.gz
4033219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::Embed.3.gz
4034219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::Install.3.gz
4035219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::Installed.3.gz
4036219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::Liblist.3.gz
4037219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::MM_OS2.3.gz
4038219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::MM_Unix.3.gz
4039219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::MM_VMS.3.gz
4040219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::MM_Win32.3.gz
4041219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::MakeMaker.3.gz
4042219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::Manifest.3.gz
4043219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::Mkbootstrap.3.gz
4044219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::Mksymlists.3.gz
4045219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::Packlist.3.gz
4046219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::testlib.3.gz
4047219820SjeffOLD_FILES+=usr/share/perl/man/man3/Fatal.3.gz
4048219820SjeffOLD_FILES+=usr/share/perl/man/man3/Fcntl.3.gz
4049219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::Basename.3.gz
4050219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::CheckTree.3.gz
4051219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::Compare.3.gz
4052219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::Copy.3.gz
4053219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::DosGlob.3.gz
4054219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::Find.3.gz
4055219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::Path.3.gz
4056219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::Spec.3.gz
4057219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::Spec::Mac.3.gz
4058219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::Spec::OS2.3.gz
4059219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::Spec::Unix.3.gz
4060219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::Spec::VMS.3.gz
4061219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::Spec::Win32.3.gz
4062219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::stat.3.gz
4063219820SjeffOLD_FILES+=usr/share/perl/man/man3/FileCache.3.gz
4064219820SjeffOLD_FILES+=usr/share/perl/man/man3/IO.3.gz
4065219820SjeffOLD_FILES+=usr/share/perl/man/man3/FileHandle.3.gz
4066219820SjeffOLD_FILES+=usr/share/perl/man/man3/FindBin.3.gz
4067219820SjeffOLD_FILES+=usr/share/perl/man/man3/GDBM_File.3.gz
4068219820SjeffOLD_FILES+=usr/share/perl/man/man3/Getopt::Long.3.gz
4069219820SjeffOLD_FILES+=usr/share/perl/man/man3/Getopt::Std.3.gz
4070219820SjeffOLD_FILES+=usr/share/perl/man/man3/I18N::Collate.3.gz
4071219820SjeffOLD_FILES+=usr/share/perl/man/man3/IO::File.3.gz
4072219820SjeffOLD_FILES+=usr/share/perl/man/man3/IO::Handle.3.gz
4073219820SjeffOLD_FILES+=usr/share/perl/man/man3/IO::Pipe.3.gz
4074219820SjeffOLD_FILES+=usr/share/perl/man/man3/IO::Seekable.3.gz
4075219820SjeffOLD_FILES+=usr/share/perl/man/man3/IO::Select.3.gz
4076219820SjeffOLD_FILES+=usr/share/perl/man/man3/IO::Socket.3.gz
4077219820SjeffOLD_FILES+=usr/share/perl/man/man3/IPC::Msg.3.gz
4078219820SjeffOLD_FILES+=usr/share/perl/man/man3/IPC::Open2.3.gz
4079219820SjeffOLD_FILES+=usr/share/perl/man/man3/IPC::Open3.3.gz
4080219820SjeffOLD_FILES+=usr/share/perl/man/man3/IPC::Semaphore.3.gz
4081219820SjeffOLD_FILES+=usr/share/perl/man/man3/IPC::SysV.3.gz
4082219820SjeffOLD_FILES+=usr/share/perl/man/man3/Math::BigFloat.3.gz
4083219820SjeffOLD_FILES+=usr/share/perl/man/man3/Math::BigInt.3.gz
4084219820SjeffOLD_FILES+=usr/share/perl/man/man3/Math::Complex.3.gz
4085219820SjeffOLD_FILES+=usr/share/perl/man/man3/Math::Trig.3.gz
4086219820SjeffOLD_FILES+=usr/share/perl/man/man3/NDBM_File.3.gz
4087219820SjeffOLD_FILES+=usr/share/perl/man/man3/Net::Ping.3.gz
4088219820SjeffOLD_FILES+=usr/share/perl/man/man3/Net::hostent.3.gz
4089219820SjeffOLD_FILES+=usr/share/perl/man/man3/Net::netent.3.gz
4090219820SjeffOLD_FILES+=usr/share/perl/man/man3/Net::protoent.3.gz
4091219820SjeffOLD_FILES+=usr/share/perl/man/man3/Net::servent.3.gz
4092219820SjeffOLD_FILES+=usr/share/perl/man/man3/O.3.gz
4093219820SjeffOLD_FILES+=usr/share/perl/man/man3/ODBM_File.3.gz
4094219820SjeffOLD_FILES+=usr/share/perl/man/man3/Opcode.3.gz
4095219820SjeffOLD_FILES+=usr/share/perl/man/man3/POSIX.3.gz
4096219820SjeffOLD_FILES+=usr/share/perl/man/man3/Pod::Html.3.gz
4097219820SjeffOLD_FILES+=usr/share/perl/man/man3/Pod::Text.3.gz
4098219820SjeffOLD_FILES+=usr/share/perl/man/man3/SDBM_File.3.gz
4099219820SjeffOLD_FILES+=usr/share/perl/man/man3/Safe.3.gz
4100219820SjeffOLD_FILES+=usr/share/perl/man/man3/Search::Dict.3.gz
4101219820SjeffOLD_FILES+=usr/share/perl/man/man3/SelectSaver.3.gz
4102219820SjeffOLD_FILES+=usr/share/perl/man/man3/SelfLoader.3.gz
4103219820SjeffOLD_FILES+=usr/share/perl/man/man3/Shell.3.gz
4104219820SjeffOLD_FILES+=usr/share/perl/man/man3/Socket.3.gz
4105219820SjeffOLD_FILES+=usr/share/perl/man/man3/Symbol.3.gz
4106219820SjeffOLD_FILES+=usr/share/perl/man/man3/re.3.gz
4107219820SjeffOLD_FILES+=usr/share/perl/man/man3/Sys::Hostname.3.gz
4108219820SjeffOLD_FILES+=usr/share/perl/man/man3/Sys::Syslog.3.gz
4109219820SjeffOLD_FILES+=usr/share/perl/man/man3/Term::Cap.3.gz
4110219820SjeffOLD_FILES+=usr/share/perl/man/man3/Term::Complete.3.gz
4111219820SjeffOLD_FILES+=usr/share/perl/man/man3/Term::ReadLine.3.gz
4112219820SjeffOLD_FILES+=usr/share/perl/man/man3/Test.3.gz
4113219820SjeffOLD_FILES+=usr/share/perl/man/man3/Test::Harness.3.gz
4114219820SjeffOLD_FILES+=usr/share/perl/man/man3/Text::Abbrev.3.gz
4115219820SjeffOLD_FILES+=usr/share/perl/man/man3/Text::ParseWords.3.gz
4116219820SjeffOLD_FILES+=usr/share/perl/man/man3/Text::Soundex.3.gz
4117219820SjeffOLD_FILES+=usr/share/perl/man/man3/Text::Tabs.3.gz
4118219820SjeffOLD_FILES+=usr/share/perl/man/man3/Text::Wrap.3.gz
4119219820SjeffOLD_FILES+=usr/share/perl/man/man3/Thread.3.gz
4120219820SjeffOLD_FILES+=usr/share/perl/man/man3/Thread::Queue.3.gz
4121219820SjeffOLD_FILES+=usr/share/perl/man/man3/Thread::Semaphore.3.gz
4122219820SjeffOLD_FILES+=usr/share/perl/man/man3/Thread::Signal.3.gz
4123219820SjeffOLD_FILES+=usr/share/perl/man/man3/Thread::Specific.3.gz
4124219820SjeffOLD_FILES+=usr/share/perl/man/man3/Tie::Array.3.gz
4125219820SjeffOLD_FILES+=usr/share/perl/man/man3/Tie::Handle.3.gz
4126219820SjeffOLD_FILES+=usr/share/perl/man/man3/Tie::Hash.3.gz
4127219820SjeffOLD_FILES+=usr/share/perl/man/man3/Tie::RefHash.3.gz
4128219820SjeffOLD_FILES+=usr/share/perl/man/man3/Tie::Scalar.3.gz
4129219820SjeffOLD_FILES+=usr/share/perl/man/man3/Tie::SubstrHash.3.gz
4130219820SjeffOLD_FILES+=usr/share/perl/man/man3/Time::Local.3.gz
4131219820SjeffOLD_FILES+=usr/share/perl/man/man3/Time::gmtime.3.gz
4132219820SjeffOLD_FILES+=usr/share/perl/man/man3/Time::localtime.3.gz
4133219820SjeffOLD_FILES+=usr/share/perl/man/man3/Time::tm.3.gz
4134219820SjeffOLD_FILES+=usr/share/perl/man/man3/UNIVERSAL.3.gz
4135219820SjeffOLD_FILES+=usr/share/perl/man/man3/User::grent.3.gz
4136219820SjeffOLD_FILES+=usr/share/perl/man/man3/User::pwent.3.gz
4137219820SjeffOLD_FILES+=usr/share/perl/man/man3/attrs.3.gz
4138219820SjeffOLD_FILES+=usr/share/perl/man/man3/autouse.3.gz
4139219820SjeffOLD_FILES+=usr/share/perl/man/man3/base.3.gz
4140219820SjeffOLD_FILES+=usr/share/perl/man/man3/blib.3.gz
4141219820SjeffOLD_FILES+=usr/share/perl/man/man3/constant.3.gz
4142219820SjeffOLD_FILES+=usr/share/perl/man/man3/diagnostics.3.gz
4143219820SjeffOLD_FILES+=usr/share/perl/man/man3/fields.3.gz
4144219820SjeffOLD_FILES+=usr/share/perl/man/man3/integer.3.gz
4145219820SjeffOLD_FILES+=usr/share/perl/man/man3/less.3.gz
4146219820SjeffOLD_FILES+=usr/share/perl/man/man3/lib.3.gz
4147219820SjeffOLD_FILES+=usr/share/perl/man/man3/locale.3.gz
4148219820SjeffOLD_FILES+=usr/share/perl/man/man3/ops.3.gz
4149219820SjeffOLD_FILES+=usr/share/perl/man/man3/overload.3.gz
4150219820SjeffOLD_FILES+=usr/share/perl/man/man3/sigtrap.3.gz
4151219820SjeffOLD_FILES+=usr/share/perl/man/man3/strict.3.gz
4152219820SjeffOLD_FILES+=usr/share/perl/man/man3/subs.3.gz
4153219820SjeffOLD_FILES+=usr/share/perl/man/man3/vars.3.gz
4154219820SjeffOLD_FILES+=usr/share/perl/man/man3/B::Stash.3.gz
4155219820SjeffOLD_FILES+=usr/share/perl/man/man3/ByteLoader.3.gz
4156219820SjeffOLD_FILES+=usr/share/perl/man/man3/CGI::Pretty.3.gz
4157219820SjeffOLD_FILES+=usr/share/perl/man/man3/Carp::Heavy.3.gz
4158219820SjeffOLD_FILES+=usr/share/perl/man/man3/DB.3.gz
4159219820SjeffOLD_FILES+=usr/share/perl/man/man3/DProf::DProf.3.gz
4160219820SjeffOLD_FILES+=usr/share/perl/man/man3/Exporter::Heavy.3.gz
4161219820SjeffOLD_FILES+=usr/share/perl/man/man3/ExtUtils::MM_Cygwin.3.gz
4162219820SjeffOLD_FILES+=usr/share/perl/man/man3/File::Glob.3.gz
4163219820SjeffOLD_FILES+=usr/share/perl/man/man3/Glob::Glob.3.gz
4164219820SjeffOLD_FILES+=usr/share/perl/man/man3/Hostname::Hostname.3.gz
4165219820SjeffOLD_FILES+=usr/share/perl/man/man3/IO::Dir.3.gz
4166219820SjeffOLD_FILES+=usr/share/perl/man/man3/IO::Poll.3.gz
4167219820SjeffOLD_FILES+=usr/share/perl/man/man3/IO::Socket::INET.3.gz
4168219820SjeffOLD_FILES+=usr/share/perl/man/man3/IO::Socket::UNIX.3.gz
4169219820SjeffOLD_FILES+=usr/share/perl/man/man3/Peek::Peek.3.gz
4170219820SjeffOLD_FILES+=usr/share/perl/man/man3/Pod::Checker.3.gz
4171219820SjeffOLD_FILES+=usr/share/perl/man/man3/Pod::Find.3.gz
4172219820SjeffOLD_FILES+=usr/share/perl/man/man3/Pod::InputObjects.3.gz
4173219820SjeffOLD_FILES+=usr/share/perl/man/man3/Pod::Man.3.gz
4174219820SjeffOLD_FILES+=usr/share/perl/man/man3/Pod::ParseUtils.3.gz
4175219820SjeffOLD_FILES+=usr/share/perl/man/man3/Pod::Parser.3.gz
4176219820SjeffOLD_FILES+=usr/share/perl/man/man3/Pod::Plainer.3.gz
4177219820SjeffOLD_FILES+=usr/share/perl/man/man3/Pod::Select.3.gz
4178219820SjeffOLD_FILES+=usr/share/perl/man/man3/Pod::Text::Color.3.gz
4179219820SjeffOLD_FILES+=usr/share/perl/man/man3/Pod::Text::Termcap.3.gz
4180219820SjeffOLD_FILES+=usr/share/perl/man/man3/Pod::Usage.3.gz
4181219820SjeffOLD_FILES+=usr/share/perl/man/man3/Syslog::Syslog.3.gz
4182219820SjeffOLD_FILES+=usr/share/perl/man/man3/Term::ANSIColor.3.gz
4183219820SjeffOLD_FILES+=usr/share/perl/man/man3/XSLoader.3.gz
4184219820SjeffOLD_FILES+=usr/share/perl/man/man3/attributes.3.gz
4185219820SjeffOLD_FILES+=usr/share/perl/man/man3/bytes.3.gz
4186219820SjeffOLD_FILES+=usr/share/perl/man/man3/charnames.3.gz
4187219820SjeffOLD_FILES+=usr/share/perl/man/man3/filetest.3.gz
4188219820SjeffOLD_FILES+=usr/share/perl/man/man3/open.3.gz
4189219820SjeffOLD_FILES+=usr/share/perl/man/man3/utf8.3.gz
4190219820SjeffOLD_FILES+=usr/share/perl/man/man3/warnings.3.gz
4191219820SjeffOLD_FILES+=usr/share/perl/man/man3/warnings::register.3.gz
4192219820SjeffOLD_FILES+=usr/share/perl/man/whatis
4193219820SjeffOLD_FILES+=usr/share/man/man1/CA.pl.1.gz
4194219820SjeffOLD_FILES+=usr/share/man/man1/asn1parse.1.gz
4195219820SjeffOLD_FILES+=usr/share/man/man1/ca.1.gz
4196219820SjeffOLD_FILES+=usr/share/man/man1/ciphers.1.gz
4197219820SjeffOLD_FILES+=usr/share/man/man1/config.1.gz
4198219820SjeffOLD_FILES+=usr/share/man/man1/crl.1.gz
4199219820SjeffOLD_FILES+=usr/share/man/man1/crl2pkcs7.1.gz
4200219820SjeffOLD_FILES+=usr/share/man/man1/dgst.1.gz
4201219820SjeffOLD_FILES+=usr/share/man/man1/dhparam.1.gz
4202219820SjeffOLD_FILES+=usr/share/man/man1/doscmd.1.gz
4203219820SjeffOLD_FILES+=usr/share/man/man1/dsa.1.gz
4204219820SjeffOLD_FILES+=usr/share/man/man1/dsaparam.1.gz
4205219820SjeffOLD_FILES+=usr/share/man/man1/enc.1.gz
4206219820SjeffOLD_FILES+=usr/share/man/man1/gendsa.1.gz
4207219820SjeffOLD_FILES+=usr/share/man/man1/genrsa.1.gz
4208219820SjeffOLD_FILES+=usr/share/man/man1/getNAME.1.gz
4209219820SjeffOLD_FILES+=usr/share/man/man1/nseq.1.gz
4210219820SjeffOLD_FILES+=usr/share/man/man1/ocsp.1.gz
4211219820SjeffOLD_FILES+=usr/share/man/man1/openssl.1.gz
4212219820SjeffOLD_FILES+=usr/share/man/man1/perl.1.gz
4213219820SjeffOLD_FILES+=usr/share/man/man1/perl5004delta.1.gz
4214219820SjeffOLD_FILES+=usr/share/man/man1/perlapio.1.gz
4215219820SjeffOLD_FILES+=usr/share/man/man1/perlbook.1.gz
4216219820SjeffOLD_FILES+=usr/share/man/man1/perlbot.1.gz
4217219820SjeffOLD_FILES+=usr/share/man/man1/perlcall.1.gz
4218219820SjeffOLD_FILES+=usr/share/man/man1/perldata.1.gz
4219219820SjeffOLD_FILES+=usr/share/man/man1/perldebug.1.gz
4220219820SjeffOLD_FILES+=usr/share/man/man1/perldelta.1.gz
4221219820SjeffOLD_FILES+=usr/share/man/man1/perldiag.1.gz
4222219820SjeffOLD_FILES+=usr/share/man/man1/perldsc.1.gz
4223219820SjeffOLD_FILES+=usr/share/man/man1/perlembed.1.gz
4224219820SjeffOLD_FILES+=usr/share/man/man1/perlfaq.1.gz
4225219820SjeffOLD_FILES+=usr/share/man/man1/perlfaq1.1.gz
4226219820SjeffOLD_FILES+=usr/share/man/man1/perlfaq2.1.gz
4227219820SjeffOLD_FILES+=usr/share/man/man1/perlfaq3.1.gz
4228219820SjeffOLD_FILES+=usr/share/man/man1/perlfaq4.1.gz
4229219820SjeffOLD_FILES+=usr/share/man/man1/perlfaq5.1.gz
4230219820SjeffOLD_FILES+=usr/share/man/man1/perlfaq6.1.gz
4231219820SjeffOLD_FILES+=usr/share/man/man1/perlfaq7.1.gz
4232219820SjeffOLD_FILES+=usr/share/man/man1/perlfaq8.1.gz
4233219820SjeffOLD_FILES+=usr/share/man/man1/perlfaq9.1.gz
4234219820SjeffOLD_FILES+=usr/share/man/man1/perlform.1.gz
4235219820SjeffOLD_FILES+=usr/share/man/man1/perlfunc.1.gz
4236219820SjeffOLD_FILES+=usr/share/man/man1/perlguts.1.gz
4237219820SjeffOLD_FILES+=usr/share/man/man1/perlhist.1.gz
4238219820SjeffOLD_FILES+=usr/share/man/man1/perlipc.1.gz
4239219820SjeffOLD_FILES+=usr/share/man/man1/perllocale.1.gz
4240219820SjeffOLD_FILES+=usr/share/man/man1/perllol.1.gz
4241219820SjeffOLD_FILES+=usr/share/man/man1/perlmod.1.gz
4242219820SjeffOLD_FILES+=usr/share/man/man1/perlmodinstall.1.gz
4243219820SjeffOLD_FILES+=usr/share/man/man1/perlmodlib.1.gz
4244219820SjeffOLD_FILES+=usr/share/man/man1/perlobj.1.gz
4245219820SjeffOLD_FILES+=usr/share/man/man1/perlop.1.gz
4246219820SjeffOLD_FILES+=usr/share/man/man1/perlopentut.1.gz
4247219820SjeffOLD_FILES+=usr/share/man/man1/perlpod.1.gz
4248219820SjeffOLD_FILES+=usr/share/man/man1/perlport.1.gz
4249219820SjeffOLD_FILES+=usr/share/man/man1/perlre.1.gz
4250219820SjeffOLD_FILES+=usr/share/man/man1/perlref.1.gz
4251219820SjeffOLD_FILES+=usr/share/man/man1/perlreftut.1.gz
4252219820SjeffOLD_FILES+=usr/share/man/man1/perlrun.1.gz
4253219820SjeffOLD_FILES+=usr/share/man/man1/perlsec.1.gz
4254219820SjeffOLD_FILES+=usr/share/man/man1/perlstyle.1.gz
4255219820SjeffOLD_FILES+=usr/share/man/man1/perlsub.1.gz
4256219820SjeffOLD_FILES+=usr/share/man/man1/perlsyn.1.gz
4257219820SjeffOLD_FILES+=usr/share/man/man1/perlthrtut.1.gz
4258219820SjeffOLD_FILES+=usr/share/man/man1/perltie.1.gz
4259219820SjeffOLD_FILES+=usr/share/man/man1/perltoc.1.gz
4260219820SjeffOLD_FILES+=usr/share/man/man1/perltoot.1.gz
4261219820SjeffOLD_FILES+=usr/share/man/man1/perltrap.1.gz
4262219820SjeffOLD_FILES+=usr/share/man/man1/perlvar.1.gz
4263219820SjeffOLD_FILES+=usr/share/man/man1/perlxs.1.gz
4264219820SjeffOLD_FILES+=usr/share/man/man1/perlxstut.1.gz
4265219820SjeffOLD_FILES+=usr/share/man/man1/perlbug.1.gz
4266219820SjeffOLD_FILES+=usr/share/man/man1/perlcc.1.gz
4267219820SjeffOLD_FILES+=usr/share/man/man1/perldoc.1.gz
4268219820SjeffOLD_FILES+=usr/share/man/man1/perl5005delta.1.gz
4269219820SjeffOLD_FILES+=usr/share/man/man1/perlfork.1.gz
4270219820SjeffOLD_FILES+=usr/share/man/man1/perlboot.1.gz
4271219820SjeffOLD_FILES+=usr/share/man/man1/perltootc.1.gz
4272219820SjeffOLD_FILES+=usr/share/man/man1/perldbmfilter.1.gz
4273219820SjeffOLD_FILES+=usr/share/man/man1/perldebguts.1.gz
4274219820SjeffOLD_FILES+=usr/share/man/man1/perlnumber.1.gz
4275219820SjeffOLD_FILES+=usr/share/man/man1/perlcompile.1.gz
4276219820SjeffOLD_FILES+=usr/share/man/man1/perltodo.1.gz
4277219820SjeffOLD_FILES+=usr/share/man/man1/perlapi.1.gz
4278219820SjeffOLD_FILES+=usr/share/man/man1/perlintern.1.gz
4279219820SjeffOLD_FILES+=usr/share/man/man1/perlhack.1.gz
4280219820SjeffOLD_FILES+=usr/share/man/man1/perlbc.1.gz
4281219820SjeffOLD_FILES+=usr/share/man/man1/pkcs12.1.gz
4282219820SjeffOLD_FILES+=usr/share/man/man1/pkcs7.1.gz
4283219820SjeffOLD_FILES+=usr/share/man/man1/pkcs8.1.gz
4284219820SjeffOLD_FILES+=usr/share/man/man1/rand.1.gz
4285219820SjeffOLD_FILES+=usr/share/man/man1/req.1.gz
4286219820SjeffOLD_FILES+=usr/share/man/man1/rsa.1.gz
4287219820SjeffOLD_FILES+=usr/share/man/man1/rsautl.1.gz
4288219820SjeffOLD_FILES+=usr/share/man/man1/s_client.1.gz
4289219820SjeffOLD_FILES+=usr/share/man/man1/s_server.1.gz
4290219820SjeffOLD_FILES+=usr/share/man/man1/sess_id.1.gz
4291219820SjeffOLD_FILES+=usr/share/man/man1/smime.1.gz
4292219820SjeffOLD_FILES+=usr/share/man/man1/speed.1.gz
4293219820SjeffOLD_FILES+=usr/share/man/man1/spkac.1.gz
4294219820SjeffOLD_FILES+=usr/share/man/man1/verify.1.gz
4295219820SjeffOLD_FILES+=usr/share/man/man1/version.1.gz
4296219820SjeffOLD_FILES+=usr/share/man/man1/x509.1.gz
4297219820SjeffOLD_FILES+=usr/share/man/man3/SSL_COMP_add_compression_method.3.gz
4298219820SjeffOLD_FILES+=usr/share/man/man3/SSL_CTX_get_ex_new_index.3.gz
4299219820SjeffOLD_FILES+=usr/share/man/man3/archive_entry_dup.3.gz
4300219820SjeffOLD_FILES+=usr/share/man/man3/archive_entry_hardlink_w.3.gz
4301219820SjeffOLD_FILES+=usr/share/man/man3/archive_entry_set_tartype.3.gz
4302219820SjeffOLD_FILES+=usr/share/man/man3/archive_entry_symlink_w.3.gz
4303219820SjeffOLD_FILES+=usr/share/man/man3/archive_entry_tartype.3.gz
4304219820SjeffOLD_FILES+=usr/share/man/man3/archive_read_data_into_file.3.gz
4305219820SjeffOLD_FILES+=usr/share/man/man3/archive_read_open_tar.3.gz
4306219820SjeffOLD_FILES+=usr/share/man/man3/archive_read_support_format_gnutar.3.gz
4307219820SjeffOLD_FILES+=usr/share/man/man3/cipher.3.gz
4308219820SjeffOLD_FILES+=usr/share/man/man3/des_cipher.3.gz
4309219820SjeffOLD_FILES+=usr/share/man/man3/des_setkey.3.gz
4310219820SjeffOLD_FILES+=usr/share/man/man3/encrypt.3.gz
4311219820SjeffOLD_FILES+=usr/share/man/man3/endvfsent.3.gz
4312219820SjeffOLD_FILES+=usr/share/man/man3/getvfsbytype.3.gz
4313219820SjeffOLD_FILES+=usr/share/man/man3/getvfsent.3.gz
4314219820SjeffOLD_FILES+=usr/share/man/man3/isnanf.3.gz
4315219820SjeffOLD_FILES+=usr/share/man/man3/libautofs.3.gz
4316219820SjeffOLD_FILES+=usr/share/man/man3/pthread_attr_setsstack.3.gz
4317219820SjeffOLD_FILES+=usr/share/man/man3/pthread_getcancelstate.3.gz
4318219820SjeffOLD_FILES+=usr/share/man/man3/pthread_mutexattr_getpshared.3.gz
4319219820SjeffOLD_FILES+=usr/share/man/man3/pthread_mutexattr_setpshared.3.gz
4320219820SjeffOLD_FILES+=usr/share/man/man3/set_assertion_failure_callback.3.gz
4321219820SjeffOLD_FILES+=usr/share/man/man3/setkey.3.gz
4322219820SjeffOLD_FILES+=usr/share/man/man3/setvfsent.3.gz
4323219820SjeffOLD_FILES+=usr/share/man/man3/ssl.3.gz
4324219820SjeffOLD_FILES+=usr/share/man/man3/vfsisloadable.3.gz
4325219820SjeffOLD_FILES+=usr/share/man/man3/vfsload.3.gz
4326219820SjeffOLD_FILES+=usr/share/man/man4/als4000.4.gz
4327219820SjeffOLD_FILES+=usr/share/man/man4/csa.4.gz
4328219820SjeffOLD_FILES+=usr/share/man/man4/emu10k1.4.gz
4329219820SjeffOLD_FILES+=usr/share/man/man4/euc.4.gz
4330219820SjeffOLD_FILES+=usr/share/man/man4/gusc.4.gz
4331219820SjeffOLD_FILES+=usr/share/man/man4/if_fwp.4.gz
4332219820SjeffOLD_FILES+=usr/share/man/man4/lomac.4.gz
4333219820SjeffOLD_FILES+=usr/share/man/man4/maestro3.4.gz
4334219820SjeffOLD_FILES+=usr/share/man/man4/raid.4.gz
4335219820SjeffOLD_FILES+=usr/share/man/man4/sbc.4.gz
4336219820SjeffOLD_FILES+=usr/share/man/man4/sd.4.gz
4337219820SjeffOLD_FILES+=usr/share/man/man4/snc.4.gz
4338219820SjeffOLD_FILES+=usr/share/man/man4/st.4.gz
4339219820SjeffOLD_FILES+=usr/share/man/man4/uaudio.4.gz
4340219820SjeffOLD_FILES+=usr/share/man/man4/utf2.4.gz
4341219820SjeffOLD_FILES+=usr/share/man/man4/vinumdebug.4.gz
4342219820SjeffOLD_FILES+=usr/share/man/man5/disklabel.5.gz
4343219820SjeffOLD_FILES+=usr/share/man/man5/dm.conf.5.gz
4344219820SjeffOLD_FILES+=usr/share/man/man5/ranlib.5.gz
4345219820SjeffOLD_FILES+=usr/share/man/man5/utf2.5.gz
4346219820SjeffOLD_FILES+=usr/share/man/man7/groff_mwww.7.gz
4347219820SjeffOLD_FILES+=usr/share/man/man7/mmroff.7.gz
4348219820SjeffOLD_FILES+=usr/share/man/man7/mwww.7.gz
4349219820SjeffOLD_FILES+=usr/share/man/man7/style.perl.7.gz
4350219820SjeffOLD_FILES+=usr/share/man/man8/apm.8.gz
4351219820SjeffOLD_FILES+=usr/share/man/man8/apmconf.8.gz
4352219820SjeffOLD_FILES+=usr/share/man/man8/apmd.8.gz
4353219820SjeffOLD_FILES+=usr/share/man/man8/dm.8.gz
4354219820SjeffOLD_FILES+=usr/share/man/man8/pam_ftp.8.gz
4355219820SjeffOLD_FILES+=usr/share/man/man8/pam_wheel.8.gz
4356219820SjeffOLD_FILES+=usr/share/man/man8/sconfig.8.gz
4357219820SjeffOLD_FILES+=usr/share/man/man8/ssl.8.gz
4358219820SjeffOLD_FILES+=usr/share/man/man8/wlconfig.8.gz
4359219820SjeffOLD_FILES+=usr/share/man/man9/CURSIG.9.gz
4360219820SjeffOLD_FILES+=usr/share/man/man9/VFS_INIT.9.gz
4361219820SjeffOLD_FILES+=usr/share/man/man9/at_exit.9.gz
4362219820SjeffOLD_FILES+=usr/share/man/man9/at_fork.9.gz
4363219820SjeffOLD_FILES+=usr/share/man/man9/cdevsw_add.9.gz
4364219820SjeffOLD_FILES+=usr/share/man/man9/cdevsw_remove.9.gz
4365219820SjeffOLD_FILES+=usr/share/man/man9/cv_waitq_empty.9.gz
4366219820SjeffOLD_FILES+=usr/share/man/man9/cv_waitq_remove.9.gz
4367219820SjeffOLD_FILES+=usr/share/man/man9/endtsleep.9.gz
4368219820SjeffOLD_FILES+=usr/share/man/man9/jumbo.9.gz
4369219820SjeffOLD_FILES+=usr/share/man/man9/jumbo_freem.9.gz
4370219820SjeffOLD_FILES+=usr/share/man/man9/jumbo_pg_alloc.9.gz
4371219820SjeffOLD_FILES+=usr/share/man/man9/jumbo_pg_free.9.gz
4372219820SjeffOLD_FILES+=usr/share/man/man9/jumbo_pg_steal.9.gz
4373219820SjeffOLD_FILES+=usr/share/man/man9/jumbo_phys_to_kva.9.gz
4374219820SjeffOLD_FILES+=usr/share/man/man9/jumbo_vm_init.9.gz
4375219820SjeffOLD_FILES+=usr/share/man/man9/mac_biba.9.gz
4376219820SjeffOLD_FILES+=usr/share/man/man9/mac_bsdextended.9.gz
4377219820SjeffOLD_FILES+=usr/share/man/man9/mono_time.9.gz
4378219820SjeffOLD_FILES+=usr/share/man/man9/p1003_1b.9.gz
4379219820SjeffOLD_FILES+=usr/share/man/man9/pmap_prefault.9.gz
4380219820SjeffOLD_FILES+=usr/share/man/man9/posix4.9.gz
4381219820SjeffOLD_FILES+=usr/share/man/man9/resource_query_name.9.gz
4382219820SjeffOLD_FILES+=usr/share/man/man9/resource_query_string.9.gz
4383219820SjeffOLD_FILES+=usr/share/man/man9/resource_query_unit.9.gz
4384219820SjeffOLD_FILES+=usr/share/man/man9/rm_at_exit.9.gz
4385219820SjeffOLD_FILES+=usr/share/man/man9/rm_at_fork.9.gz
4386219820SjeffOLD_FILES+=usr/share/man/man9/runtime.9.gz
4387219820SjeffOLD_FILES+=usr/share/man/man9/sleepinit.9.gz
4388219820SjeffOLD_FILES+=usr/share/man/man9/unsleep.9.gz
4389219820SjeffOLD_FILES+=usr/share/man/ja/man1/perl.1.gz
4390219820SjeffOLD_FILES+=usr/share/games/atc/Game_List
4391219820SjeffOLD_FILES+=usr/share/games/atc/Killer
4392219820SjeffOLD_FILES+=usr/share/games/atc/crossover
4393219820SjeffOLD_FILES+=usr/share/games/atc/default
4394219820SjeffOLD_FILES+=usr/share/games/atc/easy
4395219820SjeffOLD_FILES+=usr/share/games/atc/game_2
4396219820SjeffOLD_FILES+=usr/share/games/larn/larnmaze
4397219820SjeffOLD_FILES+=usr/share/games/larn/larnopts
4398219820SjeffOLD_FILES+=usr/share/games/larn/larn.help
4399219820SjeffOLD_FILES+=usr/share/games/quiz.db/africa
4400219820SjeffOLD_FILES+=usr/share/games/quiz.db/america
4401219820SjeffOLD_FILES+=usr/share/games/quiz.db/areas
4402219820SjeffOLD_FILES+=usr/share/games/quiz.db/arith
4403219820SjeffOLD_FILES+=usr/share/games/quiz.db/asia
4404219820SjeffOLD_FILES+=usr/share/games/quiz.db/babies
4405219820SjeffOLD_FILES+=usr/share/games/quiz.db/bard
4406219820SjeffOLD_FILES+=usr/share/games/quiz.db/chinese
4407219820SjeffOLD_FILES+=usr/share/games/quiz.db/collectives
4408219820SjeffOLD_FILES+=usr/share/games/quiz.db/ed
4409219820SjeffOLD_FILES+=usr/share/games/quiz.db/elements
4410219820SjeffOLD_FILES+=usr/share/games/quiz.db/europe
4411219820SjeffOLD_FILES+=usr/share/games/quiz.db/flowers
4412219820SjeffOLD_FILES+=usr/share/games/quiz.db/greek
4413219820SjeffOLD_FILES+=usr/share/games/quiz.db/inca
4414219820SjeffOLD_FILES+=usr/share/games/quiz.db/index
4415219820SjeffOLD_FILES+=usr/share/games/quiz.db/latin
4416219820SjeffOLD_FILES+=usr/share/games/quiz.db/locomotive
4417219820SjeffOLD_FILES+=usr/share/games/quiz.db/midearth
4418219820SjeffOLD_FILES+=usr/share/games/quiz.db/morse
4419219820SjeffOLD_FILES+=usr/share/games/quiz.db/murders
4420219820SjeffOLD_FILES+=usr/share/games/quiz.db/poetry
4421219820SjeffOLD_FILES+=usr/share/games/quiz.db/posneg
4422219820SjeffOLD_FILES+=usr/share/games/quiz.db/pres
4423219820SjeffOLD_FILES+=usr/share/games/quiz.db/province
4424219820SjeffOLD_FILES+=usr/share/games/quiz.db/seq-easy
4425219820SjeffOLD_FILES+=usr/share/games/quiz.db/seq-hard
4426219820SjeffOLD_FILES+=usr/share/games/quiz.db/sexes
4427219820SjeffOLD_FILES+=usr/share/games/quiz.db/sov
4428219820SjeffOLD_FILES+=usr/share/games/quiz.db/spell
4429219820SjeffOLD_FILES+=usr/share/games/quiz.db/state
4430219820SjeffOLD_FILES+=usr/share/games/quiz.db/trek
4431219820SjeffOLD_FILES+=usr/share/games/quiz.db/ucc
4432219820SjeffOLD_FILES+=usr/share/games/cribbage.instr
4433219820SjeffOLD_FILES+=usr/share/games/fish.instr
4434219820SjeffOLD_FILES+=usr/share/games/wump.info
4435219820SjeffOLD_FILES+=usr/games/hide/adventure
4436219820SjeffOLD_FILES+=usr/games/hide/arithmetic
4437219820SjeffOLD_FILES+=usr/games/hide/atc
4438219820SjeffOLD_FILES+=usr/games/hide/backgammon
4439219820SjeffOLD_FILES+=usr/games/hide/teachgammon
4440219820SjeffOLD_FILES+=usr/games/hide/battlestar
4441219820SjeffOLD_FILES+=usr/games/hide/bs
4442219820SjeffOLD_FILES+=usr/games/hide/canfield
4443219820SjeffOLD_FILES+=usr/games/hide/cribbage
4444219820SjeffOLD_FILES+=usr/games/hide/fish
4445219820SjeffOLD_FILES+=usr/games/hide/hack
4446219820SjeffOLD_FILES+=usr/games/hide/hangman
4447219820SjeffOLD_FILES+=usr/games/hide/larn
4448219820SjeffOLD_FILES+=usr/games/hide/mille
4449219820SjeffOLD_FILES+=usr/games/hide/phantasia
4450219820SjeffOLD_FILES+=usr/games/hide/quiz
4451219820SjeffOLD_FILES+=usr/games/hide/robots
4452219820SjeffOLD_FILES+=usr/games/hide/rogue
4453219820SjeffOLD_FILES+=usr/games/hide/sail
4454219820SjeffOLD_FILES+=usr/games/hide/snake
4455219820SjeffOLD_FILES+=usr/games/hide/trek
4456219820SjeffOLD_FILES+=usr/games/hide/worm
4457219820SjeffOLD_FILES+=usr/games/hide/wump
4458219820SjeffOLD_FILES+=usr/games/adventure
4459219820SjeffOLD_FILES+=usr/games/arithmetic
4460219820SjeffOLD_FILES+=usr/games/atc
4461219820SjeffOLD_FILES+=usr/games/backgammon
4462219820SjeffOLD_FILES+=usr/games/teachgammon
4463219820SjeffOLD_FILES+=usr/games/battlestar
4464219820SjeffOLD_FILES+=usr/games/bs
4465219820SjeffOLD_FILES+=usr/games/canfield
4466219820SjeffOLD_FILES+=usr/games/cfscores
4467219820SjeffOLD_FILES+=usr/games/cribbage
4468219820SjeffOLD_FILES+=usr/games/dm
4469219820SjeffOLD_FILES+=usr/games/fish
4470219820SjeffOLD_FILES+=usr/games/hack
4471219820SjeffOLD_FILES+=usr/games/hangman
4472219820SjeffOLD_FILES+=usr/games/larn
4473219820SjeffOLD_FILES+=usr/games/mille
4474219820SjeffOLD_FILES+=usr/games/phantasia
4475219820SjeffOLD_FILES+=usr/games/piano
4476219820SjeffOLD_FILES+=usr/games/pig
4477219820SjeffOLD_FILES+=usr/games/quiz
4478219820SjeffOLD_FILES+=usr/games/rain
4479219820SjeffOLD_FILES+=usr/games/robots
4480219820SjeffOLD_FILES+=usr/games/rogue
4481219820SjeffOLD_FILES+=usr/games/sail
4482219820SjeffOLD_FILES+=usr/games/snake
4483219820SjeffOLD_FILES+=usr/games/snscore
4484219820SjeffOLD_FILES+=usr/games/trek
4485219820SjeffOLD_FILES+=usr/games/wargames
4486219820SjeffOLD_FILES+=usr/games/worm
4487219820SjeffOLD_FILES+=usr/games/worms
4488219820SjeffOLD_FILES+=usr/games/wump
4489219820SjeffOLD_FILES+=sbin/mount_reiserfs
4490219820SjeffOLD_FILES+=usr/include/c++/3.4/ext/demangle.h
4491219820SjeffOLD_FILES+=usr/include/cam/cam_extend.h
4492219820SjeffOLD_FILES+=usr/include/dev/wi/wi_hostap.h
4493219820SjeffOLD_FILES+=usr/include/disktab.h
4494219820SjeffOLD_FILES+=usr/include/g++/FlexLexer.h
4495219820SjeffOLD_FILES+=usr/include/g++/PlotFile.h
4496219820SjeffOLD_FILES+=usr/include/g++/SFile.h
4497219820SjeffOLD_FILES+=usr/include/g++/_G_config.h
4498219820SjeffOLD_FILES+=usr/include/g++/algo.h
4499219820SjeffOLD_FILES+=usr/include/g++/algobase.h
4500219820SjeffOLD_FILES+=usr/include/g++/algorithm
4501219820SjeffOLD_FILES+=usr/include/g++/alloc.h
4502219820SjeffOLD_FILES+=usr/include/g++/bitset
4503219820SjeffOLD_FILES+=usr/include/g++/builtinbuf.h
4504219820SjeffOLD_FILES+=usr/include/g++/bvector.h
4505219820SjeffOLD_FILES+=usr/include/g++/cassert
4506219820SjeffOLD_FILES+=usr/include/g++/cctype
4507219820SjeffOLD_FILES+=usr/include/g++/cerrno
4508219820SjeffOLD_FILES+=usr/include/g++/cfloat
4509219820SjeffOLD_FILES+=usr/include/g++/ciso646
4510219820SjeffOLD_FILES+=usr/include/g++/climits
4511219820SjeffOLD_FILES+=usr/include/g++/clocale
4512219820SjeffOLD_FILES+=usr/include/g++/cmath
4513219820SjeffOLD_FILES+=usr/include/g++/complex
4514219820SjeffOLD_FILES+=usr/include/g++/complex.h
4515219820SjeffOLD_FILES+=usr/include/g++/csetjmp
4516219820SjeffOLD_FILES+=usr/include/g++/csignal
4517219820SjeffOLD_FILES+=usr/include/g++/cstdarg
4518219820SjeffOLD_FILES+=usr/include/g++/cstddef
4519219820SjeffOLD_FILES+=usr/include/g++/cstdio
4520219820SjeffOLD_FILES+=usr/include/g++/cstdlib
4521219820SjeffOLD_FILES+=usr/include/g++/cstring
4522219820SjeffOLD_FILES+=usr/include/g++/ctime
4523219820SjeffOLD_FILES+=usr/include/g++/cwchar
4524219820SjeffOLD_FILES+=usr/include/g++/cwctype
4525219820SjeffOLD_FILES+=usr/include/g++/defalloc.h
4526219820SjeffOLD_FILES+=usr/include/g++/deque
4527219820SjeffOLD_FILES+=usr/include/g++/deque.h
4528219820SjeffOLD_FILES+=usr/include/g++/editbuf.h
4529219820SjeffOLD_FILES+=usr/include/g++/exception
4530219820SjeffOLD_FILES+=usr/include/g++/floatio.h
4531219820SjeffOLD_FILES+=usr/include/g++/fstream
4532219820SjeffOLD_FILES+=usr/include/g++/fstream.h
4533219820SjeffOLD_FILES+=usr/include/g++/function.h
4534219820SjeffOLD_FILES+=usr/include/g++/functional
4535219820SjeffOLD_FILES+=usr/include/g++/hash_map
4536219820SjeffOLD_FILES+=usr/include/g++/hash_map.h
4537219820SjeffOLD_FILES+=usr/include/g++/hash_set
4538219820SjeffOLD_FILES+=usr/include/g++/hash_set.h
4539219820SjeffOLD_FILES+=usr/include/g++/hashtable.h
4540219820SjeffOLD_FILES+=usr/include/g++/heap.h
4541219820SjeffOLD_FILES+=usr/include/g++/indstream.h
4542219820SjeffOLD_FILES+=usr/include/g++/iolibio.h
4543219820SjeffOLD_FILES+=usr/include/g++/iomanip
4544219820SjeffOLD_FILES+=usr/include/g++/iomanip.h
4545219820SjeffOLD_FILES+=usr/include/g++/iosfwd
4546219820SjeffOLD_FILES+=usr/include/g++/iostdio.h
4547219820SjeffOLD_FILES+=usr/include/g++/iostream
4548219820SjeffOLD_FILES+=usr/include/g++/iostream.h
4549219820SjeffOLD_FILES+=usr/include/g++/iostreamP.h
4550219820SjeffOLD_FILES+=usr/include/g++/istream.h
4551219820SjeffOLD_FILES+=usr/include/g++/iterator
4552219820SjeffOLD_FILES+=usr/include/g++/iterator.h
4553219820SjeffOLD_FILES+=usr/include/g++/libio.h
4554219820SjeffOLD_FILES+=usr/include/g++/libioP.h
4555219820SjeffOLD_FILES+=usr/include/g++/list
4556219820SjeffOLD_FILES+=usr/include/g++/list.h
4557219820SjeffOLD_FILES+=usr/include/g++/map
4558219820SjeffOLD_FILES+=usr/include/g++/map.h
4559219820SjeffOLD_FILES+=usr/include/g++/memory
4560219820SjeffOLD_FILES+=usr/include/g++/multimap.h
4561219820SjeffOLD_FILES+=usr/include/g++/multiset.h
4562219820SjeffOLD_FILES+=usr/include/g++/new
4563219820SjeffOLD_FILES+=usr/include/g++/new.h
4564219820SjeffOLD_FILES+=usr/include/g++/numeric
4565219820SjeffOLD_FILES+=usr/include/g++/ostream.h
4566219820SjeffOLD_FILES+=usr/include/g++/pair.h
4567219820SjeffOLD_FILES+=usr/include/g++/parsestream.h
4568219820SjeffOLD_FILES+=usr/include/g++/pfstream.h
4569219820SjeffOLD_FILES+=usr/include/g++/procbuf.h
4570219820SjeffOLD_FILES+=usr/include/g++/pthread_alloc
4571219820SjeffOLD_FILES+=usr/include/g++/pthread_alloc.h
4572219820SjeffOLD_FILES+=usr/include/g++/queue
4573219820SjeffOLD_FILES+=usr/include/g++/rope
4574219820SjeffOLD_FILES+=usr/include/g++/rope.h
4575219820SjeffOLD_FILES+=usr/include/g++/ropeimpl.h
4576219820SjeffOLD_FILES+=usr/include/g++/set
4577219820SjeffOLD_FILES+=usr/include/g++/set.h
4578219820SjeffOLD_FILES+=usr/include/g++/slist
4579219820SjeffOLD_FILES+=usr/include/g++/slist.h
4580219820SjeffOLD_FILES+=usr/include/g++/sstream
4581219820SjeffOLD_FILES+=usr/include/g++/stack
4582219820SjeffOLD_FILES+=usr/include/g++/stack.h
4583219820SjeffOLD_FILES+=usr/include/g++/std/bastring.cc
4584219820SjeffOLD_FILES+=usr/include/g++/std/bastring.h
4585219820SjeffOLD_FILES+=usr/include/g++/std/complext.cc
4586219820SjeffOLD_FILES+=usr/include/g++/std/complext.h
4587219820SjeffOLD_FILES+=usr/include/g++/std/dcomplex.h
4588219820SjeffOLD_FILES+=usr/include/g++/std/fcomplex.h
4589219820SjeffOLD_FILES+=usr/include/g++/std/gslice.h
4590219820SjeffOLD_FILES+=usr/include/g++/std/gslice_array.h
4591219820SjeffOLD_FILES+=usr/include/g++/std/indirect_array.h
4592219820SjeffOLD_FILES+=usr/include/g++/std/ldcomplex.h
4593219820SjeffOLD_FILES+=usr/include/g++/std/mask_array.h
4594219820SjeffOLD_FILES+=usr/include/g++/std/slice.h
4595219820SjeffOLD_FILES+=usr/include/g++/std/slice_array.h
4596219820SjeffOLD_FILES+=usr/include/g++/std/std_valarray.h
4597219820SjeffOLD_FILES+=usr/include/g++/std/straits.h
4598219820SjeffOLD_FILES+=usr/include/g++/std/valarray_array.h
4599219820SjeffOLD_FILES+=usr/include/g++/std/valarray_array.tcc
4600219820SjeffOLD_FILES+=usr/include/g++/std/valarray_meta.h
4601219820SjeffOLD_FILES+=usr/include/g++/stdexcept
4602219820SjeffOLD_FILES+=usr/include/g++/stdiostream.h
4603219820SjeffOLD_FILES+=usr/include/g++/stl.h
4604219820SjeffOLD_FILES+=usr/include/g++/stl_algo.h
4605219820SjeffOLD_FILES+=usr/include/g++/stl_algobase.h
4606219820SjeffOLD_FILES+=usr/include/g++/stl_alloc.h
4607219820SjeffOLD_FILES+=usr/include/g++/stl_bvector.h
4608219820SjeffOLD_FILES+=usr/include/g++/stl_config.h
4609219820SjeffOLD_FILES+=usr/include/g++/stl_construct.h
4610219820SjeffOLD_FILES+=usr/include/g++/stl_deque.h
4611219820SjeffOLD_FILES+=usr/include/g++/stl_function.h
4612219820SjeffOLD_FILES+=usr/include/g++/stl_hash_fun.h
4613219820SjeffOLD_FILES+=usr/include/g++/stl_hash_map.h
4614219820SjeffOLD_FILES+=usr/include/g++/stl_hash_set.h
4615219820SjeffOLD_FILES+=usr/include/g++/stl_hashtable.h
4616219820SjeffOLD_FILES+=usr/include/g++/stl_heap.h
4617219820SjeffOLD_FILES+=usr/include/g++/stl_iterator.h
4618219820SjeffOLD_FILES+=usr/include/g++/stl_list.h
4619219820SjeffOLD_FILES+=usr/include/g++/stl_map.h
4620219820SjeffOLD_FILES+=usr/include/g++/stl_multimap.h
4621219820SjeffOLD_FILES+=usr/include/g++/stl_multiset.h
4622219820SjeffOLD_FILES+=usr/include/g++/stl_numeric.h
4623219820SjeffOLD_FILES+=usr/include/g++/stl_pair.h
4624219820SjeffOLD_FILES+=usr/include/g++/stl_queue.h
4625219820SjeffOLD_FILES+=usr/include/g++/stl_raw_storage_iter.h
4626219820SjeffOLD_FILES+=usr/include/g++/stl_relops.h
4627219820SjeffOLD_FILES+=usr/include/g++/stl_rope.h
4628219820SjeffOLD_FILES+=usr/include/g++/stl_set.h
4629219820SjeffOLD_FILES+=usr/include/g++/stl_slist.h
4630219820SjeffOLD_FILES+=usr/include/g++/stl_stack.h
4631219820SjeffOLD_FILES+=usr/include/g++/stl_tempbuf.h
4632219820SjeffOLD_FILES+=usr/include/g++/stl_tree.h
4633219820SjeffOLD_FILES+=usr/include/g++/stl_uninitialized.h
4634219820SjeffOLD_FILES+=usr/include/g++/stl_vector.h
4635219820SjeffOLD_FILES+=usr/include/g++/stream.h
4636219820SjeffOLD_FILES+=usr/include/g++/streambuf.h
4637219820SjeffOLD_FILES+=usr/include/g++/strfile.h
4638219820SjeffOLD_FILES+=usr/include/g++/string
4639219820SjeffOLD_FILES+=usr/include/g++/strstream
4640219820SjeffOLD_FILES+=usr/include/g++/strstream.h
4641219820SjeffOLD_FILES+=usr/include/g++/tempbuf.h
4642219820SjeffOLD_FILES+=usr/include/g++/tree.h
4643219820SjeffOLD_FILES+=usr/include/g++/type_traits.h
4644219820SjeffOLD_FILES+=usr/include/g++/typeinfo
4645219820SjeffOLD_FILES+=usr/include/g++/utility
4646219820SjeffOLD_FILES+=usr/include/g++/valarray
4647219820SjeffOLD_FILES+=usr/include/g++/vector
4648219820SjeffOLD_FILES+=usr/include/g++/vector.h
4649219820SjeffOLD_FILES+=usr/include/gmp.h
4650219820SjeffOLD_FILES+=usr/include/isc/assertions.h
4651219820SjeffOLD_FILES+=usr/include/isc/ctl.h
4652219820SjeffOLD_FILES+=usr/include/isc/dst.h
4653219820SjeffOLD_FILES+=usr/include/isc/eventlib.h
4654219820SjeffOLD_FILES+=usr/include/isc/heap.h
4655219820SjeffOLD_FILES+=usr/include/isc/irpmarshall.h
4656219820SjeffOLD_FILES+=usr/include/isc/list.h
4657219820SjeffOLD_FILES+=usr/include/isc/logging.h
4658219820SjeffOLD_FILES+=usr/include/isc/memcluster.h
4659219820SjeffOLD_FILES+=usr/include/isc/misc.h
4660219820SjeffOLD_FILES+=usr/include/isc/tree.h
4661219820SjeffOLD_FILES+=usr/include/machine/ansi.h
4662219820SjeffOLD_FILES+=usr/include/machine/apic.h
4663219820SjeffOLD_FILES+=usr/include/machine/asc_ioctl.h
4664219820SjeffOLD_FILES+=usr/include/machine/asnames.h
4665219820SjeffOLD_FILES+=usr/include/machine/bus_at386.h
4666219820SjeffOLD_FILES+=usr/include/machine/bus_memio.h
4667219820SjeffOLD_FILES+=usr/include/machine/bus_pc98.h
4668219820SjeffOLD_FILES+=usr/include/machine/bus_pio.h
4669219820SjeffOLD_FILES+=usr/include/machine/cdk.h
4670219820SjeffOLD_FILES+=usr/include/machine/comstats.h
4671219820SjeffOLD_FILES+=usr/include/machine/console.h
4672219820SjeffOLD_FILES+=usr/include/machine/critical.h
4673219820SjeffOLD_FILES+=usr/include/machine/cronyx.h
4674219820SjeffOLD_FILES+=usr/include/machine/dvcfg.h
4675219820SjeffOLD_FILES+=usr/include/machine/globaldata.h
4676219820SjeffOLD_FILES+=usr/include/machine/globals.h
4677219820SjeffOLD_FILES+=usr/include/machine/gsc.h
4678219820SjeffOLD_FILES+=usr/include/machine/i4b_isppp.h
4679219820SjeffOLD_FILES+=usr/include/machine/if_wavelan_ieee.h
4680219820SjeffOLD_FILES+=usr/include/machine/iic.h
4681219820SjeffOLD_FILES+=usr/include/machine/ioctl_ctx.h
4682219820SjeffOLD_FILES+=usr/include/machine/ioctl_fd.h
4683219820SjeffOLD_FILES+=usr/include/machine/ipl.h
4684219820SjeffOLD_FILES+=usr/include/machine/lock.h
4685219820SjeffOLD_FILES+=usr/include/machine/mouse.h
4686219820SjeffOLD_FILES+=usr/include/machine/mpapic.h
4687219820SjeffOLD_FILES+=usr/include/machine/mtpr.h
4688219820SjeffOLD_FILES+=usr/include/machine/pc/msdos.h
4689219820SjeffOLD_FILES+=usr/include/machine/physio_proc.h
4690219820SjeffOLD_FILES+=usr/include/machine/smb.h
4691219820SjeffOLD_FILES+=usr/include/machine/spigot.h
4692219820SjeffOLD_FILES+=usr/include/machine/types.h
4693219820SjeffOLD_FILES+=usr/include/machine/uc_device.h
4694219820SjeffOLD_FILES+=usr/include/machine/ultrasound.h
4695219820SjeffOLD_FILES+=usr/include/machine/wtio.h
4696219820SjeffOLD_FILES+=usr/include/msdosfs/bootsect.h
4697219820SjeffOLD_FILES+=usr/include/msdosfs/bpb.h
4698219820SjeffOLD_FILES+=usr/include/msdosfs/denode.h
4699219820SjeffOLD_FILES+=usr/include/msdosfs/direntry.h
4700219820SjeffOLD_FILES+=usr/include/msdosfs/fat.h
4701219820SjeffOLD_FILES+=usr/include/msdosfs/msdosfsmount.h
4702219820SjeffOLD_FILES+=usr/include/net/hostcache.h
4703219820SjeffOLD_FILES+=usr/include/net/if_faith.h
4704219820SjeffOLD_FILES+=usr/include/net/if_ieee80211.h
4705219820SjeffOLD_FILES+=usr/include/net/if_tunvar.h
4706219820SjeffOLD_FILES+=usr/include/net/intrq.h
4707219820SjeffOLD_FILES+=usr/include/netatm/kern_include.h
4708219820SjeffOLD_FILES+=usr/include/netinet/if_fddi.h
4709219820SjeffOLD_FILES+=usr/include/netinet/in_hostcache.h
4710219820SjeffOLD_FILES+=usr/include/netinet/ip_flow.h
4711219820SjeffOLD_FILES+=usr/include/netinet/ip_fw2.h
4712219820SjeffOLD_FILES+=usr/include/netinet6/in6_prefix.h
4713219820SjeffOLD_FILES+=usr/include/netns/idp.h
4714219820SjeffOLD_FILES+=usr/include/netns/idp_var.h
4715219820SjeffOLD_FILES+=usr/include/netns/ns.h
4716219820SjeffOLD_FILES+=usr/include/netns/ns_error.h
4717219820SjeffOLD_FILES+=usr/include/netns/ns_if.h
4718219820SjeffOLD_FILES+=usr/include/netns/ns_pcb.h
4719219820SjeffOLD_FILES+=usr/include/netns/sp.h
4720219820SjeffOLD_FILES+=usr/include/netns/spidp.h
4721219820SjeffOLD_FILES+=usr/include/netns/spp_debug.h
4722219820SjeffOLD_FILES+=usr/include/netns/spp_timer.h
4723219820SjeffOLD_FILES+=usr/include/netns/spp_var.h
4724219820SjeffOLD_FILES+=usr/include/nfs/krpc.h
4725219820SjeffOLD_FILES+=usr/include/nfs/nfs.h
4726219820SjeffOLD_FILES+=usr/include/nfs/nfsdiskless.h
4727219820SjeffOLD_FILES+=usr/include/nfs/nfsm_subs.h
4728219820SjeffOLD_FILES+=usr/include/nfs/nfsmount.h
4729219820SjeffOLD_FILES+=usr/include/nfs/nfsnode.h
4730219820SjeffOLD_FILES+=usr/include/nfs/nfsrtt.h
4731219820SjeffOLD_FILES+=usr/include/nfs/nfsrvcache.h
4732219820SjeffOLD_FILES+=usr/include/nfs/nfsv2.h
4733219820SjeffOLD_FILES+=usr/include/nfs/nqnfs.h
4734219820SjeffOLD_FILES+=usr/include/ntfs/ntfs.h
4735219820SjeffOLD_FILES+=usr/include/ntfs/ntfs_compr.h
4736219820SjeffOLD_FILES+=usr/include/ntfs/ntfs_ihash.h
4737219820SjeffOLD_FILES+=usr/include/ntfs/ntfs_inode.h
4738219820SjeffOLD_FILES+=usr/include/ntfs/ntfs_subr.h
4739219820SjeffOLD_FILES+=usr/include/ntfs/ntfs_vfsops.h
4740219820SjeffOLD_FILES+=usr/include/ntfs/ntfsmount.h
4741219820SjeffOLD_FILES+=usr/include/nwfs/nwfs.h
4742219820SjeffOLD_FILES+=usr/include/nwfs/nwfs_mount.h
4743219820SjeffOLD_FILES+=usr/include/nwfs/nwfs_node.h
4744219820SjeffOLD_FILES+=usr/include/nwfs/nwfs_subr.h
4745219820SjeffOLD_FILES+=usr/include/posix4/_semaphore.h
4746219820SjeffOLD_FILES+=usr/include/posix4/aio.h
4747219820SjeffOLD_FILES+=usr/include/posix4/ksem.h
4748219820SjeffOLD_FILES+=usr/include/posix4/mqueue.h
4749219820SjeffOLD_FILES+=usr/include/posix4/posix4.h
4750219820SjeffOLD_FILES+=usr/include/posix4/sched.h
4751219820SjeffOLD_FILES+=usr/include/posix4/semaphore.h
4752219820SjeffOLD_DIRS+=usr/include/posix4
4753219820SjeffOLD_FILES+=usr/include/rune.h
4754219820SjeffOLD_FILES+=usr/include/security/_pam_compat.h
4755219820SjeffOLD_FILES+=usr/include/security/_pam_macros.h
4756219820SjeffOLD_FILES+=usr/include/security/_pam_types.h
4757219820SjeffOLD_FILES+=usr/include/security/pam_malloc.h
4758219820SjeffOLD_FILES+=usr/include/security/pam_misc.h
4759219820SjeffOLD_FILES+=usr/include/skey.h
4760219820SjeffOLD_FILES+=usr/include/strhash.h
4761219820SjeffOLD_FILES+=usr/include/struct.h
4762219820SjeffOLD_FILES+=usr/include/sys/_label.h
4763219820SjeffOLD_FILES+=usr/include/sys/_posix.h
4764219820SjeffOLD_FILES+=usr/include/sys/bus_private.h
4765219820SjeffOLD_FILES+=usr/include/sys/ccdvar.h
4766219820SjeffOLD_FILES+=usr/include/sys/diskslice.h
4767219820SjeffOLD_FILES+=usr/include/sys/dmap.h
4768219820SjeffOLD_FILES+=usr/include/sys/inttypes.h
4769219820SjeffOLD_FILES+=usr/include/sys/jumbo.h
4770219820SjeffOLD_FILES+=usr/include/sys/mac_policy.h
4771219820SjeffOLD_FILES+=usr/include/sys/pbioio.h
4772219820SjeffOLD_FILES+=usr/include/sys/syscall-hide.h
4773219820SjeffOLD_FILES+=usr/include/sys/tprintf.h
4774219820SjeffOLD_FILES+=usr/include/sys/vnioctl.h
4775219820SjeffOLD_FILES+=usr/include/sys/wormio.h
4776219820SjeffOLD_FILES+=usr/include/telnet.h
4777219820SjeffOLD_FILES+=usr/include/ufs/mfs/mfs_extern.h
4778219820SjeffOLD_FILES+=usr/include/ufs/mfs/mfsnode.h
4779219820SjeffOLD_FILES+=usr/include/values.h
4780219820SjeffOLD_FILES+=usr/include/vm/vm_zone.h
4781219820SjeffOLD_FILES+=usr/share/examples/etc/usbd.conf
4782219820SjeffOLD_FILES+=usr/share/examples/meteor/README
4783219820SjeffOLD_FILES+=usr/share/examples/meteor/rgb16.c
4784219820SjeffOLD_FILES+=usr/share/examples/meteor/rgb24.c
4785219820SjeffOLD_FILES+=usr/share/examples/meteor/test-n.c
4786219820SjeffOLD_FILES+=usr/share/examples/meteor/yuvpk.c
4787219820SjeffOLD_FILES+=usr/share/examples/meteor/yuvpl.c
4788219820SjeffOLD_FILES+=usr/share/examples/worm/README
4789219820SjeffOLD_FILES+=usr/share/examples/worm/makecdfs.sh
4790219820SjeffOLD_FILES+=usr/share/groff_font/devlj4/Makefile
4791219820SjeffOLD_FILES+=usr/share/groff_font/devlj4/text.map
4792219820SjeffOLD_FILES+=usr/share/groff_font/devlj4/special.map
4793219820SjeffOLD_FILES+=usr/share/misc/nslookup.help
4794219820SjeffOLD_FILES+=usr/share/sendmail/cf/feature/nodns.m4
4795219820SjeffOLD_FILES+=usr/share/syscons/keymaps/lat-amer.kbd
4796219820SjeffOLD_FILES+=usr/share/vi/catalog/ru_SU.KOI8-R
4797219820SjeffOLD_FILES+=usr/share/zoneinfo/Africa/Timbuktu
4798219820SjeffOLD_FILES+=usr/share/zoneinfo/Africa/Asmera
4799219820SjeffOLD_FILES+=usr/share/zoneinfo/America/Buenos_Aires
4800219820SjeffOLD_FILES+=usr/share/zoneinfo/America/Cordoba
4801219820SjeffOLD_FILES+=usr/share/zoneinfo/America/Jujuy
4802219820SjeffOLD_FILES+=usr/share/zoneinfo/America/Catamarca
4803219820SjeffOLD_FILES+=usr/share/zoneinfo/America/Mendoza
4804219820SjeffOLD_FILES+=usr/share/zoneinfo/America/Indianapolis
4805219820SjeffOLD_FILES+=usr/share/zoneinfo/America/Louisville
4806219820SjeffOLD_FILES+=usr/share/zoneinfo/America/Argentina/ComodRivadavia
4807219820SjeffOLD_FILES+=usr/share/zoneinfo/Atlantic/Faeroe
4808219820SjeffOLD_FILES+=usr/share/zoneinfo/Europe/Belfast
4809219820SjeffOLD_FILES+=usr/share/zoneinfo/Pacific/Yap
4810219820SjeffOLD_FILES+=usr/share/zoneinfo/SystemV/YST9
4811219820SjeffOLD_FILES+=usr/share/zoneinfo/SystemV/PST8
4812219820SjeffOLD_FILES+=usr/share/zoneinfo/SystemV/EST5EDT
4813219820SjeffOLD_FILES+=usr/share/zoneinfo/SystemV/CST6CDT
4814219820SjeffOLD_FILES+=usr/share/zoneinfo/SystemV/MST7MDT
4815219820SjeffOLD_FILES+=usr/share/zoneinfo/SystemV/PST8PDT
4816219820SjeffOLD_FILES+=usr/share/zoneinfo/SystemV/YST9YDT
4817219820SjeffOLD_FILES+=usr/share/zoneinfo/SystemV/HST10
4818219820SjeffOLD_FILES+=usr/share/zoneinfo/SystemV/MST7
4819219820SjeffOLD_FILES+=usr/share/zoneinfo/SystemV/EST5
4820219820SjeffOLD_FILES+=usr/share/zoneinfo/SystemV/AST4ADT
4821219820SjeffOLD_FILES+=usr/share/zoneinfo/SystemV/CST6
4822219820SjeffOLD_FILES+=usr/share/zoneinfo/SystemV/AST4
4823219820SjeffOLD_FILES+=usr/share/doc/ntp/accopt.htm
4824219820SjeffOLD_FILES+=usr/share/doc/ntp/assoc.htm
4825219820SjeffOLD_FILES+=usr/share/doc/ntp/audio.htm
4826219820SjeffOLD_FILES+=usr/share/doc/ntp/authopt.htm
4827219820SjeffOLD_FILES+=usr/share/doc/ntp/biblio.htm
4828219820SjeffOLD_FILES+=usr/share/doc/ntp/build.htm
4829219820SjeffOLD_FILES+=usr/share/doc/ntp/clockopt.htm
4830219820SjeffOLD_FILES+=usr/share/doc/ntp/config.htm
4831219820SjeffOLD_FILES+=usr/share/doc/ntp/confopt.htm
4832219820SjeffOLD_FILES+=usr/share/doc/ntp/copyright.htm
4833219820SjeffOLD_FILES+=usr/share/doc/ntp/debug.htm
4834219820SjeffOLD_FILES+=usr/share/doc/ntp/driver1.htm
4835219820SjeffOLD_FILES+=usr/share/doc/ntp/driver10.htm
4836219820SjeffOLD_FILES+=usr/share/doc/ntp/driver11.htm
4837219820SjeffOLD_FILES+=usr/share/doc/ntp/driver12.htm
4838219820SjeffOLD_FILES+=usr/share/doc/ntp/driver16.htm
4839219820SjeffOLD_FILES+=usr/share/doc/ntp/driver18.htm
4840219820SjeffOLD_FILES+=usr/share/doc/ntp/driver19.htm
4841219820SjeffOLD_FILES+=usr/share/doc/ntp/driver2.htm
4842219820SjeffOLD_FILES+=usr/share/doc/ntp/driver20.htm
4843219820SjeffOLD_FILES+=usr/share/doc/ntp/driver22.htm
4844219820SjeffOLD_FILES+=usr/share/doc/ntp/driver23.htm
4845219820SjeffOLD_FILES+=usr/share/doc/ntp/driver24.htm
4846219820SjeffOLD_FILES+=usr/share/doc/ntp/driver26.htm
4847219820SjeffOLD_FILES+=usr/share/doc/ntp/driver27.htm
4848219820SjeffOLD_FILES+=usr/share/doc/ntp/driver28.htm
4849219820SjeffOLD_FILES+=usr/share/doc/ntp/driver29.htm
4850219820SjeffOLD_FILES+=usr/share/doc/ntp/driver3.htm
4851219820SjeffOLD_FILES+=usr/share/doc/ntp/driver30.htm
4852219820SjeffOLD_FILES+=usr/share/doc/ntp/driver32.htm
4853219820SjeffOLD_FILES+=usr/share/doc/ntp/driver33.htm
4854219820SjeffOLD_FILES+=usr/share/doc/ntp/driver34.htm
4855219820SjeffOLD_FILES+=usr/share/doc/ntp/driver35.htm
4856219820SjeffOLD_FILES+=usr/share/doc/ntp/driver36.htm
4857219820SjeffOLD_FILES+=usr/share/doc/ntp/driver37.htm
4858219820SjeffOLD_FILES+=usr/share/doc/ntp/driver4.htm
4859219820SjeffOLD_FILES+=usr/share/doc/ntp/driver5.htm
4860219820SjeffOLD_FILES+=usr/share/doc/ntp/driver6.htm
4861219820SjeffOLD_FILES+=usr/share/doc/ntp/driver7.htm
4862219820SjeffOLD_FILES+=usr/share/doc/ntp/driver8.htm
4863219820SjeffOLD_FILES+=usr/share/doc/ntp/driver9.htm
4864219820SjeffOLD_FILES+=usr/share/doc/ntp/exec.htm
4865219820SjeffOLD_FILES+=usr/share/doc/ntp/extern.htm
4866219820SjeffOLD_FILES+=usr/share/doc/ntp/gadget.htm
4867219820SjeffOLD_FILES+=usr/share/doc/ntp/hints.htm
4868219820SjeffOLD_FILES+=usr/share/doc/ntp/howto.htm
4869219820SjeffOLD_FILES+=usr/share/doc/ntp/htmlprimer.htm
4870219820SjeffOLD_FILES+=usr/share/doc/ntp/index.htm
4871219820SjeffOLD_FILES+=usr/share/doc/ntp/kern.htm
4872219820SjeffOLD_FILES+=usr/share/doc/ntp/kernpps.htm
4873219820SjeffOLD_FILES+=usr/share/doc/ntp/ldisc.htm
4874219820SjeffOLD_FILES+=usr/share/doc/ntp/measure.htm
4875219820SjeffOLD_FILES+=usr/share/doc/ntp/miscopt.htm
4876219820SjeffOLD_FILES+=usr/share/doc/ntp/monopt.htm
4877219820SjeffOLD_FILES+=usr/share/doc/ntp/mx4200data.htm
4878219820SjeffOLD_FILES+=usr/share/doc/ntp/notes.htm
4879219820SjeffOLD_FILES+=usr/share/doc/ntp/ntpd.htm
4880219820SjeffOLD_FILES+=usr/share/doc/ntp/ntpdate.htm
4881219820SjeffOLD_FILES+=usr/share/doc/ntp/ntpdc.htm
4882219820SjeffOLD_FILES+=usr/share/doc/ntp/ntpq.htm
4883219820SjeffOLD_FILES+=usr/share/doc/ntp/ntptime.htm
4884219820SjeffOLD_FILES+=usr/share/doc/ntp/ntptrace.htm
4885219820SjeffOLD_FILES+=usr/share/doc/ntp/parsedata.htm
4886219820SjeffOLD_FILES+=usr/share/doc/ntp/parsenew.htm
4887219820SjeffOLD_FILES+=usr/share/doc/ntp/patches.htm
4888219820SjeffOLD_FILES+=usr/share/doc/ntp/porting.htm
4889219820SjeffOLD_FILES+=usr/share/doc/ntp/pps.htm
4890219820SjeffOLD_FILES+=usr/share/doc/ntp/prefer.htm
4891219820SjeffOLD_FILES+=usr/share/doc/ntp/qth.htm
4892219820SjeffOLD_FILES+=usr/share/doc/ntp/quick.htm
4893219820SjeffOLD_FILES+=usr/share/doc/ntp/rdebug.htm
4894219820SjeffOLD_FILES+=usr/share/doc/ntp/refclock.htm
4895219820SjeffOLD_FILES+=usr/share/doc/ntp/release.htm
4896219820SjeffOLD_FILES+=usr/share/doc/ntp/tickadj.htm
4897219820SjeffOLD_FILES+=usr/share/doc/papers/nqnfs.ascii.gz
4898219820SjeffOLD_FILES+=usr/share/doc/papers/px.ascii.gz
4899219820SjeffOLD_FILES+=usr/share/man/man3/mbrune.3.gz
4900219820SjeffOLD_FILES+=usr/share/man/man3/rune.3.gz
4901219820SjeffOLD_FILES+=usr/share/man/man3/mac_is_present_np.3.gz
4902219820SjeffOLD_FILES+=usr/share/man/man3/fpsetsticky.3.gz
4903219820SjeffOLD_FILES+=usr/share/man/man3/gss_krb5_copy_ccache.3.gz
4904219820SjeffOLD_FILES+=usr/share/man/man3/gss_krb5_compat_des3_mic.3.gz
4905219820SjeffOLD_FILES+=usr/share/man/man3/exp10f.3.gz
4906219820SjeffOLD_FILES+=usr/share/man/man3/exp10.3.gz
4907219820SjeffOLD_FILES+=usr/share/man/man3/mbrrune.3.gz
4908219820SjeffOLD_FILES+=usr/share/man/man3/mbmb.3.gz
4909219820SjeffOLD_FILES+=usr/share/man/man3/sputrune.3.gz
4910219820SjeffOLD_FILES+=usr/share/man/man3/sgetrune.3.gz
4911219820SjeffOLD_FILES+=usr/share/man/man3/setrunelocale.3.gz
4912219820SjeffOLD_FILES+=usr/share/man/man3/setinvalidrune.3.gz
4913219820SjeffOLD_FILES+=usr/share/man/man3/mbrune.3.gz
4914219820SjeffOLD_FILES+=usr/share/man/man3/rune.3.gz
4915219820SjeffOLD_FILES+=usr/share/man/man3/mac_is_present_np.3.gz
4916219820SjeffOLD_FILES+=usr/share/man/man3/fpsetsticky.3.gz
4917219820SjeffOLD_FILES+=usr/share/man/man3/gss_krb5_copy_ccache.3.gz
4918219820SjeffOLD_FILES+=usr/share/man/man3/gss_krb5_compat_des3_mic.3.gz
4919219820SjeffOLD_FILES+=usr/share/man/man3/exp10f.3.gz
4920219820SjeffOLD_FILES+=usr/share/man/man3/exp10.3.gz
4921219820SjeffOLD_FILES+=usr/share/man/man3/mbrrune.3.gz
4922219820SjeffOLD_FILES+=usr/share/man/man3/mbmb.3.gz
4923219820SjeffOLD_FILES+=usr/share/man/man3/sputrune.3.gz
4924219820SjeffOLD_FILES+=usr/share/man/man3/sgetrune.3.gz
4925219820SjeffOLD_FILES+=usr/share/man/man3/setrunelocale.3.gz
4926219820SjeffOLD_FILES+=usr/share/man/man3/setinvalidrune.3.gz
4927219820SjeffOLD_FILES+=usr/share/man/man3/fungetrune.3.gz
4928219820SjeffOLD_FILES+=usr/share/man/man3/fputrune.3.gz
4929219820SjeffOLD_FILES+=usr/share/man/man3/fgetrune.3.gz
4930219820SjeffOLD_FILES+=usr/share/man/man5/usbd.conf.5.gz
4931219820Sjeff.if ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "amd64"
4932219820SjeffOLD_FILES+=usr/share/man/man8/boot_i386.8.gz
4933219820Sjeff.endif
4934219820Sjeff.if ${TARGET_ARCH} != "powerpc" && ${TARGET_ARCH} != "sparc64"
4935219820SjeffOLD_FILES+=usr/share/man/man8/ofwdump.8.gz
4936219820Sjeff.endif
4937219820SjeffOLD_FILES+=usr/share/man/man8/mount_reiserfs.8.gz
4938219820SjeffOLD_FILES+=usr/share/man/man9/VFS_START.9.gz
4939219820SjeffOLD_FILES+=usr/share/man/man9/cpu_critical_exit.9.gz
4940219820SjeffOLD_FILES+=usr/share/man/man9/cpu_critical_enter.9.gz
4941219820SjeffOLD_FILES+=usr/share/info/annotate.info.gz
4942219820SjeffOLD_FILES+=usr/share/info/tar.info.gz
4943219820SjeffOLD_FILES+=usr/share/bsnmp/defs/tree.def
4944219820SjeffOLD_FILES+=usr/share/bsnmp/defs/mibII_tree.def
4945219820SjeffOLD_FILES+=usr/share/bsnmp/defs/netgraph_tree.def
4946219820SjeffOLD_FILES+=usr/share/bsnmp/mibs/FOKUS-MIB.txt
4947219820SjeffOLD_FILES+=usr/share/bsnmp/mibs/BEGEMOT-MIB.txt
4948219820SjeffOLD_FILES+=usr/share/bsnmp/mibs/BEGEMOT-SNMPD.txt
4949219820SjeffOLD_FILES+=usr/share/bsnmp/mibs/BEGEMOT-NETGRAPH.txt
4950219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf64_sparc.x
4951219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xbn
4952219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xn
4953219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xr
4954219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xs
4955219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xu
4956219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xc
4957219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf64_sparc.xsc
4958219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf32_sparc.x
4959219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xbn
4960219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xn
4961219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xr
4962219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xs
4963219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xu
4964219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xc
4965219820SjeffOLD_FILES+=usr/libdata/ldscripts/elf32_sparc.xsc
4966219820SjeffOLD_FILES+=usr/libdata/msdosfs/iso22dos
4967219820SjeffOLD_FILES+=usr/libdata/msdosfs/iso72dos
4968219820SjeffOLD_FILES+=usr/libdata/msdosfs/koi2dos
4969219820SjeffOLD_FILES+=usr/libdata/msdosfs/koi8u2dos
4970219820Sjeff# The following files are *not* obsolete, they just don't get touched at
4971219820Sjeff# install, so don't add them:
4972219820Sjeff#  - boot/loader.rc
4973219820Sjeff#  - usr/share/tmac/man.local
4974219820Sjeff#  - usr/share/tmac/mm/locale
4975219820Sjeff#  - usr/share/tmac/mm/se_locale
4976219820Sjeff#  - var/yp/Makefile
4977219820Sjeff
4978219820Sjeff# 20071120: shared library version bump
4979219820SjeffOLD_LIBS+=usr/lib/libasn1.so.8
4980219820SjeffOLD_LIBS+=usr/lib/libgssapi.so.8
4981219820SjeffOLD_LIBS+=usr/lib/libgssapi_krb5.so.8
4982219820SjeffOLD_LIBS+=usr/lib/libhdb.so.8
4983219820SjeffOLD_LIBS+=usr/lib/libkadm5clnt.so.8
4984219820SjeffOLD_LIBS+=usr/lib/libkadm5srv.so.8
4985219820SjeffOLD_LIBS+=usr/lib/libkafs5.so.8
4986219820SjeffOLD_LIBS+=usr/lib/libkrb5.so.8
4987219820SjeffOLD_LIBS+=usr/lib/libobjc.so.2
4988219820Sjeff.if ${TARGET_ARCH} == "amd64"
4989219820SjeffOLD_LIBS+=usr/lib32/libgssapi.so.8
4990219820SjeffOLD_LIBS+=usr/lib32/libobjc.so.2
4991219820Sjeff.endif
4992219820Sjeff# 20070519: GCC 4.2
4993219820SjeffOLD_LIBS+=usr/lib/libg2c.a
4994219820SjeffOLD_LIBS+=usr/lib/libg2c.so
4995219820SjeffOLD_LIBS+=usr/lib/libg2c.so.2
4996219820SjeffOLD_LIBS+=usr/lib/libg2c_p.a
4997219820SjeffOLD_LIBS+=usr/lib/libgcc_pic.a
4998219820Sjeff.if ${TARGET_ARCH} == "amd64"
4999219820SjeffOLD_LIBS+=usr/lib32/libg2c.a
5000219820SjeffOLD_LIBS+=usr/lib32/libg2c.so
5001219820SjeffOLD_LIBS+=usr/lib32/libg2c.so.2
5002219820SjeffOLD_LIBS+=usr/lib32/libg2c_p.a
5003219820SjeffOLD_LIBS+=usr/lib32/libgcc_pic.a
5004219820Sjeff.endif
5005219820Sjeff# 20060729: OpenSSL 0.9.7e -> 0.9.8b upgrade
5006219820SjeffOLD_LIBS+=lib/libcrypto.so.4
5007219820SjeffOLD_LIBS+=usr/lib/libssl.so.4
5008219820Sjeff.if ${TARGET_ARCH} == "amd64"
5009219820SjeffOLD_LIBS+=usr/lib32/libcrypto.so.4
5010219820SjeffOLD_LIBS+=usr/lib32/libssl.so.4
5011219820Sjeff.endif
5012219820Sjeff# 20060521: gethostbyaddr(3) ABI change
5013219820SjeffOLD_LIBS+=usr/lib/libroken.so.8
5014219820SjeffOLD_LIBS+=lib/libatm.so.3
5015219820SjeffOLD_LIBS+=lib/libc.so.6
5016219820SjeffOLD_LIBS+=lib/libutil.so.5
5017219820Sjeff.if ${TARGET_ARCH} == "amd64"
5018219820SjeffOLD_LIBS+=usr/lib32/libatm.so.3
5019219820SjeffOLD_LIBS+=usr/lib32/libc.so.6
5020219820SjeffOLD_LIBS+=usr/lib32/libutil.so.5
5021219820Sjeff.endif
5022219820Sjeff# 20060413: shared library moved to /usr/lib
5023219820SjeffOLD_LIBS+=lib/libgpib.so.1
5024219820Sjeff# 20060413: libpcap.so.4 moved to /lib/
5025219820SjeffOLD_LIBS+=usr/lib/libpcap.so.4
5026219820Sjeff# 20060412: libpthread.so.2 moved to /lib/
5027219820Sjeff.if ${TARGET_ARCH} != "sparc64"
5028219820SjeffOLD_LIBS+=usr/lib/libpthread.so.2
5029219820Sjeff.else
5030219820SjeffOLD_LIBS+=usr/lib/libthr.so.2
5031219820Sjeff.endif
5032219820Sjeff# 20060127: revert libdisk to static-only
5033219820SjeffOLD_LIBS+=usr/lib/libdisk.so.3
5034219820Sjeff# 20051027: libc_r discontinued
5035219820SjeffOLD_LIBS+=usr/lib/libc_r.a
5036219820SjeffOLD_LIBS+=usr/lib/libc_r.so
5037219820SjeffOLD_LIBS+=usr/lib/libc_r.so.7
5038219820SjeffOLD_LIBS+=usr/lib/libc_r_p.a
5039219820Sjeff.if ${TARGET_ARCH} == "amd64"
5040219820SjeffOLD_LIBS+=usr/lib32/libc_r.a
5041219820SjeffOLD_LIBS+=usr/lib32/libc_r.so
5042219820SjeffOLD_LIBS+=usr/lib32/libc_r.so.7
5043219820SjeffOLD_LIBS+=usr/lib32/libc_r_p.a
5044219820Sjeff.endif
5045219820Sjeff# 20050722: bump for 6.0-RELEASE
5046219820SjeffOLD_LIBS+=lib/libalias.so.4
5047219820SjeffOLD_LIBS+=lib/libatm.so.2
5048219820SjeffOLD_LIBS+=lib/libbegemot.so.1
5049219820SjeffOLD_LIBS+=lib/libbsdxml.so.1
5050219820SjeffOLD_LIBS+=lib/libbsnmp.so.2
5051219820SjeffOLD_LIBS+=lib/libc.so.5
5052219820SjeffOLD_LIBS+=lib/libcam.so.2
5053219820SjeffOLD_LIBS+=lib/libcrypt.so.2
5054219820SjeffOLD_LIBS+=lib/libcrypto.so.3
5055219820SjeffOLD_LIBS+=lib/libdevstat.so.4
5056219820SjeffOLD_LIBS+=lib/libedit.so.4
5057219820SjeffOLD_LIBS+=lib/libgeom.so.2
5058219820SjeffOLD_LIBS+=lib/libgpib.so.0
5059219820SjeffOLD_LIBS+=lib/libipsec.so.1
5060219820SjeffOLD_LIBS+=lib/libipx.so.2
5061219820SjeffOLD_LIBS+=lib/libkiconv.so.1
5062219820SjeffOLD_LIBS+=lib/libkvm.so.2
5063219820SjeffOLD_LIBS+=lib/libm.so.3
5064219820SjeffOLD_LIBS+=lib/libmd.so.2
5065219820SjeffOLD_LIBS+=lib/libncurses.so.5
5066219820SjeffOLD_LIBS+=lib/libreadline.so.5
5067219820SjeffOLD_LIBS+=lib/libsbuf.so.2
5068219820SjeffOLD_LIBS+=lib/libufs.so.2
5069219820SjeffOLD_LIBS+=lib/libutil.so.4
5070219820SjeffOLD_LIBS+=lib/libz.so.2
5071219820SjeffOLD_LIBS+=usr/lib/libarchive.so.1
5072219820SjeffOLD_LIBS+=usr/lib/libasn1.so.7
5073219820SjeffOLD_LIBS+=usr/lib/libbluetooth.so.1
5074219820SjeffOLD_LIBS+=usr/lib/libbz2.so.1
5075219820SjeffOLD_LIBS+=usr/lib/libc_r.so.5
5076219820SjeffOLD_LIBS+=usr/lib/libcalendar.so.2
5077219820SjeffOLD_LIBS+=usr/lib/libcom_err.so.2
5078219820SjeffOLD_LIBS+=usr/lib/libdevinfo.so.2
5079219820SjeffOLD_LIBS+=usr/lib/libdialog.so.4
5080219820SjeffOLD_LIBS+=usr/lib/libfetch.so.3
5081219820SjeffOLD_LIBS+=usr/lib/libform.so.2
5082219820SjeffOLD_LIBS+=usr/lib/libftpio.so.5
5083219820SjeffOLD_LIBS+=usr/lib/libg2c.so.1
5084219820SjeffOLD_LIBS+=usr/lib/libgnuregex.so.2
5085219820SjeffOLD_LIBS+=usr/lib/libgssapi.so.7
5086219820SjeffOLD_LIBS+=usr/lib/libhdb.so.7
5087219820SjeffOLD_LIBS+=usr/lib/libhistory.so.5
5088219820SjeffOLD_LIBS+=usr/lib/libkadm5clnt.so.7
5089219820SjeffOLD_LIBS+=usr/lib/libkadm5srv.so.7
5090219820SjeffOLD_LIBS+=usr/lib/libkafs5.so.7
5091219820SjeffOLD_LIBS+=usr/lib/libkrb5.so.7
5092219820SjeffOLD_LIBS+=usr/lib/libmagic.so.1
5093219820SjeffOLD_LIBS+=usr/lib/libmenu.so.2
5094219820SjeffOLD_LIBS+=usr/lib/libmilter.so.2
5095219820SjeffOLD_LIBS+=usr/lib/libmp.so.4
5096219820SjeffOLD_LIBS+=usr/lib/libncp.so.1
5097219820SjeffOLD_LIBS+=usr/lib/libnetgraph.so.1
5098219820SjeffOLD_LIBS+=usr/lib/libngatm.so.1
5099219820SjeffOLD_LIBS+=usr/lib/libobjc.so.1
5100219820SjeffOLD_LIBS+=usr/lib/libopie.so.3
5101219820SjeffOLD_LIBS+=usr/lib/libpam.so.2
5102219820SjeffOLD_LIBS+=usr/lib/libpanel.so.2
5103219820SjeffOLD_LIBS+=usr/lib/libpcap.so.3
5104219820SjeffOLD_LIBS+=usr/lib/libpmc.so.2
5105219820SjeffOLD_LIBS+=usr/lib/libpthread.so.1
5106219820SjeffOLD_LIBS+=usr/lib/libradius.so.1
5107219820SjeffOLD_LIBS+=usr/lib/libroken.so.7
5108219820SjeffOLD_LIBS+=usr/lib/librpcsvc.so.2
5109219820SjeffOLD_LIBS+=usr/lib/libsdp.so.1
5110219820SjeffOLD_LIBS+=usr/lib/libsmb.so.1
5111219820SjeffOLD_LIBS+=usr/lib/libssh.so.2
5112219820SjeffOLD_LIBS+=usr/lib/libssl.so.3
5113219820SjeffOLD_LIBS+=usr/lib/libstdc++.so.4
5114219820SjeffOLD_LIBS+=usr/lib/libtacplus.so.1
5115219820SjeffOLD_LIBS+=usr/lib/libthr.so.1
5116219820SjeffOLD_LIBS+=usr/lib/libthread_db.so.1
5117219820SjeffOLD_LIBS+=usr/lib/libugidfw.so.1
5118219820SjeffOLD_LIBS+=usr/lib/libusbhid.so.1
5119219820SjeffOLD_LIBS+=usr/lib/libvgl.so.3
5120219820SjeffOLD_LIBS+=usr/lib/libwrap.so.3
5121219820SjeffOLD_LIBS+=usr/lib/libypclnt.so.1
5122219820SjeffOLD_LIBS+=usr/lib/pam_chroot.so.2
5123219820SjeffOLD_LIBS+=usr/lib/pam_deny.so.2
5124219820SjeffOLD_LIBS+=usr/lib/pam_echo.so.2
5125219820SjeffOLD_LIBS+=usr/lib/pam_exec.so.2
5126219820SjeffOLD_LIBS+=usr/lib/pam_ftpusers.so.2
5127219820SjeffOLD_LIBS+=usr/lib/pam_group.so.2
5128219820SjeffOLD_LIBS+=usr/lib/pam_guest.so.2
5129219820SjeffOLD_LIBS+=usr/lib/pam_krb5.so.2
5130219820SjeffOLD_LIBS+=usr/lib/pam_ksu.so.2
5131219820SjeffOLD_LIBS+=usr/lib/pam_lastlog.so.2
5132219820SjeffOLD_LIBS+=usr/lib/pam_login_access.so.2
5133219820SjeffOLD_LIBS+=usr/lib/pam_nologin.so.2
5134219820SjeffOLD_LIBS+=usr/lib/pam_opie.so.2
5135219820SjeffOLD_LIBS+=usr/lib/pam_opieaccess.so.2
5136219820SjeffOLD_LIBS+=usr/lib/pam_passwdqc.so.2
5137219820SjeffOLD_LIBS+=usr/lib/pam_permit.so.2
5138219820SjeffOLD_LIBS+=usr/lib/pam_radius.so.2
5139219820SjeffOLD_LIBS+=usr/lib/pam_rhosts.so.2
5140219820SjeffOLD_LIBS+=usr/lib/pam_rootok.so.2
5141219820SjeffOLD_LIBS+=usr/lib/pam_securetty.so.2
5142219820SjeffOLD_LIBS+=usr/lib/pam_self.so.2
5143219820SjeffOLD_LIBS+=usr/lib/pam_ssh.so.2
5144219820SjeffOLD_LIBS+=usr/lib/pam_tacplus.so.2
5145219820SjeffOLD_LIBS+=usr/lib/pam_unix.so.2
5146219820SjeffOLD_LIBS+=usr/lib/snmp_atm.so.3
5147219820SjeffOLD_LIBS+=usr/lib/snmp_mibII.so.3
5148219820SjeffOLD_LIBS+=usr/lib/snmp_netgraph.so.3
5149219820SjeffOLD_LIBS+=usr/lib/snmp_pf.so.3
5150219820Sjeff# 20050603: network related ABI change on 64bit systems
5151219820SjeffOLD_LIBS+=usr/lib/libpcap.so.3
5152219820Sjeff# 200505XX: ?
5153219820SjeffOLD_LIBS+=usr/lib/snmp_atm.so.2
5154219820SjeffOLD_LIBS+=usr/lib/snmp_mibII.so.2
5155219820SjeffOLD_LIBS+=usr/lib/snmp_netgraph.so.2
5156219820SjeffOLD_LIBS+=usr/lib/snmp_pf.so.2
5157219820Sjeff# 2005XXXX: not ready for primetime yet
5158219820SjeffOLD_LIBS+=usr/lib/libautofs.so.1
5159219820Sjeff# 200411XX: libxpg4 removal
5160219820SjeffOLD_LIBS+=usr/lib/libxpg4.so.3
5161219820Sjeff# 200410XX: libm compatibility fix
5162219820SjeffOLD_LIBS+=lib/libm.so.2
5163219820Sjeff# 20041001: version bump
5164219820SjeffOLD_LIBS+=lib/libreadline.so.4
5165219820SjeffOLD_LIBS+=usr/lib/libhistory.so.4
5166219820SjeffOLD_LIBS+=usr/lib/libopie.so.2
5167219820SjeffOLD_LIBS+=usr/lib/libpcap.so.2
5168219820Sjeff# 20040925: bind9 import
5169219820SjeffOLD_LIBS+=usr/lib/libisc.so.1
5170219820Sjeff# 200408XX
5171219820SjeffOLD_LIBS+=usr/lib/snmp_netgraph.so.1
5172219820Sjeff.if ${TARGET_ARCH} != "sparc64"
5173219820Sjeff# 20040130: libkse renamed to libpthread
5174219820SjeffOLD_LIBS+=usr/lib/libkse.so.1
5175219820Sjeff.endif
5176219820Sjeff# 200404XX
5177219820SjeffOLD_LIBS+=usr/lib/libsnmp.so.1
5178219820SjeffOLD_LIBS+=usr/lib/snmp_mibII.so.1
5179219820Sjeff# 200309XX
5180219820SjeffOLD_LIBS+=usr/lib/libasn1.so.6
5181219820SjeffOLD_LIBS+=usr/lib/libhdb.so.6
5182219820SjeffOLD_LIBS+=usr/lib/libkadm5clnt.so.6
5183219820SjeffOLD_LIBS+=usr/lib/libkadm5srv.so.6
5184219820SjeffOLD_LIBS+=usr/lib/libkrb5.so.6
5185219820SjeffOLD_LIBS+=usr/lib/libroken.so.6
5186219820Sjeff# 200304XX
5187219820SjeffOLD_LIBS+=usr/lib/libc.so.4
5188219820SjeffOLD_LIBS+=usr/lib/libc_r.so.4
5189219820SjeffOLD_LIBS+=usr/lib/libdevstat.so.2
5190219820SjeffOLD_LIBS+=usr/lib/libedit.so.3
5191219820SjeffOLD_LIBS+=usr/lib/libgmp.so.3
5192219820SjeffOLD_LIBS+=usr/lib/libmp.so.3
5193219820SjeffOLD_LIBS+=usr/lib/libpam.so.1
5194219820SjeffOLD_LIBS+=usr/lib/libposix1e.so.2
5195219820SjeffOLD_LIBS+=usr/lib/libskey.so.2
5196219820SjeffOLD_LIBS+=usr/lib/libusbhid.so.0
5197219820SjeffOLD_LIBS+=usr/lib/libvgl.so.2
5198219820Sjeff# 200302XX
5199219820SjeffOLD_LIBS+=usr/lib/libacl.so.3
5200219820SjeffOLD_LIBS+=usr/lib/libasn1.so.5
5201219820SjeffOLD_LIBS+=usr/lib/libcrypto.so.2
5202219820SjeffOLD_LIBS+=usr/lib/libgssapi.so.5
5203219820SjeffOLD_LIBS+=usr/lib/libhdb.so.5
5204219820SjeffOLD_LIBS+=usr/lib/libkadm.so.3
5205219820SjeffOLD_LIBS+=usr/lib/libkadm5clnt.so.5
5206219820SjeffOLD_LIBS+=usr/lib/libkadm5srv.so.5
5207219820SjeffOLD_LIBS+=usr/lib/libkafs.so.3
5208219820SjeffOLD_LIBS+=usr/lib/libkafs5.so.5
5209219820SjeffOLD_LIBS+=usr/lib/libkdb.so.3
5210219820SjeffOLD_LIBS+=usr/lib/libkrb.so.3
5211219820SjeffOLD_LIBS+=usr/lib/libroken.so.
5212219820SjeffOLD_LIBS+=usr/lib/libssl.so.2
5213219820SjeffOLD_LIBS+=usr/lib/pam_kerberosIV.so
5214219820Sjeff# 200208XX
5215219820SjeffOLD_LIBS+=usr/lib/libgssapi.so.4
5216219820Sjeff# 200203XX
5217219820SjeffOLD_LIBS+=usr/lib/libss.so.3
5218219820SjeffOLD_LIBS+=usr/lib/libusb.so.0
5219219820Sjeff# 200112XX
5220219820SjeffOLD_LIBS+=usr/lib/libfetch.so.2
5221219820Sjeff# 200110XX
5222219820SjeffOLD_LIBS+=usr/lib/libgssapi.so.3
5223219820Sjeff# 200104XX
5224219820SjeffOLD_LIBS+=usr/lib/libdescrypt.so.2
5225219820SjeffOLD_LIBS+=usr/lib/libscrypt.so.2
5226219820Sjeff# 200102XX
5227219820SjeffOLD_LIBS+=usr/lib/libcrypto.so.1
5228219820SjeffOLD_LIBS+=usr/lib/libssl.so.1
5229219820Sjeff# 200009XX
5230219820SjeffOLD_LIBS+=usr/lib/libRSAglue.so.1
5231219820SjeffOLD_LIBS+=usr/lib/librsaINTL.so.1
5232219820SjeffOLD_LIBS+=usr/lib/librsaUSA.so.1
5233219820Sjeff# 200006XX
5234219820SjeffOLD_LIBS+=usr/lib/libalias.so.3
5235219820SjeffOLD_LIBS+=usr/lib/libfetch.so.1
5236219820SjeffOLD_LIBS+=usr/lib/libipsec.so.0
5237219820Sjeff# 200005XX
5238219820SjeffOLD_LIBS+=usr/lib/libxpg4.so.2
5239219820Sjeff# 200002XX
5240219820SjeffOLD_LIBS+=usr/lib/libc.so.3
5241219820SjeffOLD_LIBS+=usr/lib/libcurses.so.2
5242219820SjeffOLD_LIBS+=usr/lib/libdialog.so.3
5243219820SjeffOLD_LIBS+=usr/lib/libedit.so.2
5244219820SjeffOLD_LIBS+=usr/lib/libf2c.so.2
5245219820SjeffOLD_LIBS+=usr/lib/libftpio.so.4
5246219820SjeffOLD_LIBS+=usr/lib/libg++.so.4
5247219820SjeffOLD_LIBS+=usr/lib/libhistory.so.3
5248219820SjeffOLD_LIBS+=usr/lib/libmytinfo.so.2
5249219820SjeffOLD_LIBS+=usr/lib/libncurses.so.3
5250219820SjeffOLD_LIBS+=usr/lib/libreadline.so.3
5251219820SjeffOLD_LIBS+=usr/lib/libss.so.2
5252219820SjeffOLD_LIBS+=usr/lib/libtermcap.so.2
5253219820SjeffOLD_LIBS+=usr/lib/libutil.so.2
5254219820SjeffOLD_LIBS+=usr/lib/libvgl.so.1
5255219820SjeffOLD_LIBS+=usr/lib/libwrap.so.2
5256219820Sjeff# 199909XX
5257219820SjeffOLD_LIBS+=usr/lib/libc_r.so.3
5258219820Sjeff# ???
5259219820SjeffOLD_LIBS+=usr/lib/libarchive.so.2
5260219820SjeffOLD_LIBS+=usr/lib/libbsnmp.so.1
5261219820SjeffOLD_LIBS+=usr/lib/libc_r.so.6
5262219820Sjeff.if ${TARGET_ARCH} == "amd64"
5263219820SjeffOLD_LIBS+=usr/lib32/libarchive.so.2
5264219820SjeffOLD_LIBS+=usr/lib32/libc_r.so.6
5265219820Sjeff.endif
5266219820SjeffOLD_LIBS+=usr/lib/libcipher.so.2
5267219820SjeffOLD_LIBS+=usr/lib/libgssapi.so.6
5268219820SjeffOLD_LIBS+=usr/lib/libkse.so.1
5269219820SjeffOLD_LIBS+=usr/lib/liblwres.so.3
5270219820SjeffOLD_LIBS+=usr/lib/pam_ftp.so.2
5271219820Sjeff
5272219820Sjeff# 20040925: bind9 import
5273219820SjeffOLD_DIRS+=usr/share/doc/bind/html
5274219820SjeffOLD_DIRS+=usr/share/doc/bind/misc
5275219820SjeffOLD_DIRS+=usr/share/doc/bind/
5276219820Sjeff# ???
5277219820SjeffOLD_DIRS+=usr/include/g++/std
5278219820SjeffOLD_DIRS+=usr/include/msdosfs
5279219820SjeffOLD_DIRS+=usr/include/ntfs
5280219820SjeffOLD_DIRS+=usr/include/nwfs
5281219820SjeffOLD_DIRS+=usr/include/ufs/mfs
5282219820Sjeff# 20011001: UUCP migration to ports
5283219820SjeffOLD_DIRS+=usr/libexec/uucp
5284219820Sjeff
5285219820Sjeff
5286219820Sjeff.include "tools/build/mk/OptionalObsoleteFiles.inc"
5287219820Sjeff