Deleted Added
full compact
OptionalObsoleteFiles.inc (237997) OptionalObsoleteFiles.inc (238721)
1#
1#
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 237997 2012-07-02 15:28:50Z bapt $
2# $FreeBSD: head/tools/build/mk/OptionalObsoleteFiles.inc 238721 2012-07-23 16:36:13Z dim $
3#
4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
5# the check-old and delete-old* targets.
6#
7
8.if ${MK_ACCT} == no
9OLD_FILES+=etc/periodic/daily/310.accounting
10OLD_FILES+=usr/sbin/accton
11OLD_FILES+=usr/sbin/sa
12OLD_FILES+=usr/share/man/man8/accton.8.gz
13OLD_FILES+=usr/share/man/man8/sa.8.gz
14.endif
15
16.if ${MK_ACPI} == no
17OLD_FILES+=usr/sbin/acpiconf
18OLD_FILES+=usr/sbin/acpidb
19OLD_FILES+=usr/sbin/acpidump
20OLD_FILES+=usr/sbin/iasl
21OLD_FILES+=usr/share/man/man8/acpiconf.8.gz
22OLD_FILES+=usr/share/man/man8/acpidb.8.gz
23OLD_FILES+=usr/share/man/man8/acpidump.8.gz
24OLD_FILES+=usr/share/man/man8/iasl.8.gz
25.endif
26
27.if ${MK_AMD} == no
28OLD_FILES+=etc/amd.map
29OLD_FILES+=usr/bin/pawd
30OLD_FILES+=usr/sbin/amd
31OLD_FILES+=usr/sbin/amq
32OLD_FILES+=usr/sbin/fixmount
33OLD_FILES+=usr/sbin/fsinfo
34OLD_FILES+=usr/sbin/hlfsd
35OLD_FILES+=usr/sbin/mk-amd-map
36OLD_FILES+=usr/sbin/wire-test
37OLD_FILES+=usr/share/examples/etc/amd.map
38OLD_FILES+=usr/share/info/am-utils.info.gz
39OLD_FILES+=usr/share/man/man1/pawd.1.gz
40OLD_FILES+=usr/share/man/man5/amd.conf.5.gz
41OLD_FILES+=usr/share/man/man8/amd.8.gz
42OLD_FILES+=usr/share/man/man8/amq.8.gz
43OLD_FILES+=usr/share/man/man8/fixmount.8.gz
44OLD_FILES+=usr/share/man/man8/fsinfo.8.gz
45OLD_FILES+=usr/share/man/man8/hlfsd.8.gz
46OLD_FILES+=usr/share/man/man8/mk-amd-map.8.gz
47OLD_FILES+=usr/share/man/man8/wire-test.8.gz
48.endif
49
50.if ${MK_APM} == no
51OLD_FILES+=etc/apmd.conf
52OLD_FILES+=usr/sbin/apm
53OLD_FILES+=usr/share/examples/etc/apmd.conf
54OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz
55OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz
56.endif
57
58.if ${MK_AT} == no
59OLD_FILES+=usr/bin/at
60OLD_FILES+=usr/bin/atq
61OLD_FILES+=usr/bin/atrm
62OLD_FILES+=usr/bin/batch
63OLD_FILES+=usr/libexec/atrun
64OLD_FILES+=usr/share/man/man1/at.1.gz
65OLD_FILES+=usr/share/man/man1/atq.1.gz
66OLD_FILES+=usr/share/man/man1/atrm.1.gz
67OLD_FILES+=usr/share/man/man1/batch.1.gz
68OLD_FILES+=usr/share/man/man8/atrun.8.gz
69.endif
70
71.if ${MK_ATM} == no
72OLD_FILES+=rescue/atmconfig
73OLD_FILES+=sbin/atmconfig
74OLD_FILES+=usr/bin/sscop
75OLD_FILES+=usr/include/bsnmp/snmp_atm.h
76OLD_FILES+=usr/include/netnatm/addr.h
77OLD_FILES+=usr/include/netnatm/api/atmapi.h
78OLD_FILES+=usr/include/netnatm/api/ccatm.h
79OLD_FILES+=usr/include/netnatm/api/unisap.h
80OLD_FILES+=usr/include/netnatm/msg/uni_config.h
81OLD_FILES+=usr/include/netnatm/msg/uni_hdr.h
82OLD_FILES+=usr/include/netnatm/msg/uni_ie.h
83OLD_FILES+=usr/include/netnatm/msg/uni_msg.h
84OLD_FILES+=usr/include/netnatm/msg/unimsglib.h
85OLD_FILES+=usr/include/netnatm/msg/uniprint.h
86OLD_FILES+=usr/include/netnatm/msg/unistruct.h
87OLD_FILES+=usr/include/netnatm/saal/sscfu.h
88OLD_FILES+=usr/include/netnatm/saal/sscfudef.h
89OLD_FILES+=usr/include/netnatm/saal/sscop.h
90OLD_FILES+=usr/include/netnatm/saal/sscopdef.h
91OLD_FILES+=usr/include/netnatm/sig/uni.h
92OLD_FILES+=usr/include/netnatm/sig/unidef.h
93OLD_FILES+=usr/include/netnatm/sig/unisig.h
94OLD_FILES+=usr/include/netnatm/unimsg.h
95OLD_FILES+=usr/lib/libngatm.a
96OLD_FILES+=usr/lib/libngatm.so
97OLD_LIBS+=usr/lib/libngatm.so.4
98OLD_FILES+=usr/lib/libngatm_p.a
99OLD_FILES+=usr/lib/snmp_atm.so
100OLD_LIBS+=usr/lib/snmp_atm.so.6
101.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
102OLD_FILES+=usr/lib32/libngatm.a
103OLD_FILES+=usr/lib32/libngatm.so
104OLD_LIBS+=usr/lib32/libngatm.so.4
105OLD_FILES+=usr/lib32/libngatm_p.a
106.endif
107OLD_FILES+=usr/share/doc/atm/atmconfig.help
108OLD_FILES+=usr/share/doc/atm/atmconfig_device.help
109OLD_FILES+=usr/share/man/man1/sscop.1.gz
110OLD_FILES+=usr/share/man/man3/libngatm.3.gz
111OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz
112OLD_FILES+=usr/share/man/man3/uniaddr.3.gz
113OLD_FILES+=usr/share/man/man3/unifunc.3.gz
114OLD_FILES+=usr/share/man/man3/unimsg.3.gz
115OLD_FILES+=usr/share/man/man3/unisap.3.gz
116OLD_FILES+=usr/share/man/man3/unistruct.3.gz
117OLD_FILES+=usr/share/man/man8/atmconfig.8.gz
118OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
119OLD_FILES+=usr/share/snmp/defs/atm_tree.def
120OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
121OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
122.endif
123
124.if ${MK_AUDIT} == no
125OLD_FILES+=usr/sbin/audit
126OLD_FILES+=usr/sbin/auditd
127OLD_FILES+=usr/sbin/auditreduce
128OLD_FILES+=usr/sbin/praudit
129OLD_FILES+=usr/share/man/man1/auditreduce.1.gz
130OLD_FILES+=usr/share/man/man1/praudit.1.gz
131OLD_FILES+=usr/share/man/man8/audit.8.gz
132OLD_FILES+=usr/share/man/man8/auditd.8.gz
133.endif
134
135.if ${MK_AUTHPF} == no
136OLD_FILES+=usr/sbin/authpf
137OLD_FILES+=usr/share/man/man8/authpf.8.gz
138.endif
139
140.if ${MK_BIND} == no
141OLD_FILES+=etc/periodic/daily/470.status-named
142OLD_FILES+=usr/bin/dig
143OLD_FILES+=usr/bin/host
144OLD_FILES+=usr/bin/nslookup
145OLD_FILES+=usr/bin/nsupdate
146OLD_FILES+=usr/include/lwres/context.h
147OLD_FILES+=usr/include/lwres/int.h
148OLD_FILES+=usr/include/lwres/ipv6.h
149OLD_FILES+=usr/include/lwres/lang.h
150OLD_FILES+=usr/include/lwres/list.h
151OLD_FILES+=usr/include/lwres/lwbuffer.h
152OLD_FILES+=usr/include/lwres/lwpacket.h
153OLD_FILES+=usr/include/lwres/lwres.h
154OLD_FILES+=usr/include/lwres/result.h
155OLD_FILES+=usr/include/lwres/version.h
156OLD_FILES+=usr/include/lwres/net.h
157OLD_FILES+=usr/include/lwres/netdb.h
158OLD_FILES+=usr/include/lwres/platform.h
159OLD_DIRS+=usr/include/lwres
160OLD_FILES+=usr/lib/liblwres.a
161OLD_FILES+=usr/lib/liblwres_p.a
162OLD_LIBS+=usr/lib/liblwres.so.50
163OLD_FILES+=usr/lib/liblwres.so
164OLD_FILES+=usr/sbin/named
165OLD_FILES+=usr/sbin/lwresd
166OLD_FILES+=usr/sbin/named-checkconf
167OLD_FILES+=usr/sbin/named-checkzone
168OLD_FILES+=usr/sbin/named.reload
169OLD_FILES+=usr/sbin/named.reconfig
170OLD_FILES+=usr/sbin/rndc
171OLD_FILES+=usr/sbin/rndc-confgen
172OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch01.html
173OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch02.html
174OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch03.html
175OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch04.html
176OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch05.html
177OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch06.html
178OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch07.html
179OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch08.html
180OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch09.html
181OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.html
182OLD_DIRS+=usr/share/doc/bind9/arm
183OLD_FILES+=usr/share/doc/bind9/misc/dnssec
184OLD_FILES+=usr/share/doc/bind9/misc/format-options.pl
185OLD_FILES+=usr/share/doc/bind9/misc/ipv6
186OLD_FILES+=usr/share/doc/bind9/misc/migration
187OLD_FILES+=usr/share/doc/bind9/misc/migration-4to9
188OLD_FILES+=usr/share/doc/bind9/misc/options
189OLD_FILES+=usr/share/doc/bind9/misc/rfc-compliance
190OLD_FILES+=usr/share/doc/bind9/misc/roadmap
191OLD_FILES+=usr/share/doc/bind9/misc/sdb
192OLD_DIRS+=usr/share/doc/bind9/misc
193OLD_DIRS+=usr/share/doc/bind9
194OLD_FILES+=usr/share/doc/bind9/CHANGES
195OLD_FILES+=usr/share/doc/bind9/COPYRIGHT
196OLD_FILES+=usr/share/doc/bind9/FAQ
197OLD_FILES+=usr/share/doc/bind9/README
198OLD_FILES+=usr/share/man/man1/dig.1.gz
199OLD_FILES+=usr/share/man/man1/host.1.gz
200OLD_FILES+=usr/share/man/man1/nslookup.1.gz
201OLD_FILES+=usr/share/man/man3/lwres.3.gz
202OLD_FILES+=usr/share/man/man3/lwres_buffer.3.gz
203OLD_FILES+=usr/share/man/man3/lwres_config.3.gz
204OLD_FILES+=usr/share/man/man3/lwres_context.3.gz
205OLD_FILES+=usr/share/man/man3/lwres_gabn.3.gz
206OLD_FILES+=usr/share/man/man3/lwres_gai_strerror.3.gz
207OLD_FILES+=usr/share/man/man3/lwres_getaddrinfo.3.gz
208OLD_FILES+=usr/share/man/man3/lwres_gethostent.3.gz
209OLD_FILES+=usr/share/man/man3/lwres_getipnode.3.gz
210OLD_FILES+=usr/share/man/man3/lwres_getnameinfo.3.gz
211OLD_FILES+=usr/share/man/man3/lwres_getrrsetbyname.3.gz
212OLD_FILES+=usr/share/man/man3/lwres_gnba.3.gz
213OLD_FILES+=usr/share/man/man3/lwres_inetntop.3.gz
214OLD_FILES+=usr/share/man/man3/lwres_hstrerror.3.gz
215OLD_FILES+=usr/share/man/man3/lwres_noop.3.gz
216OLD_FILES+=usr/share/man/man3/lwres_packet.3.gz
217OLD_FILES+=usr/share/man/man3/lwres_resutil.3.gz
218OLD_FILES+=usr/share/man/man3/lwres_buffer_add.3.gz
219OLD_FILES+=usr/share/man/man3/lwres_buffer_back.3.gz
220OLD_FILES+=usr/share/man/man3/lwres_buffer_clear.3.gz
221OLD_FILES+=usr/share/man/man3/lwres_buffer_first.3.gz
222OLD_FILES+=usr/share/man/man3/lwres_buffer_forward.3.gz
223OLD_FILES+=usr/share/man/man3/lwres_buffer_getmem.3.gz
224OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint16.3.gz
225OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint32.3.gz
226OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint8.3.gz
227OLD_FILES+=usr/share/man/man3/lwres_buffer_init.3.gz
228OLD_FILES+=usr/share/man/man3/lwres_buffer_invalidate.3.gz
229OLD_FILES+=usr/share/man/man3/lwres_buffer_putmem.3.gz
230OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint16.3.gz
231OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint32.3.gz
232OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint8.3.gz
233OLD_FILES+=usr/share/man/man3/lwres_buffer_subtract.3.gz
234OLD_FILES+=usr/share/man/man3/lwres_conf_clear.3.gz
235OLD_FILES+=usr/share/man/man3/lwres_conf_get.3.gz
236OLD_FILES+=usr/share/man/man3/lwres_conf_init.3.gz
237OLD_FILES+=usr/share/man/man3/lwres_conf_parse.3.gz
238OLD_FILES+=usr/share/man/man3/lwres_conf_print.3.gz
239OLD_FILES+=usr/share/man/man3/lwres_context_allocmem.3.gz
240OLD_FILES+=usr/share/man/man3/lwres_context_create.3.gz
241OLD_FILES+=usr/share/man/man3/lwres_context_destroy.3.gz
242OLD_FILES+=usr/share/man/man3/lwres_context_freemem.3.gz
243OLD_FILES+=usr/share/man/man3/lwres_freeaddrinfo.3.gz
244OLD_FILES+=usr/share/man/man3/lwres_context_initserial.3.gz
245OLD_FILES+=usr/share/man/man3/lwres_context_nextserial.3.gz
246OLD_FILES+=usr/share/man/man3/lwres_context_sendrecv.3.gz
247OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_free.3.gz
248OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_parse.3.gz
249OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_render.3.gz
250OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_free.3.gz
251OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_parse.3.gz
252OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_render.3.gz
253OLD_FILES+=usr/share/man/man3/lwres_endhostent.3.gz
254OLD_FILES+=usr/share/man/man3/lwres_endhostent_r.3.gz
255OLD_FILES+=usr/share/man/man3/lwres_gethostbyaddr.3.gz
256OLD_FILES+=usr/share/man/man3/lwres_gethostbyaddr_r.3.gz
257OLD_FILES+=usr/share/man/man3/lwres_gethostbyname.3.gz
258OLD_FILES+=usr/share/man/man3/lwres_gethostbyname2.3.gz
259OLD_FILES+=usr/share/man/man3/lwres_gethostbyname_r.3.gz
260OLD_FILES+=usr/share/man/man3/lwres_gethostent_r.3.gz
261OLD_FILES+=usr/share/man/man3/lwres_sethostent.3.gz
262OLD_FILES+=usr/share/man/man3/lwres_sethostent_r.3.gz
263OLD_FILES+=usr/share/man/man3/lwres_freehostent.3.gz
264OLD_FILES+=usr/share/man/man3/lwres_getipnodebyaddr.3.gz
265OLD_FILES+=usr/share/man/man3/lwres_getipnodebyname.3.gz
266OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_free.3.gz
267OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_parse.3.gz
268OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_render.3.gz
269OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_free.3.gz
270OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_parse.3.gz
271OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_render.3.gz
272OLD_FILES+=usr/share/man/man3/lwres_herror.3.gz
273OLD_FILES+=usr/share/man/man3/lwres_net_ntop.3.gz
274OLD_FILES+=usr/share/man/man3/lwres_nooprequest_free.3.gz
275OLD_FILES+=usr/share/man/man3/lwres_nooprequest_parse.3.gz
276OLD_FILES+=usr/share/man/man3/lwres_nooprequest_render.3.gz
277OLD_FILES+=usr/share/man/man3/lwres_noopresponse_free.3.gz
278OLD_FILES+=usr/share/man/man3/lwres_noopresponse_parse.3.gz
279OLD_FILES+=usr/share/man/man3/lwres_noopresponse_render.3.gz
280OLD_FILES+=usr/share/man/man3/lwres_lwpacket_parseheader.3.gz
281OLD_FILES+=usr/share/man/man3/lwres_lwpacket_renderheader.3.gz
282OLD_FILES+=usr/share/man/man3/lwres_addr_parse.3.gz
283OLD_FILES+=usr/share/man/man3/lwres_getaddrsbyname.3.gz
284OLD_FILES+=usr/share/man/man3/lwres_getnamebyaddr.3.gz
285OLD_FILES+=usr/share/man/man3/lwres_string_parse.3.gz
286OLD_FILES+=usr/share/man/man5/named.conf.5.gz
287OLD_FILES+=usr/share/man/man5/rndc.conf.5.gz
288OLD_FILES+=usr/share/man/man1/nsupdate.1.gz
289OLD_FILES+=usr/share/man/man8/dnssec-keygen.8.gz
290OLD_FILES+=usr/share/man/man8/dnssec-signzone.8.gz
291OLD_FILES+=usr/share/man/man8/named.8.gz
292OLD_FILES+=usr/share/man/man8/lwresd.8.gz
293OLD_FILES+=usr/share/man/man8/named-checkconf.8.gz
294OLD_FILES+=usr/share/man/man8/named-checkzone.8.gz
295OLD_FILES+=usr/share/man/man8/named.reload.8.gz
296OLD_FILES+=usr/share/man/man8/named.reconfig.8.gz
297OLD_FILES+=usr/share/man/man8/rndc.8.gz
298OLD_FILES+=usr/share/man/man8/rndc-confgen.8.gz
299OLD_DIRS+=var/named/dev
300OLD_DIRS+=var/named/var/stats
301OLD_DIRS+=var/named/var/run/named
302OLD_DIRS+=var/named/var/run
303OLD_DIRS+=var/named/var/log
304OLD_DIRS+=var/named/var/dump
305OLD_DIRS+=var/named/var
306.endif
307
308.if ${MK_BIND_DNSSEC} == no || ${MK_BIND} == no
309OLD_FILES+=usr/sbin/dnssec-keygen
310OLD_FILES+=usr/sbin/dnssec-signzone
311.endif
312
313.if ${MK_BIND_ETC} == no || ${MK_BIND} == no
314OLD_FILES+=var/named/etc/namedb/PROTO.localhost-v6.rev
315OLD_FILES+=var/named/etc/namedb/PROTO.localhost.rev
316OLD_FILES+=var/named/etc/namedb/make-localhost
317#OLD_FILES+=var/named/etc/namedb/named.conf # intentionally left out
318OLD_FILES+=var/named/etc/namedb/named.root
319OLD_DIRS+=var/named/etc/namedb/slave
320OLD_DIRS+=var/named/etc/namedb/master
321OLD_DIRS+=var/named/etc/namedb/dynamic
322#OLD_DIRS+=var/named/etc/namedb
323#OLD_DIRS+=var/named/etc
324.endif
325
326#.if ${MK_BIND_LIBS} == no || ${MK_BIND} == no
327# to be filled in and removed above
328#.endif
329
330#.if ${MK_BIND_LIBS_LWRES} == no || ${MK_BIND} == no
331# to be filled in and removed above
332#.endif
333
334#.if ${MK_BIND_NAMED} == no || ${MK_BIND} == no
335# to be filled in and removed above
336#.endif
337
338.if ${MK_BLUETOOTH} == no
339OLD_FILES+=etc/bluetooth/hcsecd.conf
340OLD_FILES+=etc/bluetooth/hosts
341OLD_FILES+=etc/bluetooth/protocols
342OLD_FILES+=usr/bin/bthost
343OLD_FILES+=usr/bin/btsockstat
344OLD_FILES+=usr/bin/rfcomm_sppd
345OLD_FILES+=usr/include/bluetooth.h
346OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bluetooth.h
347OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bt3c.h
348OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket.h
349OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
350OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h
351OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
352OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h
353OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_h4.h
354OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_hci.h
355OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_l2cap.h
356OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_ubt.h
357OLD_DIRS+=usr/include/netgraph/bluetooth/include
358OLD_DIRS+=usr/include/netgraph/bluetooth
359OLD_FILES+=usr/include/sdp.h
360OLD_FILES+=usr/lib/libbluetooth.a
361OLD_FILES+=usr/lib/libbluetooth.so
362OLD_LIBS+=usr/lib/libbluetooth.so.4
363OLD_FILES+=usr/lib/libbluetooth_p.a
364OLD_FILES+=usr/lib/libsdp.a
365OLD_FILES+=usr/lib/libsdp.so
366OLD_LIBS+=usr/lib/libsdp.so.4
367OLD_FILES+=usr/lib/libsdp_p.a
368.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
369OLD_FILES+=usr/lib32/libbluetooth.a
370OLD_FILES+=usr/lib32/libbluetooth.so
371OLD_LIBS+=usr/lib32/libbluetooth.so.4
372OLD_FILES+=usr/lib32/libbluetooth_p.a
373OLD_FILES+=usr/lib32/libsdp.a
374OLD_FILES+=usr/lib32/libsdp.so
375OLD_LIBS+=usr/lib32/libsdp.so.4
376OLD_FILES+=usr/lib32/libsdp_p.a
377.endif
378OLD_FILES+=usr/sbin/bcmfw
379OLD_FILES+=usr/sbin/bt3cfw
380OLD_FILES+=usr/sbin/bthidcontrol
381OLD_FILES+=usr/sbin/bthidd
382OLD_FILES+=usr/sbin/btpand
383OLD_FILES+=usr/sbin/hccontrol
384OLD_FILES+=usr/sbin/hcsecd
385OLD_FILES+=usr/sbin/hcseriald
386OLD_FILES+=usr/sbin/l2control
387OLD_FILES+=usr/sbin/l2ping
388OLD_FILES+=usr/sbin/rfcomm_pppd
389OLD_FILES+=usr/sbin/sdpcontrol
390OLD_FILES+=usr/sbin/sdpd
391OLD_FILES+=usr/share/man/man1/bthost.1.gz
392OLD_FILES+=usr/share/man/man1/btsockstat.1.gz
393OLD_FILES+=usr/share/man/man1/rfcomm_sppd.1.gz
394OLD_FILES+=usr/share/man/man3/SDP_GET128.3.gz
395OLD_FILES+=usr/share/man/man3/SDP_GET16.3.gz
396OLD_FILES+=usr/share/man/man3/SDP_GET32.3.gz
397OLD_FILES+=usr/share/man/man3/SDP_GET64.3.gz
398OLD_FILES+=usr/share/man/man3/SDP_GET8.3.gz
399OLD_FILES+=usr/share/man/man3/SDP_PUT128.3.gz
400OLD_FILES+=usr/share/man/man3/SDP_PUT16.3.gz
401OLD_FILES+=usr/share/man/man3/SDP_PUT32.3.gz
402OLD_FILES+=usr/share/man/man3/SDP_PUT64.3.gz
403OLD_FILES+=usr/share/man/man3/SDP_PUT8.3.gz
404OLD_FILES+=usr/share/man/man3/bdaddr_any.3.gz
405OLD_FILES+=usr/share/man/man3/bdaddr_copy.3.gz
406OLD_FILES+=usr/share/man/man3/bdaddr_same.3.gz
407OLD_FILES+=usr/share/man/man3/bluetooth.3.gz
408OLD_FILES+=usr/share/man/man3/bt_aton.3.gz
409OLD_FILES+=usr/share/man/man3/bt_devaddr.3.gz
410OLD_FILES+=usr/share/man/man3/bt_devclose.3.gz
411OLD_FILES+=usr/share/man/man3/bt_devenum.3.gz
412OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz
413OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_clr.3.gz
414OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_set.3.gz
415OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_tst.3.gz
416OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_clr.3.gz
417OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_set.3.gz
418OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_tst.3.gz
419OLD_FILES+=usr/share/man/man3/bt_devinfo.3.gz
420OLD_FILES+=usr/share/man/man3/bt_devinquiry.3.gz
421OLD_FILES+=usr/share/man/man3/bt_devname.3.gz
422OLD_FILES+=usr/share/man/man3/bt_devopen.3.gz
423OLD_FILES+=usr/share/man/man3/bt_devreq.3.gz
424OLD_FILES+=usr/share/man/man3/bt_devsend.3.gz
425OLD_FILES+=usr/share/man/man3/bt_endhostent.3.gz
426OLD_FILES+=usr/share/man/man3/bt_endprotoent.3.gz
427OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz
428OLD_FILES+=usr/share/man/man3/bt_gethostbyname.3.gz
429OLD_FILES+=usr/share/man/man3/bt_gethostent.3.gz
430OLD_FILES+=usr/share/man/man3/bt_getprotobyname.3.gz
431OLD_FILES+=usr/share/man/man3/bt_getprotobynumber.3.gz
432OLD_FILES+=usr/share/man/man3/bt_getprotoent.3.gz
433OLD_FILES+=usr/share/man/man3/bt_ntoa.3.gz
434OLD_FILES+=usr/share/man/man3/bt_sethostent.3.gz
435OLD_FILES+=usr/share/man/man3/bt_setprotoent.3.gz
436OLD_FILES+=usr/share/man/man3/sdp.3.gz
437OLD_FILES+=usr/share/man/man3/sdp_attr2desc.3.gz
438OLD_FILES+=usr/share/man/man3/sdp_change_service.3.gz
439OLD_FILES+=usr/share/man/man3/sdp_close.3.gz
440OLD_FILES+=usr/share/man/man3/sdp_error.3.gz
441OLD_FILES+=usr/share/man/man3/sdp_open.3.gz
442OLD_FILES+=usr/share/man/man3/sdp_open_local.3.gz
443OLD_FILES+=usr/share/man/man3/sdp_register_service.3.gz
444OLD_FILES+=usr/share/man/man3/sdp_search.3.gz
445OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz
446OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz
447OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz
448OLD_FILES+=usr/share/man/man8/bcmfw.8.gz
449OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz
450OLD_FILES+=usr/share/man/man8/bthidcontrol.8.gz
451OLD_FILES+=usr/share/man/man8/bthidd.8.gz
452OLD_FILES+=usr/share/man/man8/btpand.8.gz
453OLD_FILES+=usr/share/man/man8/hccontrol.8.gz
454OLD_FILES+=usr/share/man/man8/hcsecd.8.gz
455OLD_FILES+=usr/share/man/man8/hcseriald.8.gz
456OLD_FILES+=usr/share/man/man8/l2control.8.gz
457OLD_FILES+=usr/share/man/man8/l2ping.8.gz
458OLD_FILES+=usr/share/man/man8/rfcomm_pppd.8.gz
459OLD_FILES+=usr/share/man/man8/sdpcontrol.8.gz
460OLD_FILES+=usr/share/man/man8/sdpd.8.gz
461.endif
462
463#.if ${MK_BOOT} == no
464# to be filled in
465#.endif
466
467.if ${MK_CALENDAR} == no
468OLD_FILES+=etc/periodic/daily/300.calendar
469OLD_FILES+=usr/bin/calendar
470OLD_FILES+=usr/share/calendar/calendar.all
471OLD_FILES+=usr/share/calendar/calendar.australia
472OLD_FILES+=usr/share/calendar/calendar.birthday
473OLD_FILES+=usr/share/calendar/calendar.christian
474OLD_FILES+=usr/share/calendar/calendar.computer
475OLD_FILES+=usr/share/calendar/calendar.croatian
476OLD_FILES+=usr/share/calendar/calendar.dutch
477OLD_FILES+=usr/share/calendar/calendar.freebsd
478OLD_FILES+=usr/share/calendar/calendar.french
479OLD_FILES+=usr/share/calendar/calendar.german
480OLD_FILES+=usr/share/calendar/calendar.history
481OLD_FILES+=usr/share/calendar/calendar.holiday
482OLD_FILES+=usr/share/calendar/calendar.hungarian
483OLD_FILES+=usr/share/calendar/calendar.judaic
484OLD_FILES+=usr/share/calendar/calendar.lotr
485OLD_FILES+=usr/share/calendar/calendar.music
486OLD_FILES+=usr/share/calendar/calendar.newzealand
487OLD_FILES+=usr/share/calendar/calendar.russian
488OLD_FILES+=usr/share/calendar/calendar.southafrica
489OLD_FILES+=usr/share/calendar/calendar.ukrainian
490OLD_FILES+=usr/share/calendar/calendar.usholiday
491OLD_FILES+=usr/share/calendar/calendar.world
492OLD_DIRS+=usr/share/calendar/de_AT.ISO_8859-15
493OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag
494OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all
495OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag
496OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte
497OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche
498OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur
499OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik
500OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft
501OLD_FILES+=usr/share/calendar/de_DE.ISO8859-15
502OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all
503OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes
504OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french
505OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies
506OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes
507OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-15
508OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all
509OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici
510OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all
511OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok
512OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek
513OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all
514OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common
515OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday
516OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military
517OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.msk
518OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox
519OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan
520OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all
521OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday
522OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc
523OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox
524OLD_FILES+=usr/share/man/man1/calendar.1.gz
525.endif
526
527.if ${MK_CDDL} == no
528OLD_LIBS+=lib/libavl.so.2
529OLD_LIBS+=lib/libctf.so.2
530OLD_LIBS+=lib/libdtrace.so.2
531OLD_LIBS+=lib/libnvpair.so.2
532OLD_LIBS+=lib/libumem.so.2
533OLD_LIBS+=lib/libuutil.so.2
534OLD_FILES+=usr/bin/ctfconvert
535OLD_FILES+=usr/bin/ctfdump
536OLD_FILES+=usr/bin/ctfmerge
537OLD_FILES+=usr/bin/sgsmsg
538OLD_FILES+=usr/lib/dtrace/drti.o
539OLD_FILES+=usr/lib/dtrace/errno.d
540OLD_FILES+=usr/lib/dtrace/psinfo.d
541OLD_FILES+=usr/lib/dtrace/signal.d
542OLD_FILES+=usr/lib/dtrace/unistd.d
543OLD_FILES+=usr/lib/libavl.a
544OLD_FILES+=usr/lib/libavl.so
545OLD_FILES+=usr/lib/libavl_p.a
546OLD_FILES+=usr/lib/libctf.a
547OLD_FILES+=usr/lib/libctf.so
548OLD_FILES+=usr/lib/libctf_p.a
549OLD_FILES+=usr/lib/libdtrace.a
550OLD_FILES+=usr/lib/libdtrace.so
551OLD_FILES+=usr/lib/libdtrace_p.a
552OLD_FILES+=usr/lib/libnvpair.a
553OLD_FILES+=usr/lib/libnvpair.so
554OLD_FILES+=usr/lib/libnvpair_p.a
555OLD_FILES+=usr/lib/libumem.a
556OLD_FILES+=usr/lib/libumem.so
557OLD_FILES+=usr/lib/libumem_p.a
558OLD_FILES+=usr/lib/libuutil.a
559OLD_FILES+=usr/lib/libuutil.so
560OLD_FILES+=usr/lib/libuutil_p.a
561.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
562OLD_FILES+=usr/lib32/dtrace/drti.o
563OLD_FILES+=usr/lib32/libavl.a
564OLD_FILES+=usr/lib32/libavl.so
565OLD_LIBS+=usr/lib32/libavl.so.2
566OLD_FILES+=usr/lib32/libavl_p.a
567OLD_FILES+=usr/lib32/libctf.a
568OLD_FILES+=usr/lib32/libctf.so
569OLD_LIBS+=usr/lib32/libctf.so.2
570OLD_FILES+=usr/lib32/libctf_p.a
571OLD_FILES+=usr/lib32/libdtrace.a
572OLD_FILES+=usr/lib32/libdtrace.so
573OLD_LIBS+=usr/lib32/libdtrace.so.2
574OLD_FILES+=usr/lib32/libdtrace_p.a
575OLD_FILES+=usr/lib32/libnvpair.a
576OLD_FILES+=usr/lib32/libnvpair.so
577OLD_LIBS+=usr/lib32/libnvpair.so.2
578OLD_FILES+=usr/lib32/libnvpair_p.a
579OLD_FILES+=usr/lib32/libumem.a
580OLD_FILES+=usr/lib32/libumem.so
581OLD_LIBS+=usr/lib32/libumem.so.2
582OLD_FILES+=usr/lib32/libumem_p.a
583OLD_FILES+=usr/lib32/libuutil.a
584OLD_FILES+=usr/lib32/libuutil.so
585OLD_LIBS+=usr/lib32/libuutil.so.2
586OLD_FILES+=usr/lib32/libuutil_p.a
587.endif
588OLD_FILES+=usr/sbin/dtrace
589OLD_FILES+=usr/sbin/lockstat
590OLD_FILES+=usr/share/man/man1/dtrace.1.gz
591.endif
592
593.if ${MK_ZFS} == no
594OLD_FILES+=boot/gptzfsboot
595OLD_FILES+=boot/zfsboot
596OLD_FILES+=boot/zfsloader
597OLD_FILES+=etc/periodic/daily/404.status-zfs
598OLD_FILES+=etc/periodic/daily/800.scrub-zfs
599OLD_LIBS+=lib/libzfs.so.2
600OLD_LIBS+=lib/libzpool.so.2
601OLD_FILES+=rescue/zfs
602OLD_FILES+=rescue/zpool
603OLD_FILES+=sbin/zfs
604OLD_FILES+=sbin/zpool
605OLD_FILES+=usr/bin/zinject
606OLD_FILES+=usr/bin/ztest
607OLD_FILES+=usr/lib/libzfs.a
608OLD_FILES+=usr/lib/libzfs.so
609OLD_FILES+=usr/lib/libzfs_p.a
610OLD_FILES+=usr/lib/libzpool.a
611OLD_FILES+=usr/lib/libzpool.so
612.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
613OLD_FILES+=usr/lib32/libzfs.a
614OLD_FILES+=usr/lib32/libzfs.so
615OLD_LIBS+=usr/lib32/libzfs.so.2
616OLD_FILES+=usr/lib32/libzfs_p.a
617OLD_FILES+=usr/lib32/libzpool.a
618OLD_FILES+=usr/lib32/libzpool.so
619OLD_LIBS+=usr/lib32/libzpool.so.2
620.endif
621OLD_FILES+=usr/sbin/zdb
622OLD_FILES+=usr/share/man/man8/zdb.8.gz
623OLD_FILES+=usr/share/man/man8/zfs.8.gz
624OLD_FILES+=usr/share/man/man8/zpool.8.gz
625.endif
626
627.if ${MK_CLANG} == no
628OLD_FILES+=usr/bin/clang
629OLD_FILES+=usr/bin/clang++
630OLD_FILES+=usr/bin/clang-cpp
631OLD_FILES+=usr/bin/clang-tblgen
632OLD_FILES+=usr/bin/tblgen
633OLD_FILES+=usr/include/clang/2.8/emmintrin.h
634OLD_FILES+=usr/include/clang/2.8/mm_malloc.h
635OLD_FILES+=usr/include/clang/2.8/mmintrin.h
636OLD_FILES+=usr/include/clang/2.8/pmmintrin.h
637OLD_FILES+=usr/include/clang/2.8/tmmintrin.h
638OLD_FILES+=usr/include/clang/2.8/xmmintrin.h
639OLD_DIRS+=usr/include/clang/2.8
640OLD_FILES+=usr/include/clang/2.9/emmintrin.h
641OLD_FILES+=usr/include/clang/2.9/mm_malloc.h
642OLD_FILES+=usr/include/clang/2.9/mmintrin.h
643OLD_FILES+=usr/include/clang/2.9/pmmintrin.h
644OLD_FILES+=usr/include/clang/2.9/tmmintrin.h
645OLD_FILES+=usr/include/clang/2.9/xmmintrin.h
646OLD_DIRS+=usr/include/clang/2.9
647OLD_FILES+=usr/include/clang/3.0/altivec.h
648OLD_FILES+=usr/include/clang/3.0/avxintrin.h
649OLD_FILES+=usr/include/clang/3.0/emmintrin.h
650OLD_FILES+=usr/include/clang/3.0/immintrin.h
651OLD_FILES+=usr/include/clang/3.0/mm3dnow.h
652OLD_FILES+=usr/include/clang/3.0/mm_malloc.h
653OLD_FILES+=usr/include/clang/3.0/mmintrin.h
654OLD_FILES+=usr/include/clang/3.0/nmmintrin.h
655OLD_FILES+=usr/include/clang/3.0/pmmintrin.h
656OLD_FILES+=usr/include/clang/3.0/smmintrin.h
657OLD_FILES+=usr/include/clang/3.0/tmmintrin.h
658OLD_FILES+=usr/include/clang/3.0/wmmintrin.h
659OLD_FILES+=usr/include/clang/3.0/x86intrin.h
660OLD_FILES+=usr/include/clang/3.0/xmmintrin.h
661OLD_DIRS+=usr/include/clang/3.0
3#
4# This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
5# the check-old and delete-old* targets.
6#
7
8.if ${MK_ACCT} == no
9OLD_FILES+=etc/periodic/daily/310.accounting
10OLD_FILES+=usr/sbin/accton
11OLD_FILES+=usr/sbin/sa
12OLD_FILES+=usr/share/man/man8/accton.8.gz
13OLD_FILES+=usr/share/man/man8/sa.8.gz
14.endif
15
16.if ${MK_ACPI} == no
17OLD_FILES+=usr/sbin/acpiconf
18OLD_FILES+=usr/sbin/acpidb
19OLD_FILES+=usr/sbin/acpidump
20OLD_FILES+=usr/sbin/iasl
21OLD_FILES+=usr/share/man/man8/acpiconf.8.gz
22OLD_FILES+=usr/share/man/man8/acpidb.8.gz
23OLD_FILES+=usr/share/man/man8/acpidump.8.gz
24OLD_FILES+=usr/share/man/man8/iasl.8.gz
25.endif
26
27.if ${MK_AMD} == no
28OLD_FILES+=etc/amd.map
29OLD_FILES+=usr/bin/pawd
30OLD_FILES+=usr/sbin/amd
31OLD_FILES+=usr/sbin/amq
32OLD_FILES+=usr/sbin/fixmount
33OLD_FILES+=usr/sbin/fsinfo
34OLD_FILES+=usr/sbin/hlfsd
35OLD_FILES+=usr/sbin/mk-amd-map
36OLD_FILES+=usr/sbin/wire-test
37OLD_FILES+=usr/share/examples/etc/amd.map
38OLD_FILES+=usr/share/info/am-utils.info.gz
39OLD_FILES+=usr/share/man/man1/pawd.1.gz
40OLD_FILES+=usr/share/man/man5/amd.conf.5.gz
41OLD_FILES+=usr/share/man/man8/amd.8.gz
42OLD_FILES+=usr/share/man/man8/amq.8.gz
43OLD_FILES+=usr/share/man/man8/fixmount.8.gz
44OLD_FILES+=usr/share/man/man8/fsinfo.8.gz
45OLD_FILES+=usr/share/man/man8/hlfsd.8.gz
46OLD_FILES+=usr/share/man/man8/mk-amd-map.8.gz
47OLD_FILES+=usr/share/man/man8/wire-test.8.gz
48.endif
49
50.if ${MK_APM} == no
51OLD_FILES+=etc/apmd.conf
52OLD_FILES+=usr/sbin/apm
53OLD_FILES+=usr/share/examples/etc/apmd.conf
54OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz
55OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz
56.endif
57
58.if ${MK_AT} == no
59OLD_FILES+=usr/bin/at
60OLD_FILES+=usr/bin/atq
61OLD_FILES+=usr/bin/atrm
62OLD_FILES+=usr/bin/batch
63OLD_FILES+=usr/libexec/atrun
64OLD_FILES+=usr/share/man/man1/at.1.gz
65OLD_FILES+=usr/share/man/man1/atq.1.gz
66OLD_FILES+=usr/share/man/man1/atrm.1.gz
67OLD_FILES+=usr/share/man/man1/batch.1.gz
68OLD_FILES+=usr/share/man/man8/atrun.8.gz
69.endif
70
71.if ${MK_ATM} == no
72OLD_FILES+=rescue/atmconfig
73OLD_FILES+=sbin/atmconfig
74OLD_FILES+=usr/bin/sscop
75OLD_FILES+=usr/include/bsnmp/snmp_atm.h
76OLD_FILES+=usr/include/netnatm/addr.h
77OLD_FILES+=usr/include/netnatm/api/atmapi.h
78OLD_FILES+=usr/include/netnatm/api/ccatm.h
79OLD_FILES+=usr/include/netnatm/api/unisap.h
80OLD_FILES+=usr/include/netnatm/msg/uni_config.h
81OLD_FILES+=usr/include/netnatm/msg/uni_hdr.h
82OLD_FILES+=usr/include/netnatm/msg/uni_ie.h
83OLD_FILES+=usr/include/netnatm/msg/uni_msg.h
84OLD_FILES+=usr/include/netnatm/msg/unimsglib.h
85OLD_FILES+=usr/include/netnatm/msg/uniprint.h
86OLD_FILES+=usr/include/netnatm/msg/unistruct.h
87OLD_FILES+=usr/include/netnatm/saal/sscfu.h
88OLD_FILES+=usr/include/netnatm/saal/sscfudef.h
89OLD_FILES+=usr/include/netnatm/saal/sscop.h
90OLD_FILES+=usr/include/netnatm/saal/sscopdef.h
91OLD_FILES+=usr/include/netnatm/sig/uni.h
92OLD_FILES+=usr/include/netnatm/sig/unidef.h
93OLD_FILES+=usr/include/netnatm/sig/unisig.h
94OLD_FILES+=usr/include/netnatm/unimsg.h
95OLD_FILES+=usr/lib/libngatm.a
96OLD_FILES+=usr/lib/libngatm.so
97OLD_LIBS+=usr/lib/libngatm.so.4
98OLD_FILES+=usr/lib/libngatm_p.a
99OLD_FILES+=usr/lib/snmp_atm.so
100OLD_LIBS+=usr/lib/snmp_atm.so.6
101.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
102OLD_FILES+=usr/lib32/libngatm.a
103OLD_FILES+=usr/lib32/libngatm.so
104OLD_LIBS+=usr/lib32/libngatm.so.4
105OLD_FILES+=usr/lib32/libngatm_p.a
106.endif
107OLD_FILES+=usr/share/doc/atm/atmconfig.help
108OLD_FILES+=usr/share/doc/atm/atmconfig_device.help
109OLD_FILES+=usr/share/man/man1/sscop.1.gz
110OLD_FILES+=usr/share/man/man3/libngatm.3.gz
111OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz
112OLD_FILES+=usr/share/man/man3/uniaddr.3.gz
113OLD_FILES+=usr/share/man/man3/unifunc.3.gz
114OLD_FILES+=usr/share/man/man3/unimsg.3.gz
115OLD_FILES+=usr/share/man/man3/unisap.3.gz
116OLD_FILES+=usr/share/man/man3/unistruct.3.gz
117OLD_FILES+=usr/share/man/man8/atmconfig.8.gz
118OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
119OLD_FILES+=usr/share/snmp/defs/atm_tree.def
120OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
121OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
122.endif
123
124.if ${MK_AUDIT} == no
125OLD_FILES+=usr/sbin/audit
126OLD_FILES+=usr/sbin/auditd
127OLD_FILES+=usr/sbin/auditreduce
128OLD_FILES+=usr/sbin/praudit
129OLD_FILES+=usr/share/man/man1/auditreduce.1.gz
130OLD_FILES+=usr/share/man/man1/praudit.1.gz
131OLD_FILES+=usr/share/man/man8/audit.8.gz
132OLD_FILES+=usr/share/man/man8/auditd.8.gz
133.endif
134
135.if ${MK_AUTHPF} == no
136OLD_FILES+=usr/sbin/authpf
137OLD_FILES+=usr/share/man/man8/authpf.8.gz
138.endif
139
140.if ${MK_BIND} == no
141OLD_FILES+=etc/periodic/daily/470.status-named
142OLD_FILES+=usr/bin/dig
143OLD_FILES+=usr/bin/host
144OLD_FILES+=usr/bin/nslookup
145OLD_FILES+=usr/bin/nsupdate
146OLD_FILES+=usr/include/lwres/context.h
147OLD_FILES+=usr/include/lwres/int.h
148OLD_FILES+=usr/include/lwres/ipv6.h
149OLD_FILES+=usr/include/lwres/lang.h
150OLD_FILES+=usr/include/lwres/list.h
151OLD_FILES+=usr/include/lwres/lwbuffer.h
152OLD_FILES+=usr/include/lwres/lwpacket.h
153OLD_FILES+=usr/include/lwres/lwres.h
154OLD_FILES+=usr/include/lwres/result.h
155OLD_FILES+=usr/include/lwres/version.h
156OLD_FILES+=usr/include/lwres/net.h
157OLD_FILES+=usr/include/lwres/netdb.h
158OLD_FILES+=usr/include/lwres/platform.h
159OLD_DIRS+=usr/include/lwres
160OLD_FILES+=usr/lib/liblwres.a
161OLD_FILES+=usr/lib/liblwres_p.a
162OLD_LIBS+=usr/lib/liblwres.so.50
163OLD_FILES+=usr/lib/liblwres.so
164OLD_FILES+=usr/sbin/named
165OLD_FILES+=usr/sbin/lwresd
166OLD_FILES+=usr/sbin/named-checkconf
167OLD_FILES+=usr/sbin/named-checkzone
168OLD_FILES+=usr/sbin/named.reload
169OLD_FILES+=usr/sbin/named.reconfig
170OLD_FILES+=usr/sbin/rndc
171OLD_FILES+=usr/sbin/rndc-confgen
172OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch01.html
173OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch02.html
174OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch03.html
175OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch04.html
176OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch05.html
177OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch06.html
178OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch07.html
179OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch08.html
180OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch09.html
181OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.html
182OLD_DIRS+=usr/share/doc/bind9/arm
183OLD_FILES+=usr/share/doc/bind9/misc/dnssec
184OLD_FILES+=usr/share/doc/bind9/misc/format-options.pl
185OLD_FILES+=usr/share/doc/bind9/misc/ipv6
186OLD_FILES+=usr/share/doc/bind9/misc/migration
187OLD_FILES+=usr/share/doc/bind9/misc/migration-4to9
188OLD_FILES+=usr/share/doc/bind9/misc/options
189OLD_FILES+=usr/share/doc/bind9/misc/rfc-compliance
190OLD_FILES+=usr/share/doc/bind9/misc/roadmap
191OLD_FILES+=usr/share/doc/bind9/misc/sdb
192OLD_DIRS+=usr/share/doc/bind9/misc
193OLD_DIRS+=usr/share/doc/bind9
194OLD_FILES+=usr/share/doc/bind9/CHANGES
195OLD_FILES+=usr/share/doc/bind9/COPYRIGHT
196OLD_FILES+=usr/share/doc/bind9/FAQ
197OLD_FILES+=usr/share/doc/bind9/README
198OLD_FILES+=usr/share/man/man1/dig.1.gz
199OLD_FILES+=usr/share/man/man1/host.1.gz
200OLD_FILES+=usr/share/man/man1/nslookup.1.gz
201OLD_FILES+=usr/share/man/man3/lwres.3.gz
202OLD_FILES+=usr/share/man/man3/lwres_buffer.3.gz
203OLD_FILES+=usr/share/man/man3/lwres_config.3.gz
204OLD_FILES+=usr/share/man/man3/lwres_context.3.gz
205OLD_FILES+=usr/share/man/man3/lwres_gabn.3.gz
206OLD_FILES+=usr/share/man/man3/lwres_gai_strerror.3.gz
207OLD_FILES+=usr/share/man/man3/lwres_getaddrinfo.3.gz
208OLD_FILES+=usr/share/man/man3/lwres_gethostent.3.gz
209OLD_FILES+=usr/share/man/man3/lwres_getipnode.3.gz
210OLD_FILES+=usr/share/man/man3/lwres_getnameinfo.3.gz
211OLD_FILES+=usr/share/man/man3/lwres_getrrsetbyname.3.gz
212OLD_FILES+=usr/share/man/man3/lwres_gnba.3.gz
213OLD_FILES+=usr/share/man/man3/lwres_inetntop.3.gz
214OLD_FILES+=usr/share/man/man3/lwres_hstrerror.3.gz
215OLD_FILES+=usr/share/man/man3/lwres_noop.3.gz
216OLD_FILES+=usr/share/man/man3/lwres_packet.3.gz
217OLD_FILES+=usr/share/man/man3/lwres_resutil.3.gz
218OLD_FILES+=usr/share/man/man3/lwres_buffer_add.3.gz
219OLD_FILES+=usr/share/man/man3/lwres_buffer_back.3.gz
220OLD_FILES+=usr/share/man/man3/lwres_buffer_clear.3.gz
221OLD_FILES+=usr/share/man/man3/lwres_buffer_first.3.gz
222OLD_FILES+=usr/share/man/man3/lwres_buffer_forward.3.gz
223OLD_FILES+=usr/share/man/man3/lwres_buffer_getmem.3.gz
224OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint16.3.gz
225OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint32.3.gz
226OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint8.3.gz
227OLD_FILES+=usr/share/man/man3/lwres_buffer_init.3.gz
228OLD_FILES+=usr/share/man/man3/lwres_buffer_invalidate.3.gz
229OLD_FILES+=usr/share/man/man3/lwres_buffer_putmem.3.gz
230OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint16.3.gz
231OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint32.3.gz
232OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint8.3.gz
233OLD_FILES+=usr/share/man/man3/lwres_buffer_subtract.3.gz
234OLD_FILES+=usr/share/man/man3/lwres_conf_clear.3.gz
235OLD_FILES+=usr/share/man/man3/lwres_conf_get.3.gz
236OLD_FILES+=usr/share/man/man3/lwres_conf_init.3.gz
237OLD_FILES+=usr/share/man/man3/lwres_conf_parse.3.gz
238OLD_FILES+=usr/share/man/man3/lwres_conf_print.3.gz
239OLD_FILES+=usr/share/man/man3/lwres_context_allocmem.3.gz
240OLD_FILES+=usr/share/man/man3/lwres_context_create.3.gz
241OLD_FILES+=usr/share/man/man3/lwres_context_destroy.3.gz
242OLD_FILES+=usr/share/man/man3/lwres_context_freemem.3.gz
243OLD_FILES+=usr/share/man/man3/lwres_freeaddrinfo.3.gz
244OLD_FILES+=usr/share/man/man3/lwres_context_initserial.3.gz
245OLD_FILES+=usr/share/man/man3/lwres_context_nextserial.3.gz
246OLD_FILES+=usr/share/man/man3/lwres_context_sendrecv.3.gz
247OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_free.3.gz
248OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_parse.3.gz
249OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_render.3.gz
250OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_free.3.gz
251OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_parse.3.gz
252OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_render.3.gz
253OLD_FILES+=usr/share/man/man3/lwres_endhostent.3.gz
254OLD_FILES+=usr/share/man/man3/lwres_endhostent_r.3.gz
255OLD_FILES+=usr/share/man/man3/lwres_gethostbyaddr.3.gz
256OLD_FILES+=usr/share/man/man3/lwres_gethostbyaddr_r.3.gz
257OLD_FILES+=usr/share/man/man3/lwres_gethostbyname.3.gz
258OLD_FILES+=usr/share/man/man3/lwres_gethostbyname2.3.gz
259OLD_FILES+=usr/share/man/man3/lwres_gethostbyname_r.3.gz
260OLD_FILES+=usr/share/man/man3/lwres_gethostent_r.3.gz
261OLD_FILES+=usr/share/man/man3/lwres_sethostent.3.gz
262OLD_FILES+=usr/share/man/man3/lwres_sethostent_r.3.gz
263OLD_FILES+=usr/share/man/man3/lwres_freehostent.3.gz
264OLD_FILES+=usr/share/man/man3/lwres_getipnodebyaddr.3.gz
265OLD_FILES+=usr/share/man/man3/lwres_getipnodebyname.3.gz
266OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_free.3.gz
267OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_parse.3.gz
268OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_render.3.gz
269OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_free.3.gz
270OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_parse.3.gz
271OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_render.3.gz
272OLD_FILES+=usr/share/man/man3/lwres_herror.3.gz
273OLD_FILES+=usr/share/man/man3/lwres_net_ntop.3.gz
274OLD_FILES+=usr/share/man/man3/lwres_nooprequest_free.3.gz
275OLD_FILES+=usr/share/man/man3/lwres_nooprequest_parse.3.gz
276OLD_FILES+=usr/share/man/man3/lwres_nooprequest_render.3.gz
277OLD_FILES+=usr/share/man/man3/lwres_noopresponse_free.3.gz
278OLD_FILES+=usr/share/man/man3/lwres_noopresponse_parse.3.gz
279OLD_FILES+=usr/share/man/man3/lwres_noopresponse_render.3.gz
280OLD_FILES+=usr/share/man/man3/lwres_lwpacket_parseheader.3.gz
281OLD_FILES+=usr/share/man/man3/lwres_lwpacket_renderheader.3.gz
282OLD_FILES+=usr/share/man/man3/lwres_addr_parse.3.gz
283OLD_FILES+=usr/share/man/man3/lwres_getaddrsbyname.3.gz
284OLD_FILES+=usr/share/man/man3/lwres_getnamebyaddr.3.gz
285OLD_FILES+=usr/share/man/man3/lwres_string_parse.3.gz
286OLD_FILES+=usr/share/man/man5/named.conf.5.gz
287OLD_FILES+=usr/share/man/man5/rndc.conf.5.gz
288OLD_FILES+=usr/share/man/man1/nsupdate.1.gz
289OLD_FILES+=usr/share/man/man8/dnssec-keygen.8.gz
290OLD_FILES+=usr/share/man/man8/dnssec-signzone.8.gz
291OLD_FILES+=usr/share/man/man8/named.8.gz
292OLD_FILES+=usr/share/man/man8/lwresd.8.gz
293OLD_FILES+=usr/share/man/man8/named-checkconf.8.gz
294OLD_FILES+=usr/share/man/man8/named-checkzone.8.gz
295OLD_FILES+=usr/share/man/man8/named.reload.8.gz
296OLD_FILES+=usr/share/man/man8/named.reconfig.8.gz
297OLD_FILES+=usr/share/man/man8/rndc.8.gz
298OLD_FILES+=usr/share/man/man8/rndc-confgen.8.gz
299OLD_DIRS+=var/named/dev
300OLD_DIRS+=var/named/var/stats
301OLD_DIRS+=var/named/var/run/named
302OLD_DIRS+=var/named/var/run
303OLD_DIRS+=var/named/var/log
304OLD_DIRS+=var/named/var/dump
305OLD_DIRS+=var/named/var
306.endif
307
308.if ${MK_BIND_DNSSEC} == no || ${MK_BIND} == no
309OLD_FILES+=usr/sbin/dnssec-keygen
310OLD_FILES+=usr/sbin/dnssec-signzone
311.endif
312
313.if ${MK_BIND_ETC} == no || ${MK_BIND} == no
314OLD_FILES+=var/named/etc/namedb/PROTO.localhost-v6.rev
315OLD_FILES+=var/named/etc/namedb/PROTO.localhost.rev
316OLD_FILES+=var/named/etc/namedb/make-localhost
317#OLD_FILES+=var/named/etc/namedb/named.conf # intentionally left out
318OLD_FILES+=var/named/etc/namedb/named.root
319OLD_DIRS+=var/named/etc/namedb/slave
320OLD_DIRS+=var/named/etc/namedb/master
321OLD_DIRS+=var/named/etc/namedb/dynamic
322#OLD_DIRS+=var/named/etc/namedb
323#OLD_DIRS+=var/named/etc
324.endif
325
326#.if ${MK_BIND_LIBS} == no || ${MK_BIND} == no
327# to be filled in and removed above
328#.endif
329
330#.if ${MK_BIND_LIBS_LWRES} == no || ${MK_BIND} == no
331# to be filled in and removed above
332#.endif
333
334#.if ${MK_BIND_NAMED} == no || ${MK_BIND} == no
335# to be filled in and removed above
336#.endif
337
338.if ${MK_BLUETOOTH} == no
339OLD_FILES+=etc/bluetooth/hcsecd.conf
340OLD_FILES+=etc/bluetooth/hosts
341OLD_FILES+=etc/bluetooth/protocols
342OLD_FILES+=usr/bin/bthost
343OLD_FILES+=usr/bin/btsockstat
344OLD_FILES+=usr/bin/rfcomm_sppd
345OLD_FILES+=usr/include/bluetooth.h
346OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bluetooth.h
347OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bt3c.h
348OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket.h
349OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
350OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h
351OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
352OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h
353OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_h4.h
354OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_hci.h
355OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_l2cap.h
356OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_ubt.h
357OLD_DIRS+=usr/include/netgraph/bluetooth/include
358OLD_DIRS+=usr/include/netgraph/bluetooth
359OLD_FILES+=usr/include/sdp.h
360OLD_FILES+=usr/lib/libbluetooth.a
361OLD_FILES+=usr/lib/libbluetooth.so
362OLD_LIBS+=usr/lib/libbluetooth.so.4
363OLD_FILES+=usr/lib/libbluetooth_p.a
364OLD_FILES+=usr/lib/libsdp.a
365OLD_FILES+=usr/lib/libsdp.so
366OLD_LIBS+=usr/lib/libsdp.so.4
367OLD_FILES+=usr/lib/libsdp_p.a
368.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
369OLD_FILES+=usr/lib32/libbluetooth.a
370OLD_FILES+=usr/lib32/libbluetooth.so
371OLD_LIBS+=usr/lib32/libbluetooth.so.4
372OLD_FILES+=usr/lib32/libbluetooth_p.a
373OLD_FILES+=usr/lib32/libsdp.a
374OLD_FILES+=usr/lib32/libsdp.so
375OLD_LIBS+=usr/lib32/libsdp.so.4
376OLD_FILES+=usr/lib32/libsdp_p.a
377.endif
378OLD_FILES+=usr/sbin/bcmfw
379OLD_FILES+=usr/sbin/bt3cfw
380OLD_FILES+=usr/sbin/bthidcontrol
381OLD_FILES+=usr/sbin/bthidd
382OLD_FILES+=usr/sbin/btpand
383OLD_FILES+=usr/sbin/hccontrol
384OLD_FILES+=usr/sbin/hcsecd
385OLD_FILES+=usr/sbin/hcseriald
386OLD_FILES+=usr/sbin/l2control
387OLD_FILES+=usr/sbin/l2ping
388OLD_FILES+=usr/sbin/rfcomm_pppd
389OLD_FILES+=usr/sbin/sdpcontrol
390OLD_FILES+=usr/sbin/sdpd
391OLD_FILES+=usr/share/man/man1/bthost.1.gz
392OLD_FILES+=usr/share/man/man1/btsockstat.1.gz
393OLD_FILES+=usr/share/man/man1/rfcomm_sppd.1.gz
394OLD_FILES+=usr/share/man/man3/SDP_GET128.3.gz
395OLD_FILES+=usr/share/man/man3/SDP_GET16.3.gz
396OLD_FILES+=usr/share/man/man3/SDP_GET32.3.gz
397OLD_FILES+=usr/share/man/man3/SDP_GET64.3.gz
398OLD_FILES+=usr/share/man/man3/SDP_GET8.3.gz
399OLD_FILES+=usr/share/man/man3/SDP_PUT128.3.gz
400OLD_FILES+=usr/share/man/man3/SDP_PUT16.3.gz
401OLD_FILES+=usr/share/man/man3/SDP_PUT32.3.gz
402OLD_FILES+=usr/share/man/man3/SDP_PUT64.3.gz
403OLD_FILES+=usr/share/man/man3/SDP_PUT8.3.gz
404OLD_FILES+=usr/share/man/man3/bdaddr_any.3.gz
405OLD_FILES+=usr/share/man/man3/bdaddr_copy.3.gz
406OLD_FILES+=usr/share/man/man3/bdaddr_same.3.gz
407OLD_FILES+=usr/share/man/man3/bluetooth.3.gz
408OLD_FILES+=usr/share/man/man3/bt_aton.3.gz
409OLD_FILES+=usr/share/man/man3/bt_devaddr.3.gz
410OLD_FILES+=usr/share/man/man3/bt_devclose.3.gz
411OLD_FILES+=usr/share/man/man3/bt_devenum.3.gz
412OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz
413OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_clr.3.gz
414OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_set.3.gz
415OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_tst.3.gz
416OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_clr.3.gz
417OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_set.3.gz
418OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_tst.3.gz
419OLD_FILES+=usr/share/man/man3/bt_devinfo.3.gz
420OLD_FILES+=usr/share/man/man3/bt_devinquiry.3.gz
421OLD_FILES+=usr/share/man/man3/bt_devname.3.gz
422OLD_FILES+=usr/share/man/man3/bt_devopen.3.gz
423OLD_FILES+=usr/share/man/man3/bt_devreq.3.gz
424OLD_FILES+=usr/share/man/man3/bt_devsend.3.gz
425OLD_FILES+=usr/share/man/man3/bt_endhostent.3.gz
426OLD_FILES+=usr/share/man/man3/bt_endprotoent.3.gz
427OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz
428OLD_FILES+=usr/share/man/man3/bt_gethostbyname.3.gz
429OLD_FILES+=usr/share/man/man3/bt_gethostent.3.gz
430OLD_FILES+=usr/share/man/man3/bt_getprotobyname.3.gz
431OLD_FILES+=usr/share/man/man3/bt_getprotobynumber.3.gz
432OLD_FILES+=usr/share/man/man3/bt_getprotoent.3.gz
433OLD_FILES+=usr/share/man/man3/bt_ntoa.3.gz
434OLD_FILES+=usr/share/man/man3/bt_sethostent.3.gz
435OLD_FILES+=usr/share/man/man3/bt_setprotoent.3.gz
436OLD_FILES+=usr/share/man/man3/sdp.3.gz
437OLD_FILES+=usr/share/man/man3/sdp_attr2desc.3.gz
438OLD_FILES+=usr/share/man/man3/sdp_change_service.3.gz
439OLD_FILES+=usr/share/man/man3/sdp_close.3.gz
440OLD_FILES+=usr/share/man/man3/sdp_error.3.gz
441OLD_FILES+=usr/share/man/man3/sdp_open.3.gz
442OLD_FILES+=usr/share/man/man3/sdp_open_local.3.gz
443OLD_FILES+=usr/share/man/man3/sdp_register_service.3.gz
444OLD_FILES+=usr/share/man/man3/sdp_search.3.gz
445OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz
446OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz
447OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz
448OLD_FILES+=usr/share/man/man8/bcmfw.8.gz
449OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz
450OLD_FILES+=usr/share/man/man8/bthidcontrol.8.gz
451OLD_FILES+=usr/share/man/man8/bthidd.8.gz
452OLD_FILES+=usr/share/man/man8/btpand.8.gz
453OLD_FILES+=usr/share/man/man8/hccontrol.8.gz
454OLD_FILES+=usr/share/man/man8/hcsecd.8.gz
455OLD_FILES+=usr/share/man/man8/hcseriald.8.gz
456OLD_FILES+=usr/share/man/man8/l2control.8.gz
457OLD_FILES+=usr/share/man/man8/l2ping.8.gz
458OLD_FILES+=usr/share/man/man8/rfcomm_pppd.8.gz
459OLD_FILES+=usr/share/man/man8/sdpcontrol.8.gz
460OLD_FILES+=usr/share/man/man8/sdpd.8.gz
461.endif
462
463#.if ${MK_BOOT} == no
464# to be filled in
465#.endif
466
467.if ${MK_CALENDAR} == no
468OLD_FILES+=etc/periodic/daily/300.calendar
469OLD_FILES+=usr/bin/calendar
470OLD_FILES+=usr/share/calendar/calendar.all
471OLD_FILES+=usr/share/calendar/calendar.australia
472OLD_FILES+=usr/share/calendar/calendar.birthday
473OLD_FILES+=usr/share/calendar/calendar.christian
474OLD_FILES+=usr/share/calendar/calendar.computer
475OLD_FILES+=usr/share/calendar/calendar.croatian
476OLD_FILES+=usr/share/calendar/calendar.dutch
477OLD_FILES+=usr/share/calendar/calendar.freebsd
478OLD_FILES+=usr/share/calendar/calendar.french
479OLD_FILES+=usr/share/calendar/calendar.german
480OLD_FILES+=usr/share/calendar/calendar.history
481OLD_FILES+=usr/share/calendar/calendar.holiday
482OLD_FILES+=usr/share/calendar/calendar.hungarian
483OLD_FILES+=usr/share/calendar/calendar.judaic
484OLD_FILES+=usr/share/calendar/calendar.lotr
485OLD_FILES+=usr/share/calendar/calendar.music
486OLD_FILES+=usr/share/calendar/calendar.newzealand
487OLD_FILES+=usr/share/calendar/calendar.russian
488OLD_FILES+=usr/share/calendar/calendar.southafrica
489OLD_FILES+=usr/share/calendar/calendar.ukrainian
490OLD_FILES+=usr/share/calendar/calendar.usholiday
491OLD_FILES+=usr/share/calendar/calendar.world
492OLD_DIRS+=usr/share/calendar/de_AT.ISO_8859-15
493OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag
494OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all
495OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag
496OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte
497OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche
498OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur
499OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik
500OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft
501OLD_FILES+=usr/share/calendar/de_DE.ISO8859-15
502OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all
503OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes
504OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french
505OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies
506OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes
507OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-15
508OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all
509OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici
510OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all
511OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok
512OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek
513OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all
514OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common
515OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday
516OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military
517OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.msk
518OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox
519OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan
520OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all
521OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday
522OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc
523OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox
524OLD_FILES+=usr/share/man/man1/calendar.1.gz
525.endif
526
527.if ${MK_CDDL} == no
528OLD_LIBS+=lib/libavl.so.2
529OLD_LIBS+=lib/libctf.so.2
530OLD_LIBS+=lib/libdtrace.so.2
531OLD_LIBS+=lib/libnvpair.so.2
532OLD_LIBS+=lib/libumem.so.2
533OLD_LIBS+=lib/libuutil.so.2
534OLD_FILES+=usr/bin/ctfconvert
535OLD_FILES+=usr/bin/ctfdump
536OLD_FILES+=usr/bin/ctfmerge
537OLD_FILES+=usr/bin/sgsmsg
538OLD_FILES+=usr/lib/dtrace/drti.o
539OLD_FILES+=usr/lib/dtrace/errno.d
540OLD_FILES+=usr/lib/dtrace/psinfo.d
541OLD_FILES+=usr/lib/dtrace/signal.d
542OLD_FILES+=usr/lib/dtrace/unistd.d
543OLD_FILES+=usr/lib/libavl.a
544OLD_FILES+=usr/lib/libavl.so
545OLD_FILES+=usr/lib/libavl_p.a
546OLD_FILES+=usr/lib/libctf.a
547OLD_FILES+=usr/lib/libctf.so
548OLD_FILES+=usr/lib/libctf_p.a
549OLD_FILES+=usr/lib/libdtrace.a
550OLD_FILES+=usr/lib/libdtrace.so
551OLD_FILES+=usr/lib/libdtrace_p.a
552OLD_FILES+=usr/lib/libnvpair.a
553OLD_FILES+=usr/lib/libnvpair.so
554OLD_FILES+=usr/lib/libnvpair_p.a
555OLD_FILES+=usr/lib/libumem.a
556OLD_FILES+=usr/lib/libumem.so
557OLD_FILES+=usr/lib/libumem_p.a
558OLD_FILES+=usr/lib/libuutil.a
559OLD_FILES+=usr/lib/libuutil.so
560OLD_FILES+=usr/lib/libuutil_p.a
561.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
562OLD_FILES+=usr/lib32/dtrace/drti.o
563OLD_FILES+=usr/lib32/libavl.a
564OLD_FILES+=usr/lib32/libavl.so
565OLD_LIBS+=usr/lib32/libavl.so.2
566OLD_FILES+=usr/lib32/libavl_p.a
567OLD_FILES+=usr/lib32/libctf.a
568OLD_FILES+=usr/lib32/libctf.so
569OLD_LIBS+=usr/lib32/libctf.so.2
570OLD_FILES+=usr/lib32/libctf_p.a
571OLD_FILES+=usr/lib32/libdtrace.a
572OLD_FILES+=usr/lib32/libdtrace.so
573OLD_LIBS+=usr/lib32/libdtrace.so.2
574OLD_FILES+=usr/lib32/libdtrace_p.a
575OLD_FILES+=usr/lib32/libnvpair.a
576OLD_FILES+=usr/lib32/libnvpair.so
577OLD_LIBS+=usr/lib32/libnvpair.so.2
578OLD_FILES+=usr/lib32/libnvpair_p.a
579OLD_FILES+=usr/lib32/libumem.a
580OLD_FILES+=usr/lib32/libumem.so
581OLD_LIBS+=usr/lib32/libumem.so.2
582OLD_FILES+=usr/lib32/libumem_p.a
583OLD_FILES+=usr/lib32/libuutil.a
584OLD_FILES+=usr/lib32/libuutil.so
585OLD_LIBS+=usr/lib32/libuutil.so.2
586OLD_FILES+=usr/lib32/libuutil_p.a
587.endif
588OLD_FILES+=usr/sbin/dtrace
589OLD_FILES+=usr/sbin/lockstat
590OLD_FILES+=usr/share/man/man1/dtrace.1.gz
591.endif
592
593.if ${MK_ZFS} == no
594OLD_FILES+=boot/gptzfsboot
595OLD_FILES+=boot/zfsboot
596OLD_FILES+=boot/zfsloader
597OLD_FILES+=etc/periodic/daily/404.status-zfs
598OLD_FILES+=etc/periodic/daily/800.scrub-zfs
599OLD_LIBS+=lib/libzfs.so.2
600OLD_LIBS+=lib/libzpool.so.2
601OLD_FILES+=rescue/zfs
602OLD_FILES+=rescue/zpool
603OLD_FILES+=sbin/zfs
604OLD_FILES+=sbin/zpool
605OLD_FILES+=usr/bin/zinject
606OLD_FILES+=usr/bin/ztest
607OLD_FILES+=usr/lib/libzfs.a
608OLD_FILES+=usr/lib/libzfs.so
609OLD_FILES+=usr/lib/libzfs_p.a
610OLD_FILES+=usr/lib/libzpool.a
611OLD_FILES+=usr/lib/libzpool.so
612.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
613OLD_FILES+=usr/lib32/libzfs.a
614OLD_FILES+=usr/lib32/libzfs.so
615OLD_LIBS+=usr/lib32/libzfs.so.2
616OLD_FILES+=usr/lib32/libzfs_p.a
617OLD_FILES+=usr/lib32/libzpool.a
618OLD_FILES+=usr/lib32/libzpool.so
619OLD_LIBS+=usr/lib32/libzpool.so.2
620.endif
621OLD_FILES+=usr/sbin/zdb
622OLD_FILES+=usr/share/man/man8/zdb.8.gz
623OLD_FILES+=usr/share/man/man8/zfs.8.gz
624OLD_FILES+=usr/share/man/man8/zpool.8.gz
625.endif
626
627.if ${MK_CLANG} == no
628OLD_FILES+=usr/bin/clang
629OLD_FILES+=usr/bin/clang++
630OLD_FILES+=usr/bin/clang-cpp
631OLD_FILES+=usr/bin/clang-tblgen
632OLD_FILES+=usr/bin/tblgen
633OLD_FILES+=usr/include/clang/2.8/emmintrin.h
634OLD_FILES+=usr/include/clang/2.8/mm_malloc.h
635OLD_FILES+=usr/include/clang/2.8/mmintrin.h
636OLD_FILES+=usr/include/clang/2.8/pmmintrin.h
637OLD_FILES+=usr/include/clang/2.8/tmmintrin.h
638OLD_FILES+=usr/include/clang/2.8/xmmintrin.h
639OLD_DIRS+=usr/include/clang/2.8
640OLD_FILES+=usr/include/clang/2.9/emmintrin.h
641OLD_FILES+=usr/include/clang/2.9/mm_malloc.h
642OLD_FILES+=usr/include/clang/2.9/mmintrin.h
643OLD_FILES+=usr/include/clang/2.9/pmmintrin.h
644OLD_FILES+=usr/include/clang/2.9/tmmintrin.h
645OLD_FILES+=usr/include/clang/2.9/xmmintrin.h
646OLD_DIRS+=usr/include/clang/2.9
647OLD_FILES+=usr/include/clang/3.0/altivec.h
648OLD_FILES+=usr/include/clang/3.0/avxintrin.h
649OLD_FILES+=usr/include/clang/3.0/emmintrin.h
650OLD_FILES+=usr/include/clang/3.0/immintrin.h
651OLD_FILES+=usr/include/clang/3.0/mm3dnow.h
652OLD_FILES+=usr/include/clang/3.0/mm_malloc.h
653OLD_FILES+=usr/include/clang/3.0/mmintrin.h
654OLD_FILES+=usr/include/clang/3.0/nmmintrin.h
655OLD_FILES+=usr/include/clang/3.0/pmmintrin.h
656OLD_FILES+=usr/include/clang/3.0/smmintrin.h
657OLD_FILES+=usr/include/clang/3.0/tmmintrin.h
658OLD_FILES+=usr/include/clang/3.0/wmmintrin.h
659OLD_FILES+=usr/include/clang/3.0/x86intrin.h
660OLD_FILES+=usr/include/clang/3.0/xmmintrin.h
661OLD_DIRS+=usr/include/clang/3.0
662OLD_FILES+=usr/include/clang/3.1/altivec.h
663OLD_FILES+=usr/include/clang/3.1/avx2intrin.h
664OLD_FILES+=usr/include/clang/3.1/avxintrin.h
665OLD_FILES+=usr/include/clang/3.1/bmi2intrin.h
666OLD_FILES+=usr/include/clang/3.1/bmiintrin.h
667OLD_FILES+=usr/include/clang/3.1/cpuid.h
668OLD_FILES+=usr/include/clang/3.1/emmintrin.h
669OLD_FILES+=usr/include/clang/3.1/fma4intrin.h
670OLD_FILES+=usr/include/clang/3.1/immintrin.h
671OLD_FILES+=usr/include/clang/3.1/lzcntintrin.h
672OLD_FILES+=usr/include/clang/3.1/mm3dnow.h
673OLD_FILES+=usr/include/clang/3.1/mm_malloc.h
674OLD_FILES+=usr/include/clang/3.1/mmintrin.h
675OLD_FILES+=usr/include/clang/3.1/module.map
676OLD_FILES+=usr/include/clang/3.1/nmmintrin.h
677OLD_FILES+=usr/include/clang/3.1/pmmintrin.h
678OLD_FILES+=usr/include/clang/3.1/popcntintrin.h
679OLD_FILES+=usr/include/clang/3.1/smmintrin.h
680OLD_FILES+=usr/include/clang/3.1/tmmintrin.h
681OLD_FILES+=usr/include/clang/3.1/unwind.h
682OLD_FILES+=usr/include/clang/3.1/wmmintrin.h
683OLD_FILES+=usr/include/clang/3.1/x86intrin.h
684OLD_FILES+=usr/include/clang/3.1/xmmintrin.h
685OLD_DIRS+=usr/include/clang/3.1
662OLD_DIRS+=usr/include/clang
663OLD_FILES+=usr/share/doc/llvm/clang/LICENSE.TXT
664OLD_DIRS+=usr/share/doc/llvm/clang
665OLD_FILES+=usr/share/doc/llvm/COPYRIGHT.regex
666OLD_FILES+=usr/share/doc/llvm/LICENSE.TXT
667OLD_DIRS+=usr/share/doc/llvm
668OLD_FILES+=usr/share/man/man1/clang.1.gz
669OLD_FILES+=usr/share/man/man1/clang++.1.gz
670OLD_FILES+=usr/share/man/man1/clang-cpp.1.gz
671OLD_FILES+=usr/share/man/man1/tblgen.1.gz
672.endif
673
674.if ${MK_CLANG_EXTRAS} == no
675OLD_FILES+=usr/bin/bugpoint
676OLD_FILES+=usr/bin/llc
677OLD_FILES+=usr/bin/lli
678OLD_FILES+=usr/bin/llvm-ar
679OLD_FILES+=usr/bin/llvm-as
680OLD_FILES+=usr/bin/llvm-bcanalyzer
681OLD_FILES+=usr/bin/llvm-diff
682OLD_FILES+=usr/bin/llvm-dis
683OLD_FILES+=usr/bin/llvm-extract
684OLD_FILES+=usr/bin/llvm-ld
685OLD_FILES+=usr/bin/llvm-link
686OLD_FILES+=usr/bin/llvm-mc
687OLD_FILES+=usr/bin/llvm-nm
688OLD_FILES+=usr/bin/llvm-objdump
689OLD_FILES+=usr/bin/llvm-prof
690OLD_FILES+=usr/bin/llvm-ranlib
691OLD_FILES+=usr/bin/llvm-rtdyld
692OLD_FILES+=usr/bin/llvm-stub
693OLD_FILES+=usr/bin/macho-dump
694OLD_FILES+=usr/bin/opt
695OLD_FILES+=usr/share/man/man1/bugpoint.1.gz
696OLD_FILES+=usr/share/man/man1/llc.1.gz
697OLD_FILES+=usr/share/man/man1/lli.1.gz
698OLD_FILES+=usr/share/man/man1/llvm-ar.1.gz
699OLD_FILES+=usr/share/man/man1/llvm-as.1.gz
700OLD_FILES+=usr/share/man/man1/llvm-bcanalyzer.1.gz
701OLD_FILES+=usr/share/man/man1/llvm-diff.1.gz
702OLD_FILES+=usr/share/man/man1/llvm-dis.1.gz
703OLD_FILES+=usr/share/man/man1/llvm-extract.1.gz
704OLD_FILES+=usr/share/man/man1/llvm-ld.1.gz
705OLD_FILES+=usr/share/man/man1/llvm-link.1.gz
706OLD_FILES+=usr/share/man/man1/llvm-nm.1.gz
707OLD_FILES+=usr/share/man/man1/llvm-prof.1.gz
708OLD_FILES+=usr/share/man/man1/llvm-ranlib.1.gz
709OLD_FILES+=usr/share/man/man1/opt.1.gz
710.endif
711
712.if ${MK_CPP} == no
713OLD_FILES+=usr/bin/cpp
714OLD_FILES+=usr/share/man/man1/cpp.1.gz
715.endif
716
717#.if ${MK_CRYPT} == no
718# to be filled in
719#.endif
720
721.if ${MK_CTM} == no
722OLD_FILES+=usr/sbin/ctm
723OLD_FILES+=usr/sbin/ctm_dequeue
724OLD_FILES+=usr/sbin/ctm_rmail
725OLD_FILES+=usr/sbin/ctm_smail
726OLD_FILES+=usr/share/man/man1/ctm.1.gz
727OLD_FILES+=usr/share/man/man1/ctm_dequeue.1.gz
728OLD_FILES+=usr/share/man/man1/ctm_rmail.1.gz
729OLD_FILES+=usr/share/man/man1/ctm_smail.1.gz
730OLD_FILES+=usr/share/man/man5/ctm.5.gz
731.endif
732
733.if ${MK_CVS} == no
734OLD_FILES+=usr/bin/cvs
735OLD_FILES+=usr/bin/cvsbug
736OLD_FILES+=usr/share/examples/cvs/contrib/README
737OLD_FILES+=usr/share/examples/cvs/contrib/clmerge
738OLD_FILES+=usr/share/examples/cvs/contrib/cln_hist
739OLD_FILES+=usr/share/examples/cvs/contrib/commit_prep
740OLD_FILES+=usr/share/examples/cvs/contrib/cvs2vendor
741OLD_FILES+=usr/share/examples/cvs/contrib/cvs_acls
742OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck
743OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck.man
744OLD_FILES+=usr/share/examples/cvs/contrib/cvshelp.man
745OLD_FILES+=usr/share/examples/cvs/contrib/descend.man
746OLD_FILES+=usr/share/examples/cvs/contrib/easy-import
747OLD_FILES+=usr/share/examples/cvs/contrib/intro.doc
748OLD_FILES+=usr/share/examples/cvs/contrib/log
749OLD_FILES+=usr/share/examples/cvs/contrib/log_accum
750OLD_FILES+=usr/share/examples/cvs/contrib/mfpipe
751OLD_FILES+=usr/share/examples/cvs/contrib/rcs-to-cvs
752OLD_FILES+=usr/share/examples/cvs/contrib/rcs2log
753OLD_FILES+=usr/share/examples/cvs/contrib/rcslock
754OLD_FILES+=usr/share/examples/cvs/contrib/sccs2rcs
755OLD_FILES+=usr/share/info/cvs.info.gz
756OLD_FILES+=usr/share/info/cvsclient.info.gz
757OLD_FILES+=usr/share/man/man1/cvs.1.gz
758OLD_FILES+=usr/share/man/man5/cvs.5.gz
759OLD_FILES+=usr/share/man/man8/cvsbug.8.gz
760.endif
761
762# devd(8) and gperf(1) not listed here on purpose
763.if ${MK_CXX} == no
764OLD_FILES+=usr/bin/CC
765OLD_FILES+=usr/bin/c++
766OLD_FILES+=usr/bin/c++filt
767OLD_FILES+=usr/bin/g++
768OLD_FILES+=usr/include/c++/4.2/algorithm
769OLD_FILES+=usr/include/c++/4.2/backward/algo.h
770OLD_FILES+=usr/include/c++/4.2/backward/algobase.h
771OLD_FILES+=usr/include/c++/4.2/backward/alloc.h
772OLD_FILES+=usr/include/c++/4.2/backward/backward_warning.h
773OLD_FILES+=usr/include/c++/4.2/backward/bvector.h
774OLD_FILES+=usr/include/c++/4.2/backward/complex.h
775OLD_FILES+=usr/include/c++/4.2/backward/defalloc.h
776OLD_FILES+=usr/include/c++/4.2/backward/deque.h
777OLD_FILES+=usr/include/c++/4.2/backward/fstream.h
778OLD_FILES+=usr/include/c++/4.2/backward/function.h
779OLD_FILES+=usr/include/c++/4.2/backward/hash_map.h
780OLD_FILES+=usr/include/c++/4.2/backward/hash_set.h
781OLD_FILES+=usr/include/c++/4.2/backward/hashtable.h
782OLD_FILES+=usr/include/c++/4.2/backward/heap.h
783OLD_FILES+=usr/include/c++/4.2/backward/iomanip.h
784OLD_FILES+=usr/include/c++/4.2/backward/iostream.h
785OLD_FILES+=usr/include/c++/4.2/backward/istream.h
786OLD_FILES+=usr/include/c++/4.2/backward/iterator.h
787OLD_FILES+=usr/include/c++/4.2/backward/list.h
788OLD_FILES+=usr/include/c++/4.2/backward/map.h
789OLD_FILES+=usr/include/c++/4.2/backward/multimap.h
790OLD_FILES+=usr/include/c++/4.2/backward/multiset.h
791OLD_FILES+=usr/include/c++/4.2/backward/new.h
792OLD_FILES+=usr/include/c++/4.2/backward/ostream.h
793OLD_FILES+=usr/include/c++/4.2/backward/pair.h
794OLD_FILES+=usr/include/c++/4.2/backward/queue.h
795OLD_FILES+=usr/include/c++/4.2/backward/rope.h
796OLD_FILES+=usr/include/c++/4.2/backward/set.h
797OLD_FILES+=usr/include/c++/4.2/backward/slist.h
798OLD_FILES+=usr/include/c++/4.2/backward/stack.h
799OLD_FILES+=usr/include/c++/4.2/backward/stream.h
800OLD_FILES+=usr/include/c++/4.2/backward/streambuf.h
801OLD_FILES+=usr/include/c++/4.2/backward/strstream
802OLD_FILES+=usr/include/c++/4.2/backward/tempbuf.h
803OLD_FILES+=usr/include/c++/4.2/backward/tree.h
804OLD_FILES+=usr/include/c++/4.2/backward/vector.h
805OLD_FILES+=usr/include/c++/4.2/bits/allocator.h
806OLD_FILES+=usr/include/c++/4.2/bits/atomic_word.h
807OLD_FILES+=usr/include/c++/4.2/bits/basic_file.h
808OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.h
809OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.tcc
810OLD_FILES+=usr/include/c++/4.2/bits/basic_string.h
811OLD_FILES+=usr/include/c++/4.2/bits/basic_string.tcc
812OLD_FILES+=usr/include/c++/4.2/bits/boost_concept_check.h
813OLD_FILES+=usr/include/c++/4.2/bits/c++allocator.h
814OLD_FILES+=usr/include/c++/4.2/bits/c++config.h
815OLD_FILES+=usr/include/c++/4.2/bits/c++io.h
816OLD_FILES+=usr/include/c++/4.2/bits/c++locale.h
817OLD_FILES+=usr/include/c++/4.2/bits/c++locale_internal.h
818OLD_FILES+=usr/include/c++/4.2/bits/char_traits.h
819OLD_FILES+=usr/include/c++/4.2/bits/cmath.tcc
820OLD_FILES+=usr/include/c++/4.2/bits/codecvt.h
821OLD_FILES+=usr/include/c++/4.2/bits/compatibility.h
822OLD_FILES+=usr/include/c++/4.2/bits/concept_check.h
823OLD_FILES+=usr/include/c++/4.2/bits/cpp_type_traits.h
824OLD_FILES+=usr/include/c++/4.2/bits/cpu_defines.h
825OLD_FILES+=usr/include/c++/4.2/bits/ctype_base.h
826OLD_FILES+=usr/include/c++/4.2/bits/ctype_inline.h
827OLD_FILES+=usr/include/c++/4.2/bits/ctype_noninline.h
828OLD_FILES+=usr/include/c++/4.2/bits/cxxabi_tweaks.h
829OLD_FILES+=usr/include/c++/4.2/bits/deque.tcc
830OLD_FILES+=usr/include/c++/4.2/bits/fstream.tcc
831OLD_FILES+=usr/include/c++/4.2/bits/functexcept.h
832OLD_FILES+=usr/include/c++/4.2/bits/gslice.h
833OLD_FILES+=usr/include/c++/4.2/bits/gslice_array.h
834OLD_FILES+=usr/include/c++/4.2/bits/gthr-default.h
835OLD_FILES+=usr/include/c++/4.2/bits/gthr-posix.h
836OLD_FILES+=usr/include/c++/4.2/bits/gthr-single.h
837OLD_FILES+=usr/include/c++/4.2/bits/gthr-tpf.h
838OLD_FILES+=usr/include/c++/4.2/bits/gthr.h
839OLD_FILES+=usr/include/c++/4.2/bits/indirect_array.h
840OLD_FILES+=usr/include/c++/4.2/bits/ios_base.h
841OLD_FILES+=usr/include/c++/4.2/bits/istream.tcc
842OLD_FILES+=usr/include/c++/4.2/bits/list.tcc
843OLD_FILES+=usr/include/c++/4.2/bits/locale_classes.h
844OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.h
845OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.tcc
846OLD_FILES+=usr/include/c++/4.2/bits/localefwd.h
847OLD_FILES+=usr/include/c++/4.2/bits/mask_array.h
848OLD_FILES+=usr/include/c++/4.2/bits/messages_members.h
849OLD_FILES+=usr/include/c++/4.2/bits/os_defines.h
850OLD_FILES+=usr/include/c++/4.2/bits/ostream.tcc
851OLD_FILES+=usr/include/c++/4.2/bits/ostream_insert.h
852OLD_FILES+=usr/include/c++/4.2/bits/postypes.h
853OLD_FILES+=usr/include/c++/4.2/bits/slice_array.h
854OLD_FILES+=usr/include/c++/4.2/bits/sstream.tcc
855OLD_FILES+=usr/include/c++/4.2/bits/stl_algo.h
856OLD_FILES+=usr/include/c++/4.2/bits/stl_algobase.h
857OLD_FILES+=usr/include/c++/4.2/bits/stl_bvector.h
858OLD_FILES+=usr/include/c++/4.2/bits/stl_construct.h
859OLD_FILES+=usr/include/c++/4.2/bits/stl_deque.h
860OLD_FILES+=usr/include/c++/4.2/bits/stl_function.h
861OLD_FILES+=usr/include/c++/4.2/bits/stl_heap.h
862OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator.h
863OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_funcs.h
864OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_types.h
865OLD_FILES+=usr/include/c++/4.2/bits/stl_list.h
866OLD_FILES+=usr/include/c++/4.2/bits/stl_map.h
867OLD_FILES+=usr/include/c++/4.2/bits/stl_multimap.h
868OLD_FILES+=usr/include/c++/4.2/bits/stl_multiset.h
869OLD_FILES+=usr/include/c++/4.2/bits/stl_numeric.h
870OLD_FILES+=usr/include/c++/4.2/bits/stl_pair.h
871OLD_FILES+=usr/include/c++/4.2/bits/stl_queue.h
872OLD_FILES+=usr/include/c++/4.2/bits/stl_raw_storage_iter.h
873OLD_FILES+=usr/include/c++/4.2/bits/stl_relops.h
874OLD_FILES+=usr/include/c++/4.2/bits/stl_set.h
875OLD_FILES+=usr/include/c++/4.2/bits/stl_stack.h
876OLD_FILES+=usr/include/c++/4.2/bits/stl_tempbuf.h
877OLD_FILES+=usr/include/c++/4.2/bits/stl_tree.h
878OLD_FILES+=usr/include/c++/4.2/bits/stl_uninitialized.h
879OLD_FILES+=usr/include/c++/4.2/bits/stl_vector.h
880OLD_FILES+=usr/include/c++/4.2/bits/stream_iterator.h
881OLD_FILES+=usr/include/c++/4.2/bits/streambuf.tcc
882OLD_FILES+=usr/include/c++/4.2/bits/streambuf_iterator.h
883OLD_FILES+=usr/include/c++/4.2/bits/stringfwd.h
884OLD_FILES+=usr/include/c++/4.2/bits/time_members.h
885OLD_FILES+=usr/include/c++/4.2/bits/valarray_after.h
886OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.h
887OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.tcc
888OLD_FILES+=usr/include/c++/4.2/bits/valarray_before.h
889OLD_FILES+=usr/include/c++/4.2/bits/vector.tcc
890OLD_FILES+=usr/include/c++/4.2/bitset
891OLD_FILES+=usr/include/c++/4.2/cassert
892OLD_FILES+=usr/include/c++/4.2/cctype
893OLD_FILES+=usr/include/c++/4.2/cerrno
894OLD_FILES+=usr/include/c++/4.2/cfloat
895OLD_FILES+=usr/include/c++/4.2/ciso646
896OLD_FILES+=usr/include/c++/4.2/climits
897OLD_FILES+=usr/include/c++/4.2/clocale
898OLD_FILES+=usr/include/c++/4.2/cmath
899OLD_FILES+=usr/include/c++/4.2/complex
900OLD_FILES+=usr/include/c++/4.2/csetjmp
901OLD_FILES+=usr/include/c++/4.2/csignal
902OLD_FILES+=usr/include/c++/4.2/cstdarg
903OLD_FILES+=usr/include/c++/4.2/cstddef
904OLD_FILES+=usr/include/c++/4.2/cstdio
905OLD_FILES+=usr/include/c++/4.2/cstdlib
906OLD_FILES+=usr/include/c++/4.2/cstring
907OLD_FILES+=usr/include/c++/4.2/ctime
908OLD_FILES+=usr/include/c++/4.2/cwchar
909OLD_FILES+=usr/include/c++/4.2/cwctype
910OLD_FILES+=usr/include/c++/4.2/cxxabi.h
911OLD_FILES+=usr/include/c++/4.2/debug/bitset
912OLD_FILES+=usr/include/c++/4.2/debug/debug.h
913OLD_FILES+=usr/include/c++/4.2/debug/deque
914OLD_FILES+=usr/include/c++/4.2/debug/formatter.h
915OLD_FILES+=usr/include/c++/4.2/debug/functions.h
916OLD_FILES+=usr/include/c++/4.2/debug/hash_map
917OLD_FILES+=usr/include/c++/4.2/debug/hash_map.h
918OLD_FILES+=usr/include/c++/4.2/debug/hash_multimap.h
919OLD_FILES+=usr/include/c++/4.2/debug/hash_multiset.h
920OLD_FILES+=usr/include/c++/4.2/debug/hash_set
921OLD_FILES+=usr/include/c++/4.2/debug/hash_set.h
922OLD_FILES+=usr/include/c++/4.2/debug/list
923OLD_FILES+=usr/include/c++/4.2/debug/macros.h
924OLD_FILES+=usr/include/c++/4.2/debug/map
925OLD_FILES+=usr/include/c++/4.2/debug/map.h
926OLD_FILES+=usr/include/c++/4.2/debug/multimap.h
927OLD_FILES+=usr/include/c++/4.2/debug/multiset.h
928OLD_FILES+=usr/include/c++/4.2/debug/safe_base.h
929OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.h
930OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.tcc
931OLD_FILES+=usr/include/c++/4.2/debug/safe_sequence.h
932OLD_FILES+=usr/include/c++/4.2/debug/set
933OLD_FILES+=usr/include/c++/4.2/debug/set.h
934OLD_FILES+=usr/include/c++/4.2/debug/string
935OLD_FILES+=usr/include/c++/4.2/debug/vector
936OLD_FILES+=usr/include/c++/4.2/deque
937OLD_FILES+=usr/include/c++/4.2/exception
938OLD_FILES+=usr/include/c++/4.2/exception_defines.h
939OLD_FILES+=usr/include/c++/4.2/ext/algorithm
940OLD_FILES+=usr/include/c++/4.2/ext/array_allocator.h
941OLD_FILES+=usr/include/c++/4.2/ext/atomicity.h
942OLD_FILES+=usr/include/c++/4.2/ext/bitmap_allocator.h
943OLD_FILES+=usr/include/c++/4.2/ext/codecvt_specializations.h
944OLD_FILES+=usr/include/c++/4.2/ext/concurrence.h
945OLD_FILES+=usr/include/c++/4.2/ext/debug_allocator.h
946OLD_FILES+=usr/include/c++/4.2/ext/functional
947OLD_FILES+=usr/include/c++/4.2/ext/hash_fun.h
948OLD_FILES+=usr/include/c++/4.2/ext/hash_map
949OLD_FILES+=usr/include/c++/4.2/ext/hash_set
950OLD_FILES+=usr/include/c++/4.2/ext/hashtable.h
951OLD_FILES+=usr/include/c++/4.2/ext/iterator
952OLD_FILES+=usr/include/c++/4.2/ext/malloc_allocator.h
953OLD_FILES+=usr/include/c++/4.2/ext/memory
954OLD_FILES+=usr/include/c++/4.2/ext/mt_allocator.h
955OLD_FILES+=usr/include/c++/4.2/ext/new_allocator.h
956OLD_FILES+=usr/include/c++/4.2/ext/numeric
957OLD_FILES+=usr/include/c++/4.2/ext/numeric_traits.h
958OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/assoc_container.hpp
959OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp
960OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp
961OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/traits.hpp
962OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_types.hpp
963OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
964OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
965OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
966OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
967OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
968OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
969OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
970OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
971OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
972OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
973OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
974OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
975OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
976OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
977OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
978OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
979OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp
980OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
981OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
982OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp
983OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
984OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
985OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
986OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
987OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
988OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
989OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
990OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
991OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
992OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
993OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
994OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
995OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
996OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
997OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
998OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
999OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
1000OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
1001OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
1002OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
1003OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
1004OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
1005OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
1006OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
1007OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
1008OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
1009OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
1010OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1011OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1012OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
1013OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1014OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
1015OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
1016OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
1017OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1018OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
1019OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
1020OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
1021OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
1022OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
1023OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1024OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
1025OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
1026OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
1027OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
1028OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1029OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
1030OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
1031OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp
1032OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
1033OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cond_dealtor.hpp
1034OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
1035OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/container_base_dispatch.hpp
1036OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
1037OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
1038OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
1039OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1040OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1041OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
1042OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1043OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
1044OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
1045OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1046OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
1047OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
1048OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
1049OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
1050OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
1051OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
1052OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
1053OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1054OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
1055OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
1056OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
1057OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
1058OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1059OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
1060OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp
1061OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
1062OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
1063OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
1064OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
1065OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
1066OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
1067OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
1068OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
1069OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
1070OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
1071OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
1072OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
1073OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
1074OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
1075OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
1076OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp
1077OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
1078OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
1079OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
1080OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
1081OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
1082OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
1083OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
1084OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
1085OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
1086OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
1087OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
1088OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
1089OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
1090OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
1091OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
1092OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
1093OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
1094OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
1095OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
1096OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
1097OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
1098OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
1099OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp
1100OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp
1101OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
1102OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/map_debug_base.hpp
1103OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp
1104OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
1105OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
1106OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
1107OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
1108OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
1109OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
1110OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
1111OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
1112OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
1113OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
1114OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp
1115OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
1116OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
1117OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
1118OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
1119OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
1120OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
1121OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
1122OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/child_iterator.hpp
1123OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp
1124OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp
1125OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
1126OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
1127OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
1128OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
1129OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/head.hpp
1130OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
1131OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
1132OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/internal_node.hpp
1133OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
1134OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/leaf.hpp
1135OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_base.hpp
1136OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_iterators.hpp
1137OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp
1138OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
1139OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/point_iterators.hpp
1140OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
1141OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
1142OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
1143OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
1144OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
1145OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp
1146OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
1147OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/traits.hpp
1148OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
1149OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
1150OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
1151OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
1152OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
1153OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
1154OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
1155OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
1156OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/node.hpp
1157OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
1158OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
1159OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp
1160OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
1161OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
1162OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
1163OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
1164OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
1165OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
1166OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
1167OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
1168OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
1169OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
1170OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
1171OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
1172OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
1173OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
1174OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
1175OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
1176OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
1177OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
1178OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
1179OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
1180OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
1181OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
1182OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
1183OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/node.hpp
1184OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
1185OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
1186OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
1187OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/traits.hpp
1188OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/standard_policies.hpp
1189OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
1190OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
1191OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
1192OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
1193OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
1194OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
1195OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
1196OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
1197OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
1198OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp
1199OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
1200OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
1201OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_trace_base.hpp
1202OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
1203OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp
1204OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
1205OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
1206OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp
1207OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
1208OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp
1209OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
1210OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/type_utils.hpp
1211OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/types_traits.hpp
1212OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
1213OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp
1214OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp
1215OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
1216OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/exception.hpp
1217OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/hash_policy.hpp
1218OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/list_update_policy.hpp
1219OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/priority_queue.hpp
1220OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tag_and_trait.hpp
1221OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tree_policy.hpp
1222OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/trie_policy.hpp
1223OLD_FILES+=usr/include/c++/4.2/ext/pod_char_traits.h
1224OLD_FILES+=usr/include/c++/4.2/ext/pool_allocator.h
1225OLD_FILES+=usr/include/c++/4.2/ext/rb_tree
1226OLD_FILES+=usr/include/c++/4.2/ext/rc_string_base.h
1227OLD_FILES+=usr/include/c++/4.2/ext/rope
1228OLD_FILES+=usr/include/c++/4.2/ext/ropeimpl.h
1229OLD_FILES+=usr/include/c++/4.2/ext/slist
1230OLD_FILES+=usr/include/c++/4.2/ext/sso_string_base.h
1231OLD_FILES+=usr/include/c++/4.2/ext/stdio_filebuf.h
1232OLD_FILES+=usr/include/c++/4.2/ext/stdio_sync_filebuf.h
1233OLD_FILES+=usr/include/c++/4.2/ext/throw_allocator.h
1234OLD_FILES+=usr/include/c++/4.2/ext/type_traits.h
1235OLD_FILES+=usr/include/c++/4.2/ext/typelist.h
1236OLD_FILES+=usr/include/c++/4.2/ext/vstring.h
1237OLD_FILES+=usr/include/c++/4.2/ext/vstring.tcc
1238OLD_FILES+=usr/include/c++/4.2/ext/vstring_fwd.h
1239OLD_FILES+=usr/include/c++/4.2/ext/vstring_util.h
1240OLD_FILES+=usr/include/c++/4.2/fstream
1241OLD_FILES+=usr/include/c++/4.2/functional
1242OLD_FILES+=usr/include/c++/4.2/iomanip
1243OLD_FILES+=usr/include/c++/4.2/ios
1244OLD_FILES+=usr/include/c++/4.2/iosfwd
1245OLD_FILES+=usr/include/c++/4.2/iostream
1246OLD_FILES+=usr/include/c++/4.2/istream
1247OLD_FILES+=usr/include/c++/4.2/iterator
1248OLD_FILES+=usr/include/c++/4.2/limits
1249OLD_FILES+=usr/include/c++/4.2/list
1250OLD_FILES+=usr/include/c++/4.2/locale
1251OLD_FILES+=usr/include/c++/4.2/map
1252OLD_FILES+=usr/include/c++/4.2/memory
1253OLD_FILES+=usr/include/c++/4.2/new
1254OLD_FILES+=usr/include/c++/4.2/numeric
1255OLD_FILES+=usr/include/c++/4.2/ostream
1256OLD_FILES+=usr/include/c++/4.2/queue
1257OLD_FILES+=usr/include/c++/4.2/set
1258OLD_FILES+=usr/include/c++/4.2/sstream
1259OLD_FILES+=usr/include/c++/4.2/stack
1260OLD_FILES+=usr/include/c++/4.2/stdexcept
1261OLD_FILES+=usr/include/c++/4.2/streambuf
1262OLD_FILES+=usr/include/c++/4.2/string
1263OLD_FILES+=usr/include/c++/4.2/tr1/array
1264OLD_FILES+=usr/include/c++/4.2/tr1/bind_iterate.h
1265OLD_FILES+=usr/include/c++/4.2/tr1/bind_repeat.h
1266OLD_FILES+=usr/include/c++/4.2/tr1/boost_shared_ptr.h
1267OLD_FILES+=usr/include/c++/4.2/tr1/cctype
1268OLD_FILES+=usr/include/c++/4.2/tr1/cfenv
1269OLD_FILES+=usr/include/c++/4.2/tr1/cfloat
1270OLD_FILES+=usr/include/c++/4.2/tr1/cinttypes
1271OLD_FILES+=usr/include/c++/4.2/tr1/climits
1272OLD_FILES+=usr/include/c++/4.2/tr1/cmath
1273OLD_FILES+=usr/include/c++/4.2/tr1/common.h
1274OLD_FILES+=usr/include/c++/4.2/tr1/complex
1275OLD_FILES+=usr/include/c++/4.2/tr1/cstdarg
1276OLD_FILES+=usr/include/c++/4.2/tr1/cstdbool
1277OLD_FILES+=usr/include/c++/4.2/tr1/cstdint
1278OLD_FILES+=usr/include/c++/4.2/tr1/cstdio
1279OLD_FILES+=usr/include/c++/4.2/tr1/cstdlib
1280OLD_FILES+=usr/include/c++/4.2/tr1/ctgmath
1281OLD_FILES+=usr/include/c++/4.2/tr1/ctime
1282OLD_FILES+=usr/include/c++/4.2/tr1/ctype.h
1283OLD_FILES+=usr/include/c++/4.2/tr1/cwchar
1284OLD_FILES+=usr/include/c++/4.2/tr1/cwctype
1285OLD_FILES+=usr/include/c++/4.2/tr1/fenv.h
1286OLD_FILES+=usr/include/c++/4.2/tr1/float.h
1287OLD_FILES+=usr/include/c++/4.2/tr1/functional
1288OLD_FILES+=usr/include/c++/4.2/tr1/functional_hash.h
1289OLD_FILES+=usr/include/c++/4.2/tr1/functional_iterate.h
1290OLD_FILES+=usr/include/c++/4.2/tr1/hashtable
1291OLD_FILES+=usr/include/c++/4.2/tr1/hashtable_policy.h
1292OLD_FILES+=usr/include/c++/4.2/tr1/inttypes.h
1293OLD_FILES+=usr/include/c++/4.2/tr1/limits.h
1294OLD_FILES+=usr/include/c++/4.2/tr1/math.h
1295OLD_FILES+=usr/include/c++/4.2/tr1/memory
1296OLD_FILES+=usr/include/c++/4.2/tr1/mu_iterate.h
1297OLD_FILES+=usr/include/c++/4.2/tr1/random
1298OLD_FILES+=usr/include/c++/4.2/tr1/random.tcc
1299OLD_FILES+=usr/include/c++/4.2/tr1/ref_fwd.h
1300OLD_FILES+=usr/include/c++/4.2/tr1/ref_wrap_iterate.h
1301OLD_FILES+=usr/include/c++/4.2/tr1/repeat.h
1302OLD_FILES+=usr/include/c++/4.2/tr1/stdarg.h
1303OLD_FILES+=usr/include/c++/4.2/tr1/stdbool.h
1304OLD_FILES+=usr/include/c++/4.2/tr1/stdint.h
1305OLD_FILES+=usr/include/c++/4.2/tr1/stdio.h
1306OLD_FILES+=usr/include/c++/4.2/tr1/stdlib.h
1307OLD_FILES+=usr/include/c++/4.2/tr1/tgmath.h
1308OLD_FILES+=usr/include/c++/4.2/tr1/tuple
1309OLD_FILES+=usr/include/c++/4.2/tr1/tuple_defs.h
1310OLD_FILES+=usr/include/c++/4.2/tr1/tuple_iterate.h
1311OLD_FILES+=usr/include/c++/4.2/tr1/type_traits
1312OLD_FILES+=usr/include/c++/4.2/tr1/type_traits_fwd.h
1313OLD_FILES+=usr/include/c++/4.2/tr1/unordered_map
1314OLD_FILES+=usr/include/c++/4.2/tr1/unordered_set
1315OLD_FILES+=usr/include/c++/4.2/tr1/utility
1316OLD_FILES+=usr/include/c++/4.2/tr1/wchar.h
1317OLD_FILES+=usr/include/c++/4.2/tr1/wctype.h
1318OLD_FILES+=usr/include/c++/4.2/typeinfo
1319OLD_FILES+=usr/include/c++/4.2/utility
1320OLD_FILES+=usr/include/c++/4.2/valarray
1321OLD_FILES+=usr/include/c++/4.2/vector
1322OLD_FILES+=usr/lib/libstdc++.a
1323# Keep libs to allow bootstrapping g++(1) with gperf(1)
1324#OLD_LIBS+=usr/lib/libstdc++.so
1325#OLD_LIBS+=usr/lib/libstdc++.so.6
1326OLD_FILES+=usr/lib/libstdc++_p.a
1327OLD_FILES+=usr/lib/libsupc++.a
1328OLD_FILES+=usr/lib/libsupc++_p.a
1329OLD_FILES+=usr/libexec/cc1plus
1330.endif
1331
1332.if ${MK_DICT} == no
1333OLD_FILES+=usr/share/dict/README
1334OLD_FILES+=usr/share/dict/freebsd
1335OLD_FILES+=usr/share/dict/propernames
1336OLD_FILES+=usr/share/dict/web2
1337OLD_FILES+=usr/share/dict/web2a
1338OLD_FILES+=usr/share/dict/words
1339.endif
1340
1341#.if ${MK_EXAMPLES} == no
1342# to be filled in
1343#.endif
1344
1345.if ${MK_FLOPPY} == no
1346OLD_FILES+=usr/sbin/fdcontrol
1347OLD_FILES+=usr/sbin/fdformat
1348OLD_FILES+=usr/sbin/fdread
1349OLD_FILES+=usr/sbin/fdwrite
1350OLD_FILES+=usr/share/man/man1/fdformat.1.gz
1351OLD_FILES+=usr/share/man/man1/fdread.1.gz
1352OLD_FILES+=usr/share/man/man1/fdwrite.1.gz
1353OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
1354.endif
1355
1356.if ${MK_FREEBSD_UPDATE} == no
1357OLD_FILES+=etc/freebsd-update.conf
1358OLD_FILES+=usr/sbin/freebsd-update
1359OLD_FILES+=usr/share/examples/etc/freebsd-update.conf
1360OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz
1361.endif
1362
1363.if ${MK_GAMES} == no
1364OLD_FILES+=usr/games/bcd
1365OLD_FILES+=usr/games/caesar
1366OLD_FILES+=usr/games/factor
1367OLD_FILES+=usr/games/fortune
1368OLD_FILES+=usr/games/grdc
1369OLD_FILES+=usr/games/morse
1370OLD_FILES+=usr/games/number
1371OLD_FILES+=usr/games/pom
1372OLD_FILES+=usr/games/ppt
1373OLD_FILES+=usr/games/primes
1374OLD_FILES+=usr/games/random
1375OLD_FILES+=usr/games/rot13
1376OLD_FILES+=usr/games/strfile
1377OLD_FILES+=usr/games/unstr
1378OLD_FILES+=usr/share/games/fortune/fortunes
1379OLD_FILES+=usr/share/games/fortune/fortunes-o
1380OLD_FILES+=usr/share/games/fortune/fortunes-o.dat
1381OLD_FILES+=usr/share/games/fortune/fortunes.dat
1382OLD_FILES+=usr/share/games/fortune/freebsd-tips
1383OLD_FILES+=usr/share/games/fortune/freebsd-tips.dat
1384OLD_FILES+=usr/share/games/fortune/gerrold.limerick
1385OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat
1386OLD_FILES+=usr/share/games/fortune/limerick
1387OLD_FILES+=usr/share/games/fortune/limerick.dat
1388OLD_FILES+=usr/share/games/fortune/murphy
1389OLD_FILES+=usr/share/games/fortune/murphy-o
1390OLD_FILES+=usr/share/games/fortune/murphy-o.dat
1391OLD_FILES+=usr/share/games/fortune/murphy.dat
1392OLD_FILES+=usr/share/games/fortune/startrek
1393OLD_FILES+=usr/share/games/fortune/startrek.dat
1394OLD_FILES+=usr/share/games/fortune/zippy
1395OLD_FILES+=usr/share/games/fortune/zippy.dat
1396OLD_FILES+=usr/share/man/man6/bcd.6.gz
1397OLD_FILES+=usr/share/man/man6/caesar.6.gz
1398OLD_FILES+=usr/share/man/man6/factor.6.gz
1399OLD_FILES+=usr/share/man/man6/fortune.6.gz
1400OLD_FILES+=usr/share/man/man6/grdc.6.gz
1401OLD_FILES+=usr/share/man/man6/morse.6.gz
1402OLD_FILES+=usr/share/man/man6/number.6.gz
1403OLD_FILES+=usr/share/man/man6/pom.6.gz
1404OLD_FILES+=usr/share/man/man6/ppt.6.gz
1405OLD_FILES+=usr/share/man/man6/primes.6.gz
1406OLD_FILES+=usr/share/man/man6/random.6.gz
1407OLD_FILES+=usr/share/man/man6/rot13.6.gz
1408OLD_FILES+=usr/share/man/man8/strfile.8.gz
1409OLD_FILES+=usr/share/man/man8/unstr.8.gz
1410.endif
1411
1412.if ${MK_GCC} == no
1413OLD_FILES+=usr/bin/c++filt
1414OLD_FILES+=usr/bin/g++
1415OLD_FILES+=usr/bin/gcc
1416OLD_FILES+=usr/bin/gcov
1417OLD_FILES+=usr/bin/gcpp
1418.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
1419OLD_FILES+=usr/include/gcc/4.2/emmintrin.h
1420OLD_FILES+=usr/include/gcc/4.2/mm_malloc.h
1421OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
1422OLD_FILES+=usr/include/gcc/4.2/pmmintrin.h
1423OLD_FILES+=usr/include/gcc/4.2/tmmintrin.h
1424OLD_FILES+=usr/include/gcc/4.2/xmmintrin.h
1425.elif ${TARGET_ARCH} == "ia64"
1426OLD_FILES+=usr/include/gcc/4.2/ia64intrin.h
1427.elif ${TARGET_ARCH} == "arm"
1428OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
1429.elif ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "powerpc64"
1430OLD_FILES+=usr/include/gcc/4.2/altivec.h
1431OLD_FILES+=usr/include/gcc/4.2/ppc-asm.h
1432OLD_FILES+=usr/include/gcc/4.2/spe.h
1433.endif
1434OLD_DIRS+=usr/include/gcc/4.2
1435OLD_DIRS+=usr/include/gcc
1436OLD_FILES+=usr/libexec/cc1
1437OLD_FILES+=usr/libexec/cc1plus
1438OLD_FILES+=usr/share/info/cpp.info.gz
1439OLD_FILES+=usr/share/info/cppinternals.info.gz
1440OLD_FILES+=usr/share/info/gcc.info.gz
1441OLD_FILES+=usr/share/info/gccint.info.gz
1442OLD_FILES+=usr/share/man/man1/g++.1.gz
1443OLD_FILES+=usr/share/man/man1/gcc.1.gz
1444OLD_FILES+=usr/share/man/man1/gcov.1.gz
1445OLD_FILES+=usr/share/man/man1/gcpp.1.gz
1446.endif
1447
1448.if ${MK_GCOV} == no
1449OLD_FILES+=usr/bin/gcov
1450OLD_FILES+=usr/share/man/man1/gcov.1.gz
1451.endif
1452
1453.if ${MK_GDB} == no
1454OLD_FILES+=usr/bin/gdb
1455OLD_FILES+=usr/bin/gdbserver
1456OLD_FILES+=usr/bin/gdbtui
1457OLD_FILES+=usr/bin/kgdb
1458OLD_FILES+=usr/share/info/gdb.info.gz
1459OLD_FILES+=usr/share/info/gdbint.info.gz
1460OLD_FILES+=usr/share/info/stabs.info.gz
1461OLD_FILES+=usr/share/man/man1/gdb.1.gz
1462OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
1463OLD_FILES+=usr/share/man/man1/kgdb.1.gz
1464.endif
1465
1466.if ${MK_GPIB} == no
1467OLD_FILES+=usr/include/dev/ieee488/ibfoo_int.h
1468OLD_FILES+=usr/include/dev/ieee488/ugpib.h
1469OLD_FILES+=usr/include/dev/ieee488/upd7210.h
1470OLD_FILES+=usr/include/gpib/gpib.h
1471OLD_FILES+=usr/lib/libgpib.a
1472OLD_FILES+=usr/lib/libgpib.so
1473OLD_LIBS+=usr/lib/libgpib.so.3
1474OLD_FILES+=usr/lib/libgpib_p.a
1475.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
1476OLD_FILES+=usr/lib32/libgpib.a
1477OLD_FILES+=usr/lib32/libgpib.so
1478OLD_LIBS+=usr/lib32/libgpib.so.3
1479OLD_FILES+=usr/lib32/libgpib_p.a
1480.endif
1481.endif
1482
1483.if ${MK_GPIO} == no
1484OLD_FILES+=usr/sbin/gpioctl
1485OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
1486.endif
1487
1488# Also includes vgrind(1)
1489.if ${MK_GROFF} == no
1490OLD_FILES+=usr/bin/addftinfo
1491OLD_FILES+=usr/bin/afmtodit
1492OLD_FILES+=usr/bin/eqn
1493OLD_FILES+=usr/bin/grn
1494OLD_FILES+=usr/bin/grodvi
1495OLD_FILES+=usr/bin/groff
1496OLD_FILES+=usr/bin/grog
1497OLD_FILES+=usr/bin/grolbp
1498OLD_FILES+=usr/bin/grolj4
1499OLD_FILES+=usr/bin/grops
1500OLD_FILES+=usr/bin/grotty
1501OLD_FILES+=usr/bin/hpftodit
1502OLD_FILES+=usr/bin/indxbib
1503OLD_FILES+=usr/bin/lkbib
1504OLD_FILES+=usr/bin/lookbib
1505OLD_FILES+=usr/bin/mmroff
1506OLD_FILES+=usr/bin/neqn
1507OLD_FILES+=usr/bin/nroff
1508OLD_FILES+=usr/bin/pfbtops
1509OLD_FILES+=usr/bin/pic
1510OLD_FILES+=usr/bin/post-grohtml
1511OLD_FILES+=usr/bin/pre-grohtml
1512OLD_FILES+=usr/bin/psroff
1513OLD_FILES+=usr/bin/refer
1514OLD_FILES+=usr/bin/soelim
1515OLD_FILES+=usr/bin/tbl
1516OLD_FILES+=usr/bin/tfmtodit
1517OLD_FILES+=usr/bin/troff
1518OLD_FILES+=usr/bin/vgrind
1519OLD_FILES+=usr/libexec/vfontedpr
1520OLD_FILES+=usr/share/groff_font/devX100-12/CB
1521OLD_FILES+=usr/share/groff_font/devX100-12/CBI
1522OLD_FILES+=usr/share/groff_font/devX100-12/CI
1523OLD_FILES+=usr/share/groff_font/devX100-12/CR
1524OLD_FILES+=usr/share/groff_font/devX100-12/DESC
1525OLD_FILES+=usr/share/groff_font/devX100-12/HB
1526OLD_FILES+=usr/share/groff_font/devX100-12/HBI
1527OLD_FILES+=usr/share/groff_font/devX100-12/HI
1528OLD_FILES+=usr/share/groff_font/devX100-12/HR
1529OLD_FILES+=usr/share/groff_font/devX100-12/NB
1530OLD_FILES+=usr/share/groff_font/devX100-12/NBI
1531OLD_FILES+=usr/share/groff_font/devX100-12/NI
1532OLD_FILES+=usr/share/groff_font/devX100-12/NR
1533OLD_FILES+=usr/share/groff_font/devX100-12/S
1534OLD_FILES+=usr/share/groff_font/devX100-12/TB
1535OLD_FILES+=usr/share/groff_font/devX100-12/TBI
1536OLD_FILES+=usr/share/groff_font/devX100-12/TI
1537OLD_FILES+=usr/share/groff_font/devX100-12/TR
1538OLD_DIRS+=usr/share/groff_font/devX100-12
1539OLD_FILES+=usr/share/groff_font/devX100/CB
1540OLD_FILES+=usr/share/groff_font/devX100/CBI
1541OLD_FILES+=usr/share/groff_font/devX100/CI
1542OLD_FILES+=usr/share/groff_font/devX100/CR
1543OLD_FILES+=usr/share/groff_font/devX100/DESC
1544OLD_FILES+=usr/share/groff_font/devX100/HB
1545OLD_FILES+=usr/share/groff_font/devX100/HBI
1546OLD_FILES+=usr/share/groff_font/devX100/HI
1547OLD_FILES+=usr/share/groff_font/devX100/HR
1548OLD_FILES+=usr/share/groff_font/devX100/NB
1549OLD_FILES+=usr/share/groff_font/devX100/NBI
1550OLD_FILES+=usr/share/groff_font/devX100/NI
1551OLD_FILES+=usr/share/groff_font/devX100/NR
1552OLD_FILES+=usr/share/groff_font/devX100/S
1553OLD_FILES+=usr/share/groff_font/devX100/TB
1554OLD_FILES+=usr/share/groff_font/devX100/TBI
1555OLD_FILES+=usr/share/groff_font/devX100/TI
1556OLD_FILES+=usr/share/groff_font/devX100/TR
1557OLD_DIRS+=usr/share/groff_font/devX100
1558OLD_FILES+=usr/share/groff_font/devX75-12/CB
1559OLD_FILES+=usr/share/groff_font/devX75-12/CBI
1560OLD_FILES+=usr/share/groff_font/devX75-12/CI
1561OLD_FILES+=usr/share/groff_font/devX75-12/CR
1562OLD_FILES+=usr/share/groff_font/devX75-12/DESC
1563OLD_FILES+=usr/share/groff_font/devX75-12/HB
1564OLD_FILES+=usr/share/groff_font/devX75-12/HBI
1565OLD_FILES+=usr/share/groff_font/devX75-12/HI
1566OLD_FILES+=usr/share/groff_font/devX75-12/HR
1567OLD_FILES+=usr/share/groff_font/devX75-12/NB
1568OLD_FILES+=usr/share/groff_font/devX75-12/NBI
1569OLD_FILES+=usr/share/groff_font/devX75-12/NI
1570OLD_FILES+=usr/share/groff_font/devX75-12/NR
1571OLD_FILES+=usr/share/groff_font/devX75-12/S
1572OLD_FILES+=usr/share/groff_font/devX75-12/TB
1573OLD_FILES+=usr/share/groff_font/devX75-12/TBI
1574OLD_FILES+=usr/share/groff_font/devX75-12/TI
1575OLD_FILES+=usr/share/groff_font/devX75-12/TR
1576OLD_DIRS+=usr/share/groff_font/devX75-12
1577OLD_FILES+=usr/share/groff_font/devX75/CB
1578OLD_FILES+=usr/share/groff_font/devX75/CBI
1579OLD_FILES+=usr/share/groff_font/devX75/CI
1580OLD_FILES+=usr/share/groff_font/devX75/CR
1581OLD_FILES+=usr/share/groff_font/devX75/DESC
1582OLD_FILES+=usr/share/groff_font/devX75/HB
1583OLD_FILES+=usr/share/groff_font/devX75/HBI
1584OLD_FILES+=usr/share/groff_font/devX75/HI
1585OLD_FILES+=usr/share/groff_font/devX75/HR
1586OLD_FILES+=usr/share/groff_font/devX75/NB
1587OLD_FILES+=usr/share/groff_font/devX75/NBI
1588OLD_FILES+=usr/share/groff_font/devX75/NI
1589OLD_FILES+=usr/share/groff_font/devX75/NR
1590OLD_FILES+=usr/share/groff_font/devX75/S
1591OLD_FILES+=usr/share/groff_font/devX75/TB
1592OLD_FILES+=usr/share/groff_font/devX75/TBI
1593OLD_FILES+=usr/share/groff_font/devX75/TI
1594OLD_FILES+=usr/share/groff_font/devX75/TR
1595OLD_DIRS+=usr/share/groff_font/devX75
1596OLD_FILES+=usr/share/groff_font/devascii/B
1597OLD_FILES+=usr/share/groff_font/devascii/BI
1598OLD_FILES+=usr/share/groff_font/devascii/CW
1599OLD_FILES+=usr/share/groff_font/devascii/DESC
1600OLD_FILES+=usr/share/groff_font/devascii/I
1601OLD_FILES+=usr/share/groff_font/devascii/L
1602OLD_FILES+=usr/share/groff_font/devascii/R
1603OLD_FILES+=usr/share/groff_font/devascii/S
1604OLD_DIRS+=usr/share/groff_font/devascii
1605OLD_FILES+=usr/share/groff_font/devcp1047/B
1606OLD_FILES+=usr/share/groff_font/devcp1047/BI
1607OLD_FILES+=usr/share/groff_font/devcp1047/CW
1608OLD_FILES+=usr/share/groff_font/devcp1047/DESC
1609OLD_FILES+=usr/share/groff_font/devcp1047/I
1610OLD_FILES+=usr/share/groff_font/devcp1047/L
1611OLD_FILES+=usr/share/groff_font/devcp1047/R
1612OLD_FILES+=usr/share/groff_font/devcp1047/S
1613OLD_DIRS+=usr/share/groff_font/devcp1047
1614OLD_FILES+=usr/share/groff_font/devdvi/CW
1615OLD_FILES+=usr/share/groff_font/devdvi/CWEC
1616OLD_FILES+=usr/share/groff_font/devdvi/CWI
1617OLD_FILES+=usr/share/groff_font/devdvi/CWIEC
1618OLD_FILES+=usr/share/groff_font/devdvi/CWITC
1619OLD_FILES+=usr/share/groff_font/devdvi/CWTC
1620OLD_FILES+=usr/share/groff_font/devdvi/CompileFonts
1621OLD_FILES+=usr/share/groff_font/devdvi/DESC
1622OLD_FILES+=usr/share/groff_font/devdvi/EX
1623OLD_FILES+=usr/share/groff_font/devdvi/HB
1624OLD_FILES+=usr/share/groff_font/devdvi/HBEC
1625OLD_FILES+=usr/share/groff_font/devdvi/HBI
1626OLD_FILES+=usr/share/groff_font/devdvi/HBIEC
1627OLD_FILES+=usr/share/groff_font/devdvi/HBITC
1628OLD_FILES+=usr/share/groff_font/devdvi/HBTC
1629OLD_FILES+=usr/share/groff_font/devdvi/HI
1630OLD_FILES+=usr/share/groff_font/devdvi/HIEC
1631OLD_FILES+=usr/share/groff_font/devdvi/HITC
1632OLD_FILES+=usr/share/groff_font/devdvi/HR
1633OLD_FILES+=usr/share/groff_font/devdvi/HREC
1634OLD_FILES+=usr/share/groff_font/devdvi/HRTC
1635OLD_FILES+=usr/share/groff_font/devdvi/MI
1636OLD_FILES+=usr/share/groff_font/devdvi/Makefile
1637OLD_FILES+=usr/share/groff_font/devdvi/S
1638OLD_FILES+=usr/share/groff_font/devdvi/SA
1639OLD_FILES+=usr/share/groff_font/devdvi/SB
1640OLD_FILES+=usr/share/groff_font/devdvi/SC
1641OLD_FILES+=usr/share/groff_font/devdvi/TB
1642OLD_FILES+=usr/share/groff_font/devdvi/TBEC
1643OLD_FILES+=usr/share/groff_font/devdvi/TBI
1644OLD_FILES+=usr/share/groff_font/devdvi/TBIEC
1645OLD_FILES+=usr/share/groff_font/devdvi/TBITC
1646OLD_FILES+=usr/share/groff_font/devdvi/TBTC
1647OLD_FILES+=usr/share/groff_font/devdvi/TI
1648OLD_FILES+=usr/share/groff_font/devdvi/TIEC
1649OLD_FILES+=usr/share/groff_font/devdvi/TITC
1650OLD_FILES+=usr/share/groff_font/devdvi/TR
1651OLD_FILES+=usr/share/groff_font/devdvi/TREC
1652OLD_FILES+=usr/share/groff_font/devdvi/TRTC
1653OLD_FILES+=usr/share/groff_font/devdvi/ec.map
1654OLD_FILES+=usr/share/groff_font/devdvi/msam.map
1655OLD_FILES+=usr/share/groff_font/devdvi/msbm.map
1656OLD_FILES+=usr/share/groff_font/devdvi/tc.map
1657OLD_FILES+=usr/share/groff_font/devdvi/texb.map
1658OLD_FILES+=usr/share/groff_font/devdvi/texex.map
1659OLD_FILES+=usr/share/groff_font/devdvi/texi.map
1660OLD_FILES+=usr/share/groff_font/devdvi/texmi.map
1661OLD_FILES+=usr/share/groff_font/devdvi/texr.map
1662OLD_FILES+=usr/share/groff_font/devdvi/texsy.map
1663OLD_FILES+=usr/share/groff_font/devdvi/textex.map
1664OLD_FILES+=usr/share/groff_font/devdvi/textt.map
1665OLD_DIRS+=usr/share/groff_font/devdvi
1666OLD_FILES+=usr/share/groff_font/devhtml/B
1667OLD_FILES+=usr/share/groff_font/devhtml/BI
1668OLD_FILES+=usr/share/groff_font/devhtml/CB
1669OLD_FILES+=usr/share/groff_font/devhtml/CBI
1670OLD_FILES+=usr/share/groff_font/devhtml/CI
1671OLD_FILES+=usr/share/groff_font/devhtml/CR
1672OLD_FILES+=usr/share/groff_font/devhtml/DESC
1673OLD_FILES+=usr/share/groff_font/devhtml/I
1674OLD_FILES+=usr/share/groff_font/devhtml/R
1675OLD_FILES+=usr/share/groff_font/devhtml/S
1676OLD_DIRS+=usr/share/groff_font/devhtml
1677OLD_FILES+=usr/share/groff_font/devkoi8-r/B
1678OLD_FILES+=usr/share/groff_font/devkoi8-r/BI
1679OLD_FILES+=usr/share/groff_font/devkoi8-r/CW
1680OLD_FILES+=usr/share/groff_font/devkoi8-r/DESC
1681OLD_FILES+=usr/share/groff_font/devkoi8-r/I
1682OLD_FILES+=usr/share/groff_font/devkoi8-r/L
1683OLD_FILES+=usr/share/groff_font/devkoi8-r/R
1684OLD_FILES+=usr/share/groff_font/devkoi8-r/S
1685OLD_DIRS+=usr/share/groff_font/devkoi8-r
1686OLD_FILES+=usr/share/groff_font/devlatin1/B
1687OLD_FILES+=usr/share/groff_font/devlatin1/BI
1688OLD_FILES+=usr/share/groff_font/devlatin1/CW
1689OLD_FILES+=usr/share/groff_font/devlatin1/DESC
1690OLD_FILES+=usr/share/groff_font/devlatin1/I
1691OLD_FILES+=usr/share/groff_font/devlatin1/L
1692OLD_FILES+=usr/share/groff_font/devlatin1/R
1693OLD_FILES+=usr/share/groff_font/devlatin1/S
1694OLD_DIRS+=usr/share/groff_font/devlatin1
1695OLD_FILES+=usr/share/groff_font/devlbp/CB
1696OLD_FILES+=usr/share/groff_font/devlbp/CI
1697OLD_FILES+=usr/share/groff_font/devlbp/CR
1698OLD_FILES+=usr/share/groff_font/devlbp/DESC
1699OLD_FILES+=usr/share/groff_font/devlbp/EB
1700OLD_FILES+=usr/share/groff_font/devlbp/EI
1701OLD_FILES+=usr/share/groff_font/devlbp/ER
1702OLD_FILES+=usr/share/groff_font/devlbp/HB
1703OLD_FILES+=usr/share/groff_font/devlbp/HBI
1704OLD_FILES+=usr/share/groff_font/devlbp/HI
1705OLD_FILES+=usr/share/groff_font/devlbp/HNB
1706OLD_FILES+=usr/share/groff_font/devlbp/HNBI
1707OLD_FILES+=usr/share/groff_font/devlbp/HNI
1708OLD_FILES+=usr/share/groff_font/devlbp/HNR
1709OLD_FILES+=usr/share/groff_font/devlbp/HR
1710OLD_FILES+=usr/share/groff_font/devlbp/TB
1711OLD_FILES+=usr/share/groff_font/devlbp/TBI
1712OLD_FILES+=usr/share/groff_font/devlbp/TI
1713OLD_FILES+=usr/share/groff_font/devlbp/TR
1714OLD_DIRS+=usr/share/groff_font/devlbp
1715OLD_FILES+=usr/share/groff_font/devlj4/AB
1716OLD_FILES+=usr/share/groff_font/devlj4/ABI
1717OLD_FILES+=usr/share/groff_font/devlj4/AI
1718OLD_FILES+=usr/share/groff_font/devlj4/ALBB
1719OLD_FILES+=usr/share/groff_font/devlj4/ALBR
1720OLD_FILES+=usr/share/groff_font/devlj4/AOB
1721OLD_FILES+=usr/share/groff_font/devlj4/AOI
1722OLD_FILES+=usr/share/groff_font/devlj4/AOR
1723OLD_FILES+=usr/share/groff_font/devlj4/AR
1724OLD_FILES+=usr/share/groff_font/devlj4/CB
1725OLD_FILES+=usr/share/groff_font/devlj4/CBI
1726OLD_FILES+=usr/share/groff_font/devlj4/CI
1727OLD_FILES+=usr/share/groff_font/devlj4/CLARENDON
1728OLD_FILES+=usr/share/groff_font/devlj4/CORONET
1729OLD_FILES+=usr/share/groff_font/devlj4/CR
1730OLD_FILES+=usr/share/groff_font/devlj4/DESC
1731OLD_FILES+=usr/share/groff_font/devlj4/GB
1732OLD_FILES+=usr/share/groff_font/devlj4/GBI
1733OLD_FILES+=usr/share/groff_font/devlj4/GI
1734OLD_FILES+=usr/share/groff_font/devlj4/GR
1735OLD_FILES+=usr/share/groff_font/devlj4/LGB
1736OLD_FILES+=usr/share/groff_font/devlj4/LGI
1737OLD_FILES+=usr/share/groff_font/devlj4/LGR
1738OLD_FILES+=usr/share/groff_font/devlj4/MARIGOLD
1739OLD_FILES+=usr/share/groff_font/devlj4/OB
1740OLD_FILES+=usr/share/groff_font/devlj4/OBI
1741OLD_FILES+=usr/share/groff_font/devlj4/OI
1742OLD_FILES+=usr/share/groff_font/devlj4/OR
1743OLD_FILES+=usr/share/groff_font/devlj4/S
1744OLD_FILES+=usr/share/groff_font/devlj4/SYMBOL
1745OLD_FILES+=usr/share/groff_font/devlj4/TB
1746OLD_FILES+=usr/share/groff_font/devlj4/TBI
1747OLD_FILES+=usr/share/groff_font/devlj4/TI
1748OLD_FILES+=usr/share/groff_font/devlj4/TNRB
1749OLD_FILES+=usr/share/groff_font/devlj4/TNRBI
1750OLD_FILES+=usr/share/groff_font/devlj4/TNRI
1751OLD_FILES+=usr/share/groff_font/devlj4/TNRR
1752OLD_FILES+=usr/share/groff_font/devlj4/TR
1753OLD_FILES+=usr/share/groff_font/devlj4/UB
1754OLD_FILES+=usr/share/groff_font/devlj4/UBI
1755OLD_FILES+=usr/share/groff_font/devlj4/UCB
1756OLD_FILES+=usr/share/groff_font/devlj4/UCBI
1757OLD_FILES+=usr/share/groff_font/devlj4/UCI
1758OLD_FILES+=usr/share/groff_font/devlj4/UCR
1759OLD_FILES+=usr/share/groff_font/devlj4/UI
1760OLD_FILES+=usr/share/groff_font/devlj4/UR
1761OLD_FILES+=usr/share/groff_font/devlj4/WINGDINGS
1762OLD_DIRS+=usr/share/groff_font/devlj4
1763OLD_FILES+=usr/share/groff_font/devps/AB
1764OLD_FILES+=usr/share/groff_font/devps/ABI
1765OLD_FILES+=usr/share/groff_font/devps/AI
1766OLD_FILES+=usr/share/groff_font/devps/AR
1767OLD_FILES+=usr/share/groff_font/devps/BMB
1768OLD_FILES+=usr/share/groff_font/devps/BMBI
1769OLD_FILES+=usr/share/groff_font/devps/BMI
1770OLD_FILES+=usr/share/groff_font/devps/BMR
1771OLD_FILES+=usr/share/groff_font/devps/CB
1772OLD_FILES+=usr/share/groff_font/devps/CBI
1773OLD_FILES+=usr/share/groff_font/devps/CI
1774OLD_FILES+=usr/share/groff_font/devps/CR
1775OLD_FILES+=usr/share/groff_font/devps/DESC
1776OLD_FILES+=usr/share/groff_font/devps/EURO
1777OLD_FILES+=usr/share/groff_font/devps/HB
1778OLD_FILES+=usr/share/groff_font/devps/HBI
1779OLD_FILES+=usr/share/groff_font/devps/HI
1780OLD_FILES+=usr/share/groff_font/devps/HNB
1781OLD_FILES+=usr/share/groff_font/devps/HNBI
1782OLD_FILES+=usr/share/groff_font/devps/HNI
1783OLD_FILES+=usr/share/groff_font/devps/HNR
1784OLD_FILES+=usr/share/groff_font/devps/HR
1785OLD_FILES+=usr/share/groff_font/devps/Makefile
1786OLD_FILES+=usr/share/groff_font/devps/NB
1787OLD_FILES+=usr/share/groff_font/devps/NBI
1788OLD_FILES+=usr/share/groff_font/devps/NI
1789OLD_FILES+=usr/share/groff_font/devps/NR
1790OLD_FILES+=usr/share/groff_font/devps/PB
1791OLD_FILES+=usr/share/groff_font/devps/PBI
1792OLD_FILES+=usr/share/groff_font/devps/PI
1793OLD_FILES+=usr/share/groff_font/devps/PR
1794OLD_FILES+=usr/share/groff_font/devps/S
1795OLD_FILES+=usr/share/groff_font/devps/SS
1796OLD_FILES+=usr/share/groff_font/devps/TB
1797OLD_FILES+=usr/share/groff_font/devps/TBI
1798OLD_FILES+=usr/share/groff_font/devps/TI
1799OLD_FILES+=usr/share/groff_font/devps/TR
1800OLD_FILES+=usr/share/groff_font/devps/ZCMI
1801OLD_FILES+=usr/share/groff_font/devps/ZD
1802OLD_FILES+=usr/share/groff_font/devps/ZDR
1803OLD_FILES+=usr/share/groff_font/devps/afmname
1804OLD_FILES+=usr/share/groff_font/devps/dingbats.map
1805OLD_FILES+=usr/share/groff_font/devps/dingbats.rmap
1806OLD_FILES+=usr/share/groff_font/devps/download
1807OLD_FILES+=usr/share/groff_font/devps/freeeuro.pfa
1808OLD_FILES+=usr/share/groff_font/devps/lgreekmap
1809OLD_FILES+=usr/share/groff_font/devps/prologue
1810OLD_FILES+=usr/share/groff_font/devps/symbol.sed
1811OLD_FILES+=usr/share/groff_font/devps/symbolchars
1812OLD_FILES+=usr/share/groff_font/devps/symbolsl.afm
1813OLD_FILES+=usr/share/groff_font/devps/symbolsl.pfa
1814OLD_FILES+=usr/share/groff_font/devps/text.enc
1815OLD_FILES+=usr/share/groff_font/devps/textmap
1816OLD_FILES+=usr/share/groff_font/devps/zapfdr.pfa
1817OLD_DIRS+=usr/share/groff_font/devps
1818OLD_FILES+=usr/share/groff_font/devutf8/B
1819OLD_FILES+=usr/share/groff_font/devutf8/BI
1820OLD_FILES+=usr/share/groff_font/devutf8/CW
1821OLD_FILES+=usr/share/groff_font/devutf8/DESC
1822OLD_FILES+=usr/share/groff_font/devutf8/I
1823OLD_FILES+=usr/share/groff_font/devutf8/L
1824OLD_FILES+=usr/share/groff_font/devutf8/R
1825OLD_FILES+=usr/share/groff_font/devutf8/S
1826OLD_DIRS+=usr/share/groff_font/devutf8
1827OLD_DIRS+=usr/share/groff_font
1828OLD_FILES+=usr/share/info/groff.info.gz
1829OLD_FILES+=usr/share/man/man1/addftinfo.1.gz
1830OLD_FILES+=usr/share/man/man1/afmtodit.1.gz
1831OLD_FILES+=usr/share/man/man1/eqn.1.gz
1832OLD_FILES+=usr/share/man/man1/grn.1.gz
1833OLD_FILES+=usr/share/man/man1/grodvi.1.gz
1834OLD_FILES+=usr/share/man/man1/groff.1.gz
1835OLD_FILES+=usr/share/man/man1/grog.1.gz
1836OLD_FILES+=usr/share/man/man1/grolbp.1.gz
1837OLD_FILES+=usr/share/man/man1/grolj4.1.gz
1838OLD_FILES+=usr/share/man/man1/grops.1.gz
1839OLD_FILES+=usr/share/man/man1/grotty.1.gz
1840OLD_FILES+=usr/share/man/man1/hpftodit.1.gz
1841OLD_FILES+=usr/share/man/man1/indxbib.1.gz
1842OLD_FILES+=usr/share/man/man1/lkbib.1.gz
1843OLD_FILES+=usr/share/man/man1/lookbib.1.gz
1844OLD_FILES+=usr/share/man/man1/mmroff.1.gz
1845OLD_FILES+=usr/share/man/man1/neqn.1.gz
1846OLD_FILES+=usr/share/man/man1/nroff.1.gz
1847OLD_FILES+=usr/share/man/man1/pfbtops.1.gz
1848OLD_FILES+=usr/share/man/man1/pic.1.gz
1849OLD_FILES+=usr/share/man/man1/psroff.1.gz
1850OLD_FILES+=usr/share/man/man1/refer.1.gz
1851OLD_FILES+=usr/share/man/man1/soelim.1.gz
1852OLD_FILES+=usr/share/man/man1/tbl.1.gz
1853OLD_FILES+=usr/share/man/man1/tfmtodit.1.gz
1854OLD_FILES+=usr/share/man/man1/troff.1.gz
1855OLD_FILES+=usr/share/man/man1/vgrind.1.gz
1856OLD_FILES+=usr/share/man/man5/groff_font.5.gz
1857OLD_FILES+=usr/share/man/man5/groff_out.5.gz
1858OLD_FILES+=usr/share/man/man5/groff_tmac.5.gz
1859OLD_FILES+=usr/share/man/man5/lj4_font.5.gz
1860OLD_FILES+=usr/share/man/man5/tmac.5.gz
1861OLD_FILES+=usr/share/man/man5/vgrindefs.5.gz
1862OLD_FILES+=usr/share/man/man7/ditroff.7.gz
1863OLD_FILES+=usr/share/man/man7/groff.7.gz
1864OLD_FILES+=usr/share/man/man7/groff_char.7.gz
1865OLD_FILES+=usr/share/man/man7/groff_diff.7.gz
1866OLD_FILES+=usr/share/man/man7/groff_man.7.gz
1867OLD_FILES+=usr/share/man/man7/groff_mdoc.7.gz
1868OLD_FILES+=usr/share/man/man7/groff_me.7.gz
1869OLD_FILES+=usr/share/man/man7/groff_mm.7.gz
1870OLD_FILES+=usr/share/man/man7/groff_mmse.7.gz
1871OLD_FILES+=usr/share/man/man7/groff_ms.7.gz
1872OLD_FILES+=usr/share/man/man7/groff_trace.7.gz
1873OLD_FILES+=usr/share/man/man7/groff_www.7.gz
1874OLD_FILES+=usr/share/man/man7/man.7.gz
1875OLD_FILES+=usr/share/man/man7/mdoc.7.gz
1876OLD_FILES+=usr/share/man/man7/mdoc.samples.7.gz
1877OLD_FILES+=usr/share/man/man7/me.7.gz
1878OLD_FILES+=usr/share/man/man7/mm.7.gz
1879OLD_FILES+=usr/share/man/man7/mmse.7.gz
1880OLD_FILES+=usr/share/man/man7/ms.7.gz
1881OLD_FILES+=usr/share/man/man7/orig_me.7.gz
1882OLD_FILES+=usr/share/man/man7/roff.7.gz
1883OLD_FILES+=usr/share/me/acm.me
1884OLD_FILES+=usr/share/me/chars.me
1885OLD_FILES+=usr/share/me/deltext.me
1886OLD_FILES+=usr/share/me/eqn.me
1887OLD_FILES+=usr/share/me/float.me
1888OLD_FILES+=usr/share/me/footnote.me
1889OLD_FILES+=usr/share/me/index.me
1890OLD_FILES+=usr/share/me/letterhead.me
1891OLD_FILES+=usr/share/me/local.me
1892OLD_FILES+=usr/share/me/null.me
1893OLD_FILES+=usr/share/me/refer.me
1894OLD_FILES+=usr/share/me/revisions
1895OLD_FILES+=usr/share/me/sh.me
1896OLD_FILES+=usr/share/me/tbl.me
1897OLD_FILES+=usr/share/me/thesis.me
1898OLD_DIRS+=usr/share/me
1899OLD_FILES+=usr/share/misc/vgrindefs
1900OLD_FILES+=usr/share/misc/vgrindefs.db
1901OLD_FILES+=usr/share/tmac/X.tmac
1902OLD_FILES+=usr/share/tmac/Xps.tmac
1903OLD_FILES+=usr/share/tmac/a4.tmac
1904OLD_FILES+=usr/share/tmac/an-old.tmac
1905OLD_FILES+=usr/share/tmac/an.tmac
1906OLD_FILES+=usr/share/tmac/andoc.tmac
1907OLD_FILES+=usr/share/tmac/composite.tmac
1908OLD_FILES+=usr/share/tmac/cp1047.tmac
1909OLD_FILES+=usr/share/tmac/devtag.tmac
1910OLD_FILES+=usr/share/tmac/doc.tmac
1911OLD_FILES+=usr/share/tmac/dvi.tmac
1912OLD_FILES+=usr/share/tmac/e.tmac
1913OLD_FILES+=usr/share/tmac/ec.tmac
1914OLD_FILES+=usr/share/tmac/eqnrc
1915OLD_FILES+=usr/share/tmac/europs.tmac
1916OLD_FILES+=usr/share/tmac/html-end.tmac
1917OLD_FILES+=usr/share/tmac/html.tmac
1918OLD_FILES+=usr/share/tmac/hyphen.ru
1919OLD_FILES+=usr/share/tmac/hyphen.us
1920OLD_FILES+=usr/share/tmac/hyphenex.us
1921OLD_FILES+=usr/share/tmac/koi8-r.tmac
1922OLD_FILES+=usr/share/tmac/latin1.tmac
1923OLD_FILES+=usr/share/tmac/latin2.tmac
1924OLD_FILES+=usr/share/tmac/latin9.tmac
1925OLD_FILES+=usr/share/tmac/lbp.tmac
1926OLD_FILES+=usr/share/tmac/lj4.tmac
1927OLD_FILES+=usr/share/tmac/m.tmac
1928OLD_FILES+=usr/share/tmac/man.local
1929OLD_FILES+=usr/share/tmac/man.tmac
1930OLD_FILES+=usr/share/tmac/mandoc.tmac
1931OLD_FILES+=usr/share/tmac/mdoc.local
1932OLD_FILES+=usr/share/tmac/mdoc.tmac
1933OLD_FILES+=usr/share/tmac/mdoc/doc-common
1934OLD_FILES+=usr/share/tmac/mdoc/doc-ditroff
1935OLD_FILES+=usr/share/tmac/mdoc/doc-nroff
1936OLD_FILES+=usr/share/tmac/mdoc/doc-syms
1937OLD_FILES+=usr/share/tmac/mdoc/fr.ISO8859-1
1938OLD_FILES+=usr/share/tmac/mdoc/ru.KOI8-R
1939OLD_DIRS+=usr/share/tmac/mdoc
1940OLD_FILES+=usr/share/tmac/me.tmac
1941OLD_FILES+=usr/share/tmac/mm/0.MT
1942OLD_FILES+=usr/share/tmac/mm/4.MT
1943OLD_FILES+=usr/share/tmac/mm/5.MT
1944OLD_FILES+=usr/share/tmac/mm/locale
1945OLD_FILES+=usr/share/tmac/mm/mm.tmac
1946OLD_FILES+=usr/share/tmac/mm/mmse.tmac
1947OLD_FILES+=usr/share/tmac/mm/ms.cov
1948OLD_FILES+=usr/share/tmac/mm/se_locale
1949OLD_FILES+=usr/share/tmac/mm/se_ms.cov
1950OLD_DIRS+=usr/share/tmac/mm
1951OLD_FILES+=usr/share/tmac/ms.tmac
1952OLD_FILES+=usr/share/tmac/mse.tmac
1953OLD_FILES+=usr/share/tmac/papersize.tmac
1954OLD_FILES+=usr/share/tmac/pic.tmac
1955OLD_FILES+=usr/share/tmac/ps.tmac
1956OLD_FILES+=usr/share/tmac/psatk.tmac
1957OLD_FILES+=usr/share/tmac/psold.tmac
1958OLD_FILES+=usr/share/tmac/pspic.tmac
1959OLD_FILES+=usr/share/tmac/s.tmac
1960OLD_FILES+=usr/share/tmac/safer.tmac
1961OLD_FILES+=usr/share/tmac/tmac.orig_me
1962OLD_FILES+=usr/share/tmac/tmac.vgrind
1963OLD_FILES+=usr/share/tmac/trace.tmac
1964OLD_FILES+=usr/share/tmac/troffrc
1965OLD_FILES+=usr/share/tmac/troffrc-end
1966OLD_FILES+=usr/share/tmac/tty-char.tmac
1967OLD_FILES+=usr/share/tmac/tty.tmac
1968OLD_FILES+=usr/share/tmac/unicode.tmac
1969OLD_FILES+=usr/share/tmac/www.tmac
1970OLD_DIRS+=usr/share/tmac
1971.endif
1972
1973.if ${MK_GSSAPI} == no
1974OLD_FILES+=usr/lib/libgssapi.a
1975OLD_FILES+=usr/lib/libgssapi.so
1976OLD_LIBS+=usr/lib/libgssapi.so.10
1977OLD_FILES+=usr/lib/libgssapi_p.a
1978OLD_FILES+=usr/lib/librpcsec_gss.a
1979OLD_FILES+=usr/lib/librpcsec_gss.so
1980OLD_LIBS+=usr/lib/librpcsec_gss.so.1
1981.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
1982OLD_FILES+=usr/lib32/libgssapi.a
1983OLD_FILES+=usr/lib32/libgssapi.so
1984OLD_LIBS+=usr/lib32/libgssapi.so.10
1985OLD_FILES+=usr/lib32/libgssapi_p.a
1986OLD_FILES+=usr/lib32/librpcsec_gss.a
1987OLD_FILES+=usr/lib32/librpcsec_gss.so
1988OLD_LIBS+=usr/lib32/librpcsec_gss.so.1
1989.endif
1990OLD_FILES+=usr/sbin/gssd
1991OLD_FILES+=usr/share/man/man3/gss_accept_sec_context.3.gz
1992OLD_FILES+=usr/share/man/man3/gss_acquire_cred.3.gz
1993OLD_FILES+=usr/share/man/man3/gss_add_cred.3.gz
1994OLD_FILES+=usr/share/man/man3/gss_add_oid_set_member.3.gz
1995OLD_FILES+=usr/share/man/man3/gss_canonicalize_name.3.gz
1996OLD_FILES+=usr/share/man/man3/gss_compare_name.3.gz
1997OLD_FILES+=usr/share/man/man3/gss_context_time.3.gz
1998OLD_FILES+=usr/share/man/man3/gss_create_empty_oid_set.3.gz
1999OLD_FILES+=usr/share/man/man3/gss_delete_sec_context.3.gz
2000OLD_FILES+=usr/share/man/man3/gss_display_name.3.gz
2001OLD_FILES+=usr/share/man/man3/gss_display_status.3.gz
2002OLD_FILES+=usr/share/man/man3/gss_duplicate_name.3.gz
2003OLD_FILES+=usr/share/man/man3/gss_export_name.3.gz
2004OLD_FILES+=usr/share/man/man3/gss_export_sec_context.3.gz
2005OLD_FILES+=usr/share/man/man3/gss_get_mic.3.gz
2006OLD_FILES+=usr/share/man/man3/gss_import_name.3.gz
2007OLD_FILES+=usr/share/man/man3/gss_import_sec_context.3.gz
2008OLD_FILES+=usr/share/man/man3/gss_indicate_mechs.3.gz
2009OLD_FILES+=usr/share/man/man3/gss_init_sec_context.3.gz
2010OLD_FILES+=usr/share/man/man3/gss_inquire_context.3.gz
2011OLD_FILES+=usr/share/man/man3/gss_inquire_cred.3.gz
2012OLD_FILES+=usr/share/man/man3/gss_inquire_cred_by_mech.3.gz
2013OLD_FILES+=usr/share/man/man3/gss_inquire_mechs_for_name.3.gz
2014OLD_FILES+=usr/share/man/man3/gss_inquire_names_for_mech.3.gz
2015OLD_FILES+=usr/share/man/man3/gss_process_context_token.3.gz
2016OLD_FILES+=usr/share/man/man3/gss_release_buffer.3.gz
2017OLD_FILES+=usr/share/man/man3/gss_release_cred.3.gz
2018OLD_FILES+=usr/share/man/man3/gss_release_name.3.gz
2019OLD_FILES+=usr/share/man/man3/gss_release_oid_set.3.gz
2020OLD_FILES+=usr/share/man/man3/gss_seal.3.gz
2021OLD_FILES+=usr/share/man/man3/gss_sign.3.gz
2022OLD_FILES+=usr/share/man/man3/gss_test_oid_set_member.3.gz
2023OLD_FILES+=usr/share/man/man3/gss_unseal.3.gz
2024OLD_FILES+=usr/share/man/man3/gss_unwrap.3.gz
2025OLD_FILES+=usr/share/man/man3/gss_verify.3.gz
2026OLD_FILES+=usr/share/man/man3/gss_verify_mic.3.gz
2027OLD_FILES+=usr/share/man/man3/gss_wrap.3.gz
2028OLD_FILES+=usr/share/man/man3/gss_wrap_size_limit.3.gz
2029OLD_FILES+=usr/share/man/man3/gssapi.3.gz
2030OLD_FILES+=usr/share/man/man3/rpc_gss_get_error.3.gz
2031OLD_FILES+=usr/share/man/man3/rpc_gss_get_mech_info.3.gz
2032OLD_FILES+=usr/share/man/man3/rpc_gss_get_mechanisms.3.gz
2033OLD_FILES+=usr/share/man/man3/rpc_gss_get_principal_name.3.gz
2034OLD_FILES+=usr/share/man/man3/rpc_gss_get_versions.3.gz
2035OLD_FILES+=usr/share/man/man3/rpc_gss_getcred.3.gz
2036OLD_FILES+=usr/share/man/man3/rpc_gss_is_installed.3.gz
2037OLD_FILES+=usr/share/man/man3/rpc_gss_max_data_length.3.gz
2038OLD_FILES+=usr/share/man/man3/rpc_gss_mech_to_oid.3.gz
2039OLD_FILES+=usr/share/man/man3/rpc_gss_oid_to_mech.3.gz
2040OLD_FILES+=usr/share/man/man3/rpc_gss_qop_to_num.3.gz
2041OLD_FILES+=usr/share/man/man3/rpc_gss_seccreate.3.gz
2042OLD_FILES+=usr/share/man/man3/rpc_gss_set_callback.3.gz
2043OLD_FILES+=usr/share/man/man3/rpc_gss_set_defaults.3.gz
2044OLD_FILES+=usr/share/man/man3/rpc_gss_set_svc_name.3.gz
2045OLD_FILES+=usr/share/man/man3/rpc_gss_svc_max_data_length.3.gz
2046OLD_FILES+=usr/share/man/man3/rpcsec_gss.3.gz
2047OLD_FILES+=usr/share/man/man5/mech.5.gz
2048OLD_FILES+=usr/share/man/man5/qop.5.gz
2049OLD_FILES+=usr/share/man/man8/gssd.8.gz
2050.endif
2051
2052.if ${MK_HESIOD} == no
2053OLD_FILES+=usr/bin/hesinfo
2054OLD_FILES+=usr/include/hesiod.h
2055OLD_FILES+=usr/share/man/man1/hesinfo.1.gz
2056OLD_FILES+=usr/share/man/man3/hesiod.3.gz
2057OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
2058.endif
2059
2060#.if ${MK_HTML} == no
2061# to be filled in
2062#.endif
2063
2064.if ${MK_IDEA} == no
2065OLD_FILES+=usr/include/openssl/idea.h
2066.endif
2067
2068.if ${MK_INET6} == no
2069OLD_FILES+=sbin/ping6
2070OLD_FILES+=sbin/rtsol
2071OLD_FILES+=usr/sbin/faithd
2072OLD_FILES+=usr/sbin/ip6addrctl
2073OLD_FILES+=usr/sbin/mld6query
2074OLD_FILES+=usr/sbin/ndp
2075OLD_FILES+=usr/sbin/rip6query
2076OLD_FILES+=usr/sbin/route6d
2077OLD_FILES+=usr/sbin/rrenumd
2078OLD_FILES+=usr/sbin/rtadvd
2079OLD_FILES+=usr/sbin/rtsold
2080OLD_FILES+=usr/sbin/traceroute6
2081OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz
2082OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz
2083OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz
2084OLD_FILES+=usr/share/man/man8/mld6query.8.gz
2085OLD_FILES+=usr/share/man/man8/ndp.8.gz
2086OLD_FILES+=usr/share/man/man8/ping6.8.gz
2087OLD_FILES+=usr/share/man/man8/rip6query.8.gz
2088OLD_FILES+=usr/share/man/man8/route6d.8.gz
2089OLD_FILES+=usr/share/man/man8/rrenumd.8.gz
2090OLD_FILES+=usr/share/man/man8/rtadvd.8.gz
2091OLD_FILES+=usr/share/man/man8/rtsol.8.gz
2092OLD_FILES+=usr/share/man/man8/rtsold.8.gz
2093OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
2094.endif
2095
2096.if ${MK_INET6_SUPPORT} == no
2097OLD_FILES+=rescue/ping6
2098.endif
2099
2100#.if ${MK_INFO} == no
2101# to be filled in
2102#.endif
2103
2104.if ${MK_IPFILTER} == no
2105OLD_FILES+=etc/periodic/security/510.ipfdenied
2106OLD_FILES+=rescue/ipf
2107OLD_FILES+=sbin/ipf
2108OLD_FILES+=sbin/ipfs
2109OLD_FILES+=sbin/ipfstat
2110OLD_FILES+=sbin/ipftest
2111OLD_FILES+=sbin/ipmon
2112OLD_FILES+=sbin/ipnat
2113OLD_FILES+=sbin/ippool
2114OLD_FILES+=sbin/ipresend
2115OLD_FILES+=usr/include/netinet/ip_auth.h
2116OLD_FILES+=usr/include/netinet/ip_compat.h
2117OLD_FILES+=usr/include/netinet/ip_fil.h
2118OLD_FILES+=usr/include/netinet/ip_frag.h
2119OLD_FILES+=usr/include/netinet/ip_htable.h
2120OLD_FILES+=usr/include/netinet/ip_lookup.h
2121OLD_FILES+=usr/include/netinet/ip_nat.h
2122OLD_FILES+=usr/include/netinet/ip_pool.h
2123OLD_FILES+=usr/include/netinet/ip_proxy.h
2124OLD_FILES+=usr/include/netinet/ip_rules.h
2125OLD_FILES+=usr/include/netinet/ip_scan.h
2126OLD_FILES+=usr/include/netinet/ip_state.h
2127OLD_FILES+=usr/include/netinet/ip_sync.h
2128OLD_FILES+=usr/include/netinet/ipl.h
2129OLD_FILES+=usr/share/examples/ipfilter/README
2130OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT
2131OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW
2132OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW
2133OLD_FILES+=usr/share/examples/ipfilter/example.1
2134OLD_FILES+=usr/share/examples/ipfilter/example.2
2135OLD_FILES+=usr/share/examples/ipfilter/example.3
2136OLD_FILES+=usr/share/examples/ipfilter/example.4
2137OLD_FILES+=usr/share/examples/ipfilter/example.5
2138OLD_FILES+=usr/share/examples/ipfilter/example.6
2139OLD_FILES+=usr/share/examples/ipfilter/example.7
2140OLD_FILES+=usr/share/examples/ipfilter/example.8
2141OLD_FILES+=usr/share/examples/ipfilter/example.9
2142OLD_FILES+=usr/share/examples/ipfilter/example.10
2143OLD_FILES+=usr/share/examples/ipfilter/example.11
2144OLD_FILES+=usr/share/examples/ipfilter/example.12
2145OLD_FILES+=usr/share/examples/ipfilter/example.13
2146OLD_FILES+=usr/share/examples/ipfilter/example.sr
2147OLD_FILES+=usr/share/examples/ipfilter/firewall
2148OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy
2149OLD_FILES+=usr/share/examples/ipfilter/ftppxy
2150OLD_FILES+=usr/share/examples/ipfilter/nat-setup
2151OLD_FILES+=usr/share/examples/ipfilter/nat.eg
2152OLD_FILES+=usr/share/examples/ipfilter/server
2153OLD_FILES+=usr/share/examples/ipfilter/tcpstate
2154OLD_FILES+=usr/share/examples/ipfilter/example.14
2155OLD_FILES+=usr/share/examples/ipfilter/firewall.1
2156OLD_FILES+=usr/share/examples/ipfilter/firewall.2
2157OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive
2158OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive
2159OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample
2160OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample
2161OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt
2162OLD_FILES+=usr/share/examples/ipfilter/examples.txt
2163OLD_FILES+=usr/share/examples/ipfilter/rules.txt
2164OLD_FILES+=usr/share/man/man1/ipftest.1.gz
2165OLD_FILES+=usr/share/man/man1/ipresend.1.gz
2166OLD_FILES+=usr/share/man/man4/ipf.4.gz
2167OLD_FILES+=usr/share/man/man4/ipl.4.gz
2168OLD_FILES+=usr/share/man/man4/ipfilter.4.gz
2169OLD_FILES+=usr/share/man/man4/ipnat.4.gz
2170OLD_FILES+=usr/share/man/man5/ipf.5.gz
2171OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz
2172OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz
2173OLD_FILES+=usr/share/man/man5/ipnat.5.gz
2174OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz
2175OLD_FILES+=usr/share/man/man5/ippool.5.gz
2176OLD_FILES+=usr/share/man/man8/ipf.8.gz
2177OLD_FILES+=usr/share/man/man8/ipfs.8.gz
2178OLD_FILES+=usr/share/man/man8/ipfstat.8.gz
2179OLD_FILES+=usr/share/man/man8/ipmon.8.gz
2180OLD_FILES+=usr/share/man/man8/ipnat.8.gz
2181OLD_FILES+=usr/share/man/man8/ippool.8.gz
2182OLD_FILES+=etc/periodic/security/510.ipfdenied
2183OLD_FILES+=etc/periodic/security/610.ipf6denied
2184.endif
2185
2186.if ${MK_IPFW} == no
2187OLD_FILES+=etc/periodic/security/500.ipfwdenied
2188OLD_FILES+=etc/periodic/security/550.ipfwlimit
2189OLD_FILES+=sbin/ipfw
2190OLD_FILES+=sbin/natd
2191OLD_FILES+=usr/sbin/ipfwpcap
2192OLD_FILES+=usr/share/man/man8/ipfw.8.gz
2193OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz
2194OLD_FILES+=usr/share/man/man8/natd.8.gz
2195.endif
2196
2197.if ${MK_IPX} == no
2198OLD_LIBS+=lib/libipx.so.5
2199OLD_FILES+=usr/lib/libipx.a
2200OLD_FILES+=usr/lib/libipx.so
2201OLD_FILES+=usr/lib/libipx_p.a
2202.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2203OLD_FILES+=usr/lib32/libipx.a
2204OLD_FILES+=usr/lib32/libipx.so
2205OLD_LIBS+=usr/lib32/libipx.so.5
2206OLD_FILES+=usr/lib32/libipx_p.a
2207.endif
2208OLD_FILES+=usr/sbin/IPXrouted
2209OLD_FILES+=usr/share/man/man3/ipx.3.gz
2210OLD_FILES+=usr/share/man/man3/ipx_addr.3.gz
2211OLD_FILES+=usr/share/man/man3/ipx_ntoa.3.gz
2212OLD_FILES+=usr/share/man/man8/IPXrouted.8.gz
2213.endif
2214
2215.if ${MK_JAIL} == no
2216OLD_FILES+=usr/sbin/jail
2217OLD_FILES+=usr/sbin/jexec
2218OLD_FILES+=usr/sbin/jls
2219OLD_FILES+=usr/share/man/man8/jail.8.gz
2220OLD_FILES+=usr/share/man/man8/jexec.8.gz
2221OLD_FILES+=usr/share/man/man8/jls.8.gz
2222.endif
2223
2224.if ${MK_KERBEROS} == no
2225OLD_FILES+=usr/bin/compile_et
2226OLD_FILES+=usr/bin/hxtool
2227OLD_FILES+=usr/bin/kadmin
2228OLD_FILES+=usr/bin/kdestroy
2229OLD_FILES+=usr/bin/kf
2230OLD_FILES+=usr/bin/kgetcred
2231OLD_FILES+=usr/bin/kinit
2232OLD_FILES+=usr/bin/klist
2233OLD_FILES+=usr/bin/kpasswd
2234OLD_FILES+=usr/bin/krb5-config
2235OLD_FILES+=usr/bin/ksu
2236OLD_FILES+=usr/bin/kswitch
2237OLD_FILES+=usr/bin/string2key
2238OLD_FILES+=usr/bin/verify_krb5_conf
2239OLD_FILES+=usr/include/asn1-common.h
2240OLD_FILES+=usr/include/asn1_err.h
2241OLD_FILES+=usr/include/base64.h
2242OLD_FILES+=usr/include/cms_asn1.h
2243OLD_FILES+=usr/include/crmf_asn1.h
2244OLD_FILES+=usr/include/der-private.h
2245OLD_FILES+=usr/include/der-protos.h
2246OLD_FILES+=usr/include/der.h
2247OLD_FILES+=usr/include/digest_asn1.h
2248OLD_FILES+=usr/include/getarg.h
2249OLD_FILES+=usr/include/gssapi/gssapi_krb5.h
2250OLD_FILES+=usr/include/hdb-protos.h
2251OLD_FILES+=usr/include/hdb.h
2252OLD_FILES+=usr/include/hdb_asn1.h
2253OLD_FILES+=usr/include/hdb_err.h
2254OLD_FILES+=usr/include/heim_asn1.h
2255OLD_FILES+=usr/include/heim_err.h
2256OLD_FILES+=usr/include/heim_threads.h
2257OLD_FILES+=usr/include/heimbase.h
2258OLD_FILES+=usr/include/heimntlm-protos.h
2259OLD_FILES+=usr/include/heimntlm.h
2260OLD_FILES+=usr/include/hex.h
2261OLD_FILES+=usr/include/hx509-private.h
2262OLD_FILES+=usr/include/hx509-protos.h
2263OLD_FILES+=usr/include/hx509.h
2264OLD_FILES+=usr/include/hx509_err.h
2265OLD_FILES+=usr/include/k524_err.h
2266OLD_FILES+=usr/include/kadm5/admin.h
2267OLD_FILES+=usr/include/kadm5/kadm5-private.h
2268OLD_FILES+=usr/include/kadm5/kadm5-protos.h
2269OLD_FILES+=usr/include/kadm5/kadm5-pwcheck.h
2270OLD_FILES+=usr/include/kadm5/kadm5_err.h
2271OLD_FILES+=usr/include/kadm5/private.h
2272OLD_FILES+=usr/include/kafs.h
2273OLD_FILES+=usr/include/kdc-protos.h
2274OLD_FILES+=usr/include/kdc.h
2275OLD_FILES+=usr/include/krb5-private.h
2276OLD_FILES+=usr/include/krb5-protos.h
2277OLD_FILES+=usr/include/krb5-types.h
2278OLD_FILES+=usr/include/krb5.h
2279OLD_FILES+=usr/include/krb5/ccache_plugin.h
2280OLD_FILES+=usr/include/krb5/locate_plugin.h
2281OLD_FILES+=usr/include/krb5/send_to_kdc_plugin.h
2282OLD_FILES+=usr/include/krb5/windc_plugin.h
2283OLD_FILES+=usr/include/krb5_asn1.h
2284OLD_FILES+=usr/include/krb5_ccapi.h
2285OLD_FILES+=usr/include/krb5_err.h
2286OLD_FILES+=usr/include/kx509_asn1.h
2287OLD_FILES+=usr/include/ntlm_err.h
2288OLD_FILES+=usr/include/ocsp_asn1.h
2289OLD_FILES+=usr/include/parse_bytes.h
2290OLD_FILES+=usr/include/parse_time.h
2291OLD_FILES+=usr/include/parse_units.h
2292OLD_FILES+=usr/include/pkcs10_asn1.h
2293OLD_FILES+=usr/include/pkcs12_asn1.h
2294OLD_FILES+=usr/include/pkcs8_asn1.h
2295OLD_FILES+=usr/include/pkcs9_asn1.h
2296OLD_FILES+=usr/include/pkinit_asn1.h
2297OLD_FILES+=usr/include/resolve.h
2298OLD_FILES+=usr/include/rfc2459_asn1.h
2299OLD_FILES+=usr/include/roken-common.h
2300OLD_FILES+=usr/include/rtbl.h
2301OLD_FILES+=usr/include/wind.h
2302OLD_FILES+=usr/include/wind_err.h
2303OLD_FILES+=usr/include/xdbm.h
2304OLD_FILES+=usr/lib/libasn1.a
2305OLD_FILES+=usr/lib/libasn1.so
2306OLD_LIBS+=usr/lib/libasn1.so.11
2307OLD_FILES+=usr/lib/libasn1_p.a
2308OLD_FILES+=usr/lib/libcom_err.a
2309OLD_FILES+=usr/lib/libcom_err.so
2310OLD_LIBS+=usr/lib/libcom_err.so.5
2311OLD_FILES+=usr/lib/libcom_err_p.a
2312OLD_FILES+=usr/lib/libcom_err_p.a
2313OLD_FILES+=usr/lib/libgssapi_krb5.a
2314OLD_FILES+=usr/lib/libgssapi_krb5.so
2315OLD_LIBS+=usr/lib/libgssapi_krb5.so.10
2316OLD_FILES+=usr/lib/libgssapi_krb5_p.a
2317OLD_FILES+=usr/lib/libgssapi_ntlm.a
2318OLD_FILES+=usr/lib/libgssapi_ntlm.so
2319OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10
2320OLD_FILES+=usr/lib/libgssapi_ntlm_p.a
2321OLD_FILES+=usr/lib/libgssapi_spnego.a
2322OLD_FILES+=usr/lib/libgssapi_spnego.so
2323OLD_LIBS+=usr/lib/libgssapi_spnego.so.10
2324OLD_FILES+=usr/lib/libgssapi_spnego_p.a
2325OLD_FILES+=usr/lib/libhdb.a
2326OLD_FILES+=usr/lib/libhdb.so
2327OLD_LIBS+=usr/lib/libhdb.so.11
2328OLD_FILES+=usr/lib/libhdb_p.a
2329OLD_FILES+=usr/lib/libheimbase.a
2330OLD_FILES+=usr/lib/libheimbase.so
2331OLD_LIBS+=usr/lib/libheimbase.so.11
2332OLD_FILES+=usr/lib/libheimbase_p.a
2333OLD_FILES+=usr/lib/libheimntlm.a
2334OLD_FILES+=usr/lib/libheimntlm.so
2335OLD_LIBS+=usr/lib/libheimntlm.so.11
2336OLD_FILES+=usr/lib/libheimntlm_p.a
2337OLD_FILES+=usr/lib/libheimsqlite.a
2338OLD_FILES+=usr/lib/libheimsqlite.so
2339OLD_LIBS+=usr/lib/libheimsqlite.so.11
2340OLD_FILES+=usr/lib/libheimsqlite_p.a
2341OLD_FILES+=usr/lib/libhx509.a
2342OLD_FILES+=usr/lib/libhx509.so
2343OLD_LIBS+=usr/lib/libhx509.so.11
2344OLD_FILES+=usr/lib/libhx509_p.a
2345OLD_FILES+=usr/lib/libkadm5clnt.a
2346OLD_FILES+=usr/lib/libkadm5clnt.so
2347OLD_LIBS+=usr/lib/libkadm5clnt.so.11
2348OLD_FILES+=usr/lib/libkadm5clnt_p.a
2349OLD_FILES+=usr/lib/libkadm5srv.a
2350OLD_FILES+=usr/lib/libkadm5srv.so
2351OLD_LIBS+=usr/lib/libkadm5srv.so.11
2352OLD_FILES+=usr/lib/libkadm5srv_p.a
2353OLD_FILES+=usr/lib/libkafs5.a
2354OLD_FILES+=usr/lib/libkafs5.so
2355OLD_LIBS+=usr/lib/libkafs5.so.11
2356OLD_FILES+=usr/lib/libkafs5_p.a
2357OLD_FILES+=usr/lib/libkdc.a
2358OLD_FILES+=usr/lib/libkdc.so
2359OLD_LIBS+=usr/lib/libkdc.so.11
2360OLD_FILES+=usr/lib/libkdc_p.a
2361OLD_FILES+=usr/lib/libkrb5.a
2362OLD_FILES+=usr/lib/libkrb5.so
2363OLD_LIBS+=usr/lib/libkrb5.so.11
2364OLD_FILES+=usr/lib/libkrb5_p.a
2365OLD_FILES+=usr/lib/libroken.a
2366OLD_FILES+=usr/lib/libroken.so
2367OLD_LIBS+=usr/lib/libroken.so.11
2368OLD_FILES+=usr/lib/libroken_p.a
2369OLD_FILES+=usr/lib/libwind.a
2370OLD_FILES+=usr/lib/libwind.so
2371OLD_LIBS+=usr/lib/libwind.so.11
2372OLD_FILES+=usr/lib/libwind_p.a
2373OLD_FILES+=usr/lib/pam_krb5.so
2374OLD_LIBS+=usr/lib/pam_krb5.so.5
2375OLD_FILES+=usr/lib/pam_ksu.so
2376OLD_LIBS+=usr/lib/pam_ksu.so.5
2377.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2378OLD_FILES+=usr/lib32/libasn1.a
2379OLD_FILES+=usr/lib32/libasn1.so
2380OLD_LIBS+=usr/lib32/libasn1.so.11
2381OLD_FILES+=usr/lib32/libasn1_p.a
2382OLD_FILES+=usr/lib32/libgssapi_krb5.a
2383OLD_FILES+=usr/lib32/libgssapi_krb5.so
2384OLD_LIBS+=usr/lib32/libgssapi_krb5.so.10
2385OLD_FILES+=usr/lib32/libgssapi_krb5_p.a
2386OLD_FILES+=usr/lib32/libgssapi_ntlm.a
2387OLD_FILES+=usr/lib32/libgssapi_ntlm.so
2388OLD_LIBS+=usr/lib32/libgssapi_ntlm.so.10
2389OLD_FILES+=usr/lib32/libgssapi_ntlm_p.a
2390OLD_FILES+=usr/lib32/libgssapi_spnego.a
2391OLD_FILES+=usr/lib32/libgssapi_spnego.so
2392OLD_LIBS+=usr/lib32/libgssapi_spnego.so.10
2393OLD_FILES+=usr/lib32/libgssapi_spnego_p.a
2394OLD_FILES+=usr/lib32/libhdb.a
2395OLD_FILES+=usr/lib32/libhdb.so
2396OLD_LIBS+=usr/lib32/libhdb.so.11
2397OLD_FILES+=usr/lib32/libhdb_p.a
2398OLD_FILES+=usr/lib32/libheimbase.a
2399OLD_FILES+=usr/lib32/libheimbase.so
2400OLD_LIBS+=usr/lib32/libheimbase.so.11
2401OLD_FILES+=usr/lib32/libheimbase_p.a
2402OLD_FILES+=usr/lib32/libheimntlm.a
2403OLD_FILES+=usr/lib32/libheimntlm.so
2404OLD_LIBS+=usr/lib32/libheimntlm.so.11
2405OLD_FILES+=usr/lib32/libheimntlm_p.a
2406OLD_FILES+=usr/lib32/libheimsqlite.a
2407OLD_FILES+=usr/lib32/libheimsqlite.so
2408OLD_LIBS+=usr/lib32/libheimsqlite.so.11
2409OLD_FILES+=usr/lib32/libheimsqlite_p.a
2410OLD_FILES+=usr/lib32/libhx509.a
2411OLD_FILES+=usr/lib32/libhx509.so
2412OLD_LIBS+=usr/lib32/libhx509.so.11
2413OLD_FILES+=usr/lib32/libhx509_p.a
2414OLD_FILES+=usr/lib32/libkadm5clnt.a
2415OLD_FILES+=usr/lib32/libkadm5clnt.so
2416OLD_LIBS+=usr/lib32/libkadm5clnt.so.11
2417OLD_FILES+=usr/lib32/libkadm5clnt_p.a
2418OLD_FILES+=usr/lib32/libkadm5srv.a
2419OLD_FILES+=usr/lib32/libkadm5srv.so
2420OLD_LIBS+=usr/lib32/libkadm5srv.so.11
2421OLD_FILES+=usr/lib32/libkadm5srv_p.a
2422OLD_FILES+=usr/lib32/libkafs5.a
2423OLD_FILES+=usr/lib32/libkafs5.so
2424OLD_LIBS+=usr/lib32/libkafs5.so.11
2425OLD_FILES+=usr/lib32/libkafs5_p.a
2426OLD_FILES+=usr/lib32/libkdc.a
2427OLD_FILES+=usr/lib32/libkdc.so
2428OLD_LIBS+=usr/lib32/libkdc.so.11
2429OLD_FILES+=usr/lib32/libkdc_p.a
2430OLD_FILES+=usr/lib32/libkrb5.a
2431OLD_FILES+=usr/lib32/libkrb5.so
2432OLD_LIBS+=usr/lib32/libkrb5.so.11
2433OLD_FILES+=usr/lib32/libkrb5_p.a
2434OLD_FILES+=usr/lib32/libroken.a
2435OLD_FILES+=usr/lib32/libroken.so
2436OLD_LIBS+=usr/lib32/libroken.so.11
2437OLD_FILES+=usr/lib32/libroken_p.a
2438OLD_FILES+=usr/lib32/libwind.a
2439OLD_FILES+=usr/lib32/libwind.so
2440OLD_LIBS+=usr/lib32/libwind.so.11
2441OLD_FILES+=usr/lib32/libwind_p.a
2442OLD_FILES+=usr/lib32/pam_krb5.so
2443OLD_LIBS+=usr/lib32/pam_krb5.so.5
2444OLD_FILES+=usr/lib32/pam_ksu.so
2445OLD_LIBS+=usr/lib32/pam_ksu.so.5
2446.endif
2447OLD_FILES+=usr/libexec/digest-service
2448OLD_FILES+=usr/libexec/hprop
2449OLD_FILES+=usr/libexec/hpropd
2450OLD_FILES+=usr/libexec/ipropd-master
2451OLD_FILES+=usr/libexec/ipropd-slave
2452OLD_FILES+=usr/libexec/kadmind
2453OLD_FILES+=usr/libexec/kcm
2454OLD_FILES+=usr/libexec/kdc
2455OLD_FILES+=usr/libexec/kdigest
2456OLD_FILES+=usr/libexec/kfd
2457OLD_FILES+=usr/libexec/kimpersonate
2458OLD_FILES+=usr/libexec/kpasswdd
2459OLD_FILES+=usr/sbin/kstash
2460OLD_FILES+=usr/sbin/ktutil
2461OLD_FILES+=usr/sbin/iprop-log
2462OLD_FILES+=usr/share/info/heimdal.info.gz
2463OLD_FILES+=usr/share/man/man1/kdestroy.1.gz
2464OLD_FILES+=usr/share/man/man1/kf.1.gz
2465OLD_FILES+=usr/share/man/man1/kinit.1.gz
2466OLD_FILES+=usr/share/man/man1/klist.1.gz
2467OLD_FILES+=usr/share/man/man1/kpasswd.1.gz
2468OLD_FILES+=usr/share/man/man1/krb5-config.1.gz
2469OLD_FILES+=usr/share/man/man1/kswitch.1.gz
2470OLD_FILES+=usr/share/man/man3/HDB.3.gz
2471OLD_FILES+=usr/share/man/man3/hdb__del.3.gz
2472OLD_FILES+=usr/share/man/man3/hdb__get.3.gz
2473OLD_FILES+=usr/share/man/man3/hdb__put.3.gz
2474OLD_FILES+=usr/share/man/man3/hdb_auth_status.3.gz
2475OLD_FILES+=usr/share/man/man3/hdb_check_constrained_delegation.3.gz
2476OLD_FILES+=usr/share/man/man3/hdb_check_pkinit_ms_upn_match.3.gz
2477OLD_FILES+=usr/share/man/man3/hdb_check_s4u2self.3.gz
2478OLD_FILES+=usr/share/man/man3/hdb_close.3.gz
2479OLD_FILES+=usr/share/man/man3/hdb_destroy.3.gz
2480OLD_FILES+=usr/share/man/man3/hdb_entry_ex.3.gz
2481OLD_FILES+=usr/share/man/man3/hdb_fetch_kvno.3.gz
2482OLD_FILES+=usr/share/man/man3/hdb_firstkey.3.gz
2483OLD_FILES+=usr/share/man/man3/hdb_free.3.gz
2484OLD_FILES+=usr/share/man/man3/hdb_get_realms.3.gz
2485OLD_FILES+=usr/share/man/man3/hdb_lock.3.gz
2486OLD_FILES+=usr/share/man/man3/hdb_name.3.gz
2487OLD_FILES+=usr/share/man/man3/hdb_nextkey.3.gz
2488OLD_FILES+=usr/share/man/man3/hdb_open.3.gz
2489OLD_FILES+=usr/share/man/man3/hdb_password.3.gz
2490OLD_FILES+=usr/share/man/man3/hdb_remove.3.gz
2491OLD_FILES+=usr/share/man/man3/hdb_rename.3.gz
2492OLD_FILES+=usr/share/man/man3/hdb_store.3.gz
2493OLD_FILES+=usr/share/man/man3/hdb_unlock.3.gz
2494OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm1_master.3.gz
2495OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm2_master.3.gz
2496OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_lm2.3.gz
2497OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm1.3.gz
2498OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm2.3.gz
2499OLD_FILES+=usr/share/man/man3/heim_ntlm_decode_targetinfo.3.gz
2500OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_targetinfo.3.gz
2501OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type1.3.gz
2502OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type2.3.gz
2503OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type3.3.gz
2504OLD_FILES+=usr/share/man/man3/heim_ntlm_free_buf.3.gz
2505OLD_FILES+=usr/share/man/man3/heim_ntlm_free_targetinfo.3.gz
2506OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type1.3.gz
2507OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type2.3.gz
2508OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type3.3.gz
2509OLD_FILES+=usr/share/man/man3/heim_ntlm_keyex_unwrap.3.gz
2510OLD_FILES+=usr/share/man/man3/heim_ntlm_nt_key.3.gz
2511OLD_FILES+=usr/share/man/man3/heim_ntlm_ntlmv2_key.3.gz
2512OLD_FILES+=usr/share/man/man3/heim_ntlm_verify_ntlm2.3.gz
2513OLD_FILES+=usr/share/man/man3/hx509.3.gz
2514OLD_FILES+=usr/share/man/man3/hx509_bitstring_print.3.gz
2515OLD_FILES+=usr/share/man/man3/hx509_ca.3.gz
2516OLD_FILES+=usr/share/man/man3/hx509_ca_sign.3.gz
2517OLD_FILES+=usr/share/man/man3/hx509_ca_sign_self.3.gz
2518OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_crl_dp_uri.3.gz
2519OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_eku.3.gz
2520OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_hostname.3.gz
2521OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_jid.3.gz
2522OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_ms_upn.3.gz
2523OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_otherName.3.gz
2524OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_pkinit.3.gz
2525OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_rfc822name.3.gz
2526OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_free.3.gz
2527OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_init.3.gz
2528OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_ca.3.gz
2529OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_domaincontroller.3.gz
2530OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter.3.gz
2531OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter_lifetime.3.gz
2532OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notBefore.3.gz
2533OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_proxy.3.gz
2534OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_serialnumber.3.gz
2535OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_spki.3.gz
2536OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_subject.3.gz
2537OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_template.3.gz
2538OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_unique.3.gz
2539OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_subject_expand.3.gz
2540OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_template_units.3.gz
2541OLD_FILES+=usr/share/man/man3/hx509_cert.3.gz
2542OLD_FILES+=usr/share/man/man3/hx509_cert_binary.3.gz
2543OLD_FILES+=usr/share/man/man3/hx509_cert_check_eku.3.gz
2544OLD_FILES+=usr/share/man/man3/hx509_cert_cmp.3.gz
2545OLD_FILES+=usr/share/man/man3/hx509_cert_find_subjectAltName_otherName.3.gz
2546OLD_FILES+=usr/share/man/man3/hx509_cert_free.3.gz
2547OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI.3.gz
2548OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI_AlgorithmIdentifier.3.gz
2549OLD_FILES+=usr/share/man/man3/hx509_cert_get_attribute.3.gz
2550OLD_FILES+=usr/share/man/man3/hx509_cert_get_base_subject.3.gz
2551OLD_FILES+=usr/share/man/man3/hx509_cert_get_friendly_name.3.gz
2552OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer.3.gz
2553OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer_unique_id.3.gz
2554OLD_FILES+=usr/share/man/man3/hx509_cert_get_notAfter.3.gz
2555OLD_FILES+=usr/share/man/man3/hx509_cert_get_notBefore.3.gz
2556OLD_FILES+=usr/share/man/man3/hx509_cert_get_serialnumber.3.gz
2557OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject.3.gz
2558OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject_unique_id.3.gz
2559OLD_FILES+=usr/share/man/man3/hx509_cert_init.3.gz
2560OLD_FILES+=usr/share/man/man3/hx509_cert_init_data.3.gz
2561OLD_FILES+=usr/share/man/man3/hx509_cert_keyusage_print.3.gz
2562OLD_FILES+=usr/share/man/man3/hx509_cert_ref.3.gz
2563OLD_FILES+=usr/share/man/man3/hx509_cert_set_friendly_name.3.gz
2564OLD_FILES+=usr/share/man/man3/hx509_certs_add.3.gz
2565OLD_FILES+=usr/share/man/man3/hx509_certs_append.3.gz
2566OLD_FILES+=usr/share/man/man3/hx509_certs_end_seq.3.gz
2567OLD_FILES+=usr/share/man/man3/hx509_certs_filter.3.gz
2568OLD_FILES+=usr/share/man/man3/hx509_certs_find.3.gz
2569OLD_FILES+=usr/share/man/man3/hx509_certs_free.3.gz
2570OLD_FILES+=usr/share/man/man3/hx509_certs_info.3.gz
2571OLD_FILES+=usr/share/man/man3/hx509_certs_init.3.gz
2572OLD_FILES+=usr/share/man/man3/hx509_certs_iter_f.3.gz
2573OLD_FILES+=usr/share/man/man3/hx509_certs_merge.3.gz
2574OLD_FILES+=usr/share/man/man3/hx509_certs_next_cert.3.gz
2575OLD_FILES+=usr/share/man/man3/hx509_certs_start_seq.3.gz
2576OLD_FILES+=usr/share/man/man3/hx509_certs_store.3.gz
2577OLD_FILES+=usr/share/man/man3/hx509_ci_print_names.3.gz
2578OLD_FILES+=usr/share/man/man3/hx509_clear_error_string.3.gz
2579OLD_FILES+=usr/share/man/man3/hx509_cms.3.gz
2580OLD_FILES+=usr/share/man/man3/hx509_cms_create_signed_1.3.gz
2581OLD_FILES+=usr/share/man/man3/hx509_cms_envelope_1.3.gz
2582OLD_FILES+=usr/share/man/man3/hx509_cms_unenvelope.3.gz
2583OLD_FILES+=usr/share/man/man3/hx509_cms_unwrap_ContentInfo.3.gz
2584OLD_FILES+=usr/share/man/man3/hx509_cms_verify_signed.3.gz
2585OLD_FILES+=usr/share/man/man3/hx509_cms_wrap_ContentInfo.3.gz
2586OLD_FILES+=usr/share/man/man3/hx509_context_free.3.gz
2587OLD_FILES+=usr/share/man/man3/hx509_context_init.3.gz
2588OLD_FILES+=usr/share/man/man3/hx509_context_set_missing_revoke.3.gz
2589OLD_FILES+=usr/share/man/man3/hx509_crl_add_revoked_certs.3.gz
2590OLD_FILES+=usr/share/man/man3/hx509_crl_alloc.3.gz
2591OLD_FILES+=usr/share/man/man3/hx509_crl_free.3.gz
2592OLD_FILES+=usr/share/man/man3/hx509_crl_lifetime.3.gz
2593OLD_FILES+=usr/share/man/man3/hx509_crl_sign.3.gz
2594OLD_FILES+=usr/share/man/man3/hx509_crypto.3.gz
2595OLD_FILES+=usr/share/man/man3/hx509_env.3.gz
2596OLD_FILES+=usr/share/man/man3/hx509_env_add.3.gz
2597OLD_FILES+=usr/share/man/man3/hx509_env_add_binding.3.gz
2598OLD_FILES+=usr/share/man/man3/hx509_env_find.3.gz
2599OLD_FILES+=usr/share/man/man3/hx509_env_find_binding.3.gz
2600OLD_FILES+=usr/share/man/man3/hx509_env_free.3.gz
2601OLD_FILES+=usr/share/man/man3/hx509_env_lfind.3.gz
2602OLD_FILES+=usr/share/man/man3/hx509_err.3.gz
2603OLD_FILES+=usr/share/man/man3/hx509_error.3.gz
2604OLD_FILES+=usr/share/man/man3/hx509_free_error_string.3.gz
2605OLD_FILES+=usr/share/man/man3/hx509_free_octet_string_list.3.gz
2606OLD_FILES+=usr/share/man/man3/hx509_general_name_unparse.3.gz
2607OLD_FILES+=usr/share/man/man3/hx509_get_error_string.3.gz
2608OLD_FILES+=usr/share/man/man3/hx509_get_one_cert.3.gz
2609OLD_FILES+=usr/share/man/man3/hx509_keyset.3.gz
2610OLD_FILES+=usr/share/man/man3/hx509_lock.3.gz
2611OLD_FILES+=usr/share/man/man3/hx509_misc.3.gz
2612OLD_FILES+=usr/share/man/man3/hx509_name.3.gz
2613OLD_FILES+=usr/share/man/man3/hx509_name_binary.3.gz
2614OLD_FILES+=usr/share/man/man3/hx509_name_cmp.3.gz
2615OLD_FILES+=usr/share/man/man3/hx509_name_copy.3.gz
2616OLD_FILES+=usr/share/man/man3/hx509_name_expand.3.gz
2617OLD_FILES+=usr/share/man/man3/hx509_name_free.3.gz
2618OLD_FILES+=usr/share/man/man3/hx509_name_is_null_p.3.gz
2619OLD_FILES+=usr/share/man/man3/hx509_name_to_Name.3.gz
2620OLD_FILES+=usr/share/man/man3/hx509_name_to_string.3.gz
2621OLD_FILES+=usr/share/man/man3/hx509_ocsp_request.3.gz
2622OLD_FILES+=usr/share/man/man3/hx509_ocsp_verify.3.gz
2623OLD_FILES+=usr/share/man/man3/hx509_oid_print.3.gz
2624OLD_FILES+=usr/share/man/man3/hx509_oid_sprint.3.gz
2625OLD_FILES+=usr/share/man/man3/hx509_parse_name.3.gz
2626OLD_FILES+=usr/share/man/man3/hx509_peer.3.gz
2627OLD_FILES+=usr/share/man/man3/hx509_peer_info_add_cms_alg.3.gz
2628OLD_FILES+=usr/share/man/man3/hx509_peer_info_alloc.3.gz
2629OLD_FILES+=usr/share/man/man3/hx509_peer_info_free.3.gz
2630OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cert.3.gz
2631OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cms_algs.3.gz
2632OLD_FILES+=usr/share/man/man3/hx509_print.3.gz
2633OLD_FILES+=usr/share/man/man3/hx509_print_cert.3.gz
2634OLD_FILES+=usr/share/man/man3/hx509_print_stdout.3.gz
2635OLD_FILES+=usr/share/man/man3/hx509_query.3.gz
2636OLD_FILES+=usr/share/man/man3/hx509_query_alloc.3.gz
2637OLD_FILES+=usr/share/man/man3/hx509_query_free.3.gz
2638OLD_FILES+=usr/share/man/man3/hx509_query_match_cmp_func.3.gz
2639OLD_FILES+=usr/share/man/man3/hx509_query_match_eku.3.gz
2640OLD_FILES+=usr/share/man/man3/hx509_query_match_friendly_name.3.gz
2641OLD_FILES+=usr/share/man/man3/hx509_query_match_issuer_serial.3.gz
2642OLD_FILES+=usr/share/man/man3/hx509_query_match_option.3.gz
2643OLD_FILES+=usr/share/man/man3/hx509_query_statistic_file.3.gz
2644OLD_FILES+=usr/share/man/man3/hx509_query_unparse_stats.3.gz
2645OLD_FILES+=usr/share/man/man3/hx509_revoke.3.gz
2646OLD_FILES+=usr/share/man/man3/hx509_revoke_add_crl.3.gz
2647OLD_FILES+=usr/share/man/man3/hx509_revoke_add_ocsp.3.gz
2648OLD_FILES+=usr/share/man/man3/hx509_revoke_free.3.gz
2649OLD_FILES+=usr/share/man/man3/hx509_revoke_init.3.gz
2650OLD_FILES+=usr/share/man/man3/hx509_revoke_ocsp_print.3.gz
2651OLD_FILES+=usr/share/man/man3/hx509_revoke_verify.3.gz
2652OLD_FILES+=usr/share/man/man3/hx509_set_error_string.3.gz
2653OLD_FILES+=usr/share/man/man3/hx509_set_error_stringv.3.gz
2654OLD_FILES+=usr/share/man/man3/hx509_unparse_der_name.3.gz
2655OLD_FILES+=usr/share/man/man3/hx509_validate_cert.3.gz
2656OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_add_flags.3.gz
2657OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_free.3.gz
2658OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_init.3.gz
2659OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_set_print.3.gz
2660OLD_FILES+=usr/share/man/man3/hx509_verify.3.gz
2661OLD_FILES+=usr/share/man/man3/hx509_verify_attach_anchors.3.gz
2662OLD_FILES+=usr/share/man/man3/hx509_verify_attach_revoke.3.gz
2663OLD_FILES+=usr/share/man/man3/hx509_verify_ctx_f_allow_default_trustanchors.3.gz
2664OLD_FILES+=usr/share/man/man3/hx509_verify_destroy_ctx.3.gz
2665OLD_FILES+=usr/share/man/man3/hx509_verify_hostname.3.gz
2666OLD_FILES+=usr/share/man/man3/hx509_verify_init_ctx.3.gz
2667OLD_FILES+=usr/share/man/man3/hx509_verify_path.3.gz
2668OLD_FILES+=usr/share/man/man3/hx509_verify_set_max_depth.3.gz
2669OLD_FILES+=usr/share/man/man3/hx509_verify_set_proxy_certificate.3.gz
2670OLD_FILES+=usr/share/man/man3/hx509_verify_set_strict_rfc3280_verification.3.gz
2671OLD_FILES+=usr/share/man/man3/hx509_verify_set_time.3.gz
2672OLD_FILES+=usr/share/man/man3/hx509_verify_signature.3.gz
2673OLD_FILES+=usr/share/man/man3/hx509_xfree.3.gz
2674OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz
2675OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz
2676OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz
2677OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz
2678OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz
2679OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz
2680OLD_FILES+=usr/share/man/man3/k_setpag.3.gz
2681OLD_FILES+=usr/share/man/man3/k_setpag.3.gz
2682OLD_FILES+=usr/share/man/man3/k_unlog.3.gz
2683OLD_FILES+=usr/share/man/man3/k_unlog.3.gz
2684OLD_FILES+=usr/share/man/man3/kadm5_pwcheck.3.gz
2685OLD_FILES+=usr/share/man/man3/kafs.3.gz
2686OLD_FILES+=usr/share/man/man3/kafs.3.gz
2687OLD_FILES+=usr/share/man/man3/kafs5.3.gz
2688OLD_FILES+=usr/share/man/man3/kafs5.3.gz
2689OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz
2690OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz
2691OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz
2692OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz
2693OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz
2694OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz
2695OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz
2696OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz
2697OLD_FILES+=usr/share/man/man3/krb5.3.gz
2698OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc.3.gz
2699OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc_ccache.3.gz
2700OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal.3.gz
2701OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal_ext.3.gz
2702OLD_FILES+=usr/share/man/man3/krb5_524_conv_principal.3.gz
2703OLD_FILES+=usr/share/man/man3/krb5_acc_ops.3.gz
2704OLD_FILES+=usr/share/man/man3/krb5_acl_match_file.3.gz
2705OLD_FILES+=usr/share/man/man3/krb5_acl_match_string.3.gz
2706OLD_FILES+=usr/share/man/man3/krb5_add_et_list.3.gz
2707OLD_FILES+=usr/share/man/man3/krb5_add_extra_addresses.3.gz
2708OLD_FILES+=usr/share/man/man3/krb5_add_ignore_addresses.3.gz
2709OLD_FILES+=usr/share/man/man3/krb5_addlog_dest.3.gz
2710OLD_FILES+=usr/share/man/man3/krb5_addlog_func.3.gz
2711OLD_FILES+=usr/share/man/man3/krb5_addr2sockaddr.3.gz
2712OLD_FILES+=usr/share/man/man3/krb5_address.3.gz
2713OLD_FILES+=usr/share/man/man3/krb5_address_compare.3.gz
2714OLD_FILES+=usr/share/man/man3/krb5_address_order.3.gz
2715OLD_FILES+=usr/share/man/man3/krb5_address_prefixlen_boundary.3.gz
2716OLD_FILES+=usr/share/man/man3/krb5_address_search.3.gz
2717OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz
2718OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz
2719OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz
2720OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz
2721OLD_FILES+=usr/share/man/man3/krb5_allow_weak_crypto.3.gz
2722OLD_FILES+=usr/share/man/man3/krb5_aname_to_localname.3.gz
2723OLD_FILES+=usr/share/man/man3/krb5_anyaddr.3.gz
2724OLD_FILES+=usr/share/man/man3/krb5_appdefault.3.gz
2725OLD_FILES+=usr/share/man/man3/krb5_appdefault_boolean.3.gz
2726OLD_FILES+=usr/share/man/man3/krb5_appdefault_string.3.gz
2727OLD_FILES+=usr/share/man/man3/krb5_appdefault_time.3.gz
2728OLD_FILES+=usr/share/man/man3/krb5_append_addresses.3.gz
2729OLD_FILES+=usr/share/man/man3/krb5_auth.3.gz
2730OLD_FILES+=usr/share/man/man3/krb5_auth_con_free.3.gz
2731OLD_FILES+=usr/share/man/man3/krb5_auth_con_genaddrs.3.gz
2732OLD_FILES+=usr/share/man/man3/krb5_auth_con_getaddrs.3.gz
2733OLD_FILES+=usr/share/man/man3/krb5_auth_con_getflags.3.gz
2734OLD_FILES+=usr/share/man/man3/krb5_auth_con_getkey.3.gz
2735OLD_FILES+=usr/share/man/man3/krb5_auth_con_getlocalsubkey.3.gz
2736OLD_FILES+=usr/share/man/man3/krb5_auth_con_getrcache.3.gz
2737OLD_FILES+=usr/share/man/man3/krb5_auth_con_getremotesubkey.3.gz
2738OLD_FILES+=usr/share/man/man3/krb5_auth_con_getuserkey.3.gz
2739OLD_FILES+=usr/share/man/man3/krb5_auth_con_init.3.gz
2740OLD_FILES+=usr/share/man/man3/krb5_auth_con_initivector.3.gz
2741OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs.3.gz
2742OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs_from_fd.3.gz
2743OLD_FILES+=usr/share/man/man3/krb5_auth_con_setflags.3.gz
2744OLD_FILES+=usr/share/man/man3/krb5_auth_con_setivector.3.gz
2745OLD_FILES+=usr/share/man/man3/krb5_auth_con_setkey.3.gz
2746OLD_FILES+=usr/share/man/man3/krb5_auth_con_setlocalsubkey.3.gz
2747OLD_FILES+=usr/share/man/man3/krb5_auth_con_setrcache.3.gz
2748OLD_FILES+=usr/share/man/man3/krb5_auth_con_setremotesubkey.3.gz
2749OLD_FILES+=usr/share/man/man3/krb5_auth_con_setuserkey.3.gz
2750OLD_FILES+=usr/share/man/man3/krb5_auth_context.3.gz
2751OLD_FILES+=usr/share/man/man3/krb5_auth_getauthenticator.3.gz
2752OLD_FILES+=usr/share/man/man3/krb5_auth_getcksumtype.3.gz
2753OLD_FILES+=usr/share/man/man3/krb5_auth_getkeytype.3.gz
2754OLD_FILES+=usr/share/man/man3/krb5_auth_getlocalseqnumber.3.gz
2755OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz
2756OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz
2757OLD_FILES+=usr/share/man/man3/krb5_auth_setcksumtype.3.gz
2758OLD_FILES+=usr/share/man/man3/krb5_auth_setkeytype.3.gz
2759OLD_FILES+=usr/share/man/man3/krb5_auth_setlocalseqnumber.3.gz
2760OLD_FILES+=usr/share/man/man3/krb5_auth_setremoteseqnumber.3.gz
2761OLD_FILES+=usr/share/man/man3/krb5_build_principal.3.gz
2762OLD_FILES+=usr/share/man/man3/krb5_build_principal_ext.3.gz
2763OLD_FILES+=usr/share/man/man3/krb5_build_principal_va.3.gz
2764OLD_FILES+=usr/share/man/man3/krb5_build_principal_va_ext.3.gz
2765OLD_FILES+=usr/share/man/man3/krb5_c_enctype_compare.3.gz
2766OLD_FILES+=usr/share/man/man3/krb5_c_make_checksum.3.gz
2767OLD_FILES+=usr/share/man/man3/krb5_cc_cache_end_seq_get.3.gz
2768OLD_FILES+=usr/share/man/man3/krb5_cc_cache_get_first.3.gz
2769OLD_FILES+=usr/share/man/man3/krb5_cc_cache_match.3.gz
2770OLD_FILES+=usr/share/man/man3/krb5_cc_cache_next.3.gz
2771OLD_FILES+=usr/share/man/man3/krb5_cc_clear_mcred.3.gz
2772OLD_FILES+=usr/share/man/man3/krb5_cc_close.3.gz
2773OLD_FILES+=usr/share/man/man3/krb5_cc_copy_cache.3.gz
2774OLD_FILES+=usr/share/man/man3/krb5_cc_copy_creds.3.gz
2775OLD_FILES+=usr/share/man/man3/krb5_cc_copy_match_f.3.gz
2776OLD_FILES+=usr/share/man/man3/krb5_cc_default.3.gz
2777OLD_FILES+=usr/share/man/man3/krb5_cc_default_name.3.gz
2778OLD_FILES+=usr/share/man/man3/krb5_cc_destroy.3.gz
2779OLD_FILES+=usr/share/man/man3/krb5_cc_end_seq_get.3.gz
2780OLD_FILES+=usr/share/man/man3/krb5_cc_gen_new.3.gz
2781OLD_FILES+=usr/share/man/man3/krb5_cc_get_config.3.gz
2782OLD_FILES+=usr/share/man/man3/krb5_cc_get_flags.3.gz
2783OLD_FILES+=usr/share/man/man3/krb5_cc_get_friendly_name.3.gz
2784OLD_FILES+=usr/share/man/man3/krb5_cc_get_full_name.3.gz
2785OLD_FILES+=usr/share/man/man3/krb5_cc_get_kdc_offset.3.gz
2786OLD_FILES+=usr/share/man/man3/krb5_cc_get_lifetime.3.gz
2787OLD_FILES+=usr/share/man/man3/krb5_cc_get_name.3.gz
2788OLD_FILES+=usr/share/man/man3/krb5_cc_get_ops.3.gz
2789OLD_FILES+=usr/share/man/man3/krb5_cc_get_prefix_ops.3.gz
2790OLD_FILES+=usr/share/man/man3/krb5_cc_get_principal.3.gz
2791OLD_FILES+=usr/share/man/man3/krb5_cc_get_type.3.gz
2792OLD_FILES+=usr/share/man/man3/krb5_cc_get_version.3.gz
2793OLD_FILES+=usr/share/man/man3/krb5_cc_initialize.3.gz
2794OLD_FILES+=usr/share/man/man3/krb5_cc_last_change_time.3.gz
2795OLD_FILES+=usr/share/man/man3/krb5_cc_move.3.gz
2796OLD_FILES+=usr/share/man/man3/krb5_cc_new_unique.3.gz
2797OLD_FILES+=usr/share/man/man3/krb5_cc_next_cred.3.gz
2798OLD_FILES+=usr/share/man/man3/krb5_cc_register.3.gz
2799OLD_FILES+=usr/share/man/man3/krb5_cc_remove_cred.3.gz
2800OLD_FILES+=usr/share/man/man3/krb5_cc_resolve.3.gz
2801OLD_FILES+=usr/share/man/man3/krb5_cc_retrieve_cred.3.gz
2802OLD_FILES+=usr/share/man/man3/krb5_cc_set_config.3.gz
2803OLD_FILES+=usr/share/man/man3/krb5_cc_set_default_name.3.gz
2804OLD_FILES+=usr/share/man/man3/krb5_cc_set_flags.3.gz
2805OLD_FILES+=usr/share/man/man3/krb5_cc_set_friendly_name.3.gz
2806OLD_FILES+=usr/share/man/man3/krb5_cc_set_kdc_offset.3.gz
2807OLD_FILES+=usr/share/man/man3/krb5_cc_start_seq_get.3.gz
2808OLD_FILES+=usr/share/man/man3/krb5_cc_store_cred.3.gz
2809OLD_FILES+=usr/share/man/man3/krb5_cc_support_switch.3.gz
2810OLD_FILES+=usr/share/man/man3/krb5_cc_switch.3.gz
2811OLD_FILES+=usr/share/man/man3/krb5_ccache.3.gz
2812OLD_FILES+=usr/share/man/man3/krb5_ccache_intro.3.gz
2813OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_free.3.gz
2814OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_new.3.gz
2815OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_next.3.gz
2816OLD_FILES+=usr/share/man/man3/krb5_cccol_last_change_time.3.gz
2817OLD_FILES+=usr/share/man/man3/krb5_change_password.3.gz
2818OLD_FILES+=usr/share/man/man3/krb5_check_transited.3.gz
2819OLD_FILES+=usr/share/man/man3/krb5_checksum_is_collision_proof.3.gz
2820OLD_FILES+=usr/share/man/man3/krb5_checksum_is_keyed.3.gz
2821OLD_FILES+=usr/share/man/man3/krb5_checksumsize.3.gz
2822OLD_FILES+=usr/share/man/man3/krb5_cksumtype_to_enctype.3.gz
2823OLD_FILES+=usr/share/man/man3/krb5_clear_error_message.3.gz
2824OLD_FILES+=usr/share/man/man3/krb5_clear_error_string.3.gz
2825OLD_FILES+=usr/share/man/man3/krb5_closelog.3.gz
2826OLD_FILES+=usr/share/man/man3/krb5_compare_creds.3.gz
2827OLD_FILES+=usr/share/man/man3/krb5_config_file_free.3.gz
2828OLD_FILES+=usr/share/man/man3/krb5_config_free_strings.3.gz
2829OLD_FILES+=usr/share/man/man3/krb5_config_get_bool.3.gz
2830OLD_FILES+=usr/share/man/man3/krb5_config_get_bool_default.3.gz
2831OLD_FILES+=usr/share/man/man3/krb5_config_get_list.3.gz
2832OLD_FILES+=usr/share/man/man3/krb5_config_get_string.3.gz
2833OLD_FILES+=usr/share/man/man3/krb5_config_get_string_default.3.gz
2834OLD_FILES+=usr/share/man/man3/krb5_config_get_strings.3.gz
2835OLD_FILES+=usr/share/man/man3/krb5_config_get_time.3.gz
2836OLD_FILES+=usr/share/man/man3/krb5_config_get_time_default.3.gz
2837OLD_FILES+=usr/share/man/man3/krb5_config_parse_file_multi.3.gz
2838OLD_FILES+=usr/share/man/man3/krb5_config_parse_string_multi.3.gz
2839OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool.3.gz
2840OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool_default.3.gz
2841OLD_FILES+=usr/share/man/man3/krb5_config_vget_list.3.gz
2842OLD_FILES+=usr/share/man/man3/krb5_config_vget_string.3.gz
2843OLD_FILES+=usr/share/man/man3/krb5_config_vget_string_default.3.gz
2844OLD_FILES+=usr/share/man/man3/krb5_config_vget_strings.3.gz
2845OLD_FILES+=usr/share/man/man3/krb5_config_vget_time.3.gz
2846OLD_FILES+=usr/share/man/man3/krb5_config_vget_time_default.3.gz
2847OLD_FILES+=usr/share/man/man3/krb5_copy_address.3.gz
2848OLD_FILES+=usr/share/man/man3/krb5_copy_addresses.3.gz
2849OLD_FILES+=usr/share/man/man3/krb5_copy_context.3.gz
2850OLD_FILES+=usr/share/man/man3/krb5_copy_creds.3.gz
2851OLD_FILES+=usr/share/man/man3/krb5_copy_creds_contents.3.gz
2852OLD_FILES+=usr/share/man/man3/krb5_copy_data.3.gz
2853OLD_FILES+=usr/share/man/man3/krb5_copy_host_realm.3.gz
2854OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock.3.gz
2855OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock_contents.3.gz
2856OLD_FILES+=usr/share/man/man3/krb5_copy_principal.3.gz
2857OLD_FILES+=usr/share/man/man3/krb5_copy_ticket.3.gz
2858OLD_FILES+=usr/share/man/man3/krb5_create_checksum.3.gz
2859OLD_FILES+=usr/share/man/man3/krb5_create_checksum_iov.3.gz
2860OLD_FILES+=usr/share/man/man3/krb5_credential.3.gz
2861OLD_FILES+=usr/share/man/man3/krb5_creds.3.gz
2862OLD_FILES+=usr/share/man/man3/krb5_creds_get_ticket_flags.3.gz
2863OLD_FILES+=usr/share/man/man3/krb5_crypto.3.gz
2864OLD_FILES+=usr/share/man/man3/krb5_crypto_destroy.3.gz
2865OLD_FILES+=usr/share/man/man3/krb5_crypto_fx_cf2.3.gz
2866OLD_FILES+=usr/share/man/man3/krb5_crypto_getblocksize.3.gz
2867OLD_FILES+=usr/share/man/man3/krb5_crypto_getconfoundersize.3.gz
2868OLD_FILES+=usr/share/man/man3/krb5_crypto_getenctype.3.gz
2869OLD_FILES+=usr/share/man/man3/krb5_crypto_getpadsize.3.gz
2870OLD_FILES+=usr/share/man/man3/krb5_crypto_init.3.gz
2871OLD_FILES+=usr/share/man/man3/krb5_crypto_iov.3.gz
2872OLD_FILES+=usr/share/man/man3/krb5_data_alloc.3.gz
2873OLD_FILES+=usr/share/man/man3/krb5_data_cmp.3.gz
2874OLD_FILES+=usr/share/man/man3/krb5_data_copy.3.gz
2875OLD_FILES+=usr/share/man/man3/krb5_data_ct_cmp.3.gz
2876OLD_FILES+=usr/share/man/man3/krb5_data_free.3.gz
2877OLD_FILES+=usr/share/man/man3/krb5_data_realloc.3.gz
2878OLD_FILES+=usr/share/man/man3/krb5_data_zero.3.gz
2879OLD_FILES+=usr/share/man/man3/krb5_decrypt.3.gz
2880OLD_FILES+=usr/share/man/man3/krb5_decrypt_EncryptedData.3.gz
2881OLD_FILES+=usr/share/man/man3/krb5_decrypt_iov_ivec.3.gz
2882OLD_FILES+=usr/share/man/man3/krb5_deprecated.3.gz
2883OLD_FILES+=usr/share/man/man3/krb5_digest.3.gz
2884OLD_FILES+=usr/share/man/man3/krb5_digest_probe.3.gz
2885OLD_FILES+=usr/share/man/man3/krb5_eai_to_heim_errno.3.gz
2886OLD_FILES+=usr/share/man/man3/krb5_encrypt.3.gz
2887OLD_FILES+=usr/share/man/man3/krb5_encrypt_EncryptedData.3.gz
2888OLD_FILES+=usr/share/man/man3/krb5_encrypt_iov_ivec.3.gz
2889OLD_FILES+=usr/share/man/man3/krb5_enctype_disable.3.gz
2890OLD_FILES+=usr/share/man/man3/krb5_enctype_enable.3.gz
2891OLD_FILES+=usr/share/man/man3/krb5_enctype_valid.3.gz
2892OLD_FILES+=usr/share/man/man3/krb5_enctypes_compatible_keys.3.gz
2893OLD_FILES+=usr/share/man/man3/krb5_error.3.gz
2894OLD_FILES+=usr/share/man/man3/krb5_expand_hostname.3.gz
2895OLD_FILES+=usr/share/man/man3/krb5_expand_hostname_realms.3.gz
2896OLD_FILES+=usr/share/man/man3/krb5_fcc_ops.3.gz
2897OLD_FILES+=usr/share/man/man3/krb5_fileformats.3.gz
2898OLD_FILES+=usr/share/man/man3/krb5_find_padata.3.gz
2899OLD_FILES+=usr/share/man/man3/krb5_free_address.3.gz
2900OLD_FILES+=usr/share/man/man3/krb5_free_addresses.3.gz
2901OLD_FILES+=usr/share/man/man3/krb5_free_config_files.3.gz
2902OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz
2903OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz
2904OLD_FILES+=usr/share/man/man3/krb5_free_cred_contents.3.gz
2905OLD_FILES+=usr/share/man/man3/krb5_free_creds.3.gz
2906OLD_FILES+=usr/share/man/man3/krb5_free_creds_contents.3.gz
2907OLD_FILES+=usr/share/man/man3/krb5_free_data.3.gz
2908OLD_FILES+=usr/share/man/man3/krb5_free_data_contents.3.gz
2909OLD_FILES+=usr/share/man/man3/krb5_free_error_string.3.gz
2910OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz
2911OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz
2912OLD_FILES+=usr/share/man/man3/krb5_free_keyblock.3.gz
2913OLD_FILES+=usr/share/man/man3/krb5_free_keyblock_contents.3.gz
2914OLD_FILES+=usr/share/man/man3/krb5_free_krbhst.3.gz
2915OLD_FILES+=usr/share/man/man3/krb5_free_principal.3.gz
2916OLD_FILES+=usr/share/man/man3/krb5_free_ticket.3.gz
2917OLD_FILES+=usr/share/man/man3/krb5_free_unparsed_name.3.gz
2918OLD_FILES+=usr/share/man/man3/krb5_fwd_tgt_creds.3.gz
2919OLD_FILES+=usr/share/man/man3/krb5_generate_random_block.3.gz
2920OLD_FILES+=usr/share/man/man3/krb5_generate_subkey.3.gz
2921OLD_FILES+=usr/share/man/man3/krb5_generate_subkey_extended.3.gz
2922OLD_FILES+=usr/share/man/man3/krb5_get_all_client_addrs.3.gz
2923OLD_FILES+=usr/share/man/man3/krb5_get_all_server_addrs.3.gz
2924OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc.3.gz
2925OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc_opt.3.gz
2926OLD_FILES+=usr/share/man/man3/krb5_get_credentials.3.gz
2927OLD_FILES+=usr/share/man/man3/krb5_get_creds.3.gz
2928OLD_FILES+=usr/share/man/man3/krb5_get_default_config_files.3.gz
2929OLD_FILES+=usr/share/man/man3/krb5_get_default_in_tkt_etypes.3.gz
2930OLD_FILES+=usr/share/man/man3/krb5_get_default_principal.3.gz
2931OLD_FILES+=usr/share/man/man3/krb5_get_default_realm.3.gz
2932OLD_FILES+=usr/share/man/man3/krb5_get_default_realms.3.gz
2933OLD_FILES+=usr/share/man/man3/krb5_get_dns_canonicalize_hostname.3.gz
2934OLD_FILES+=usr/share/man/man3/krb5_get_extra_addresses.3.gz
2935OLD_FILES+=usr/share/man/man3/krb5_get_fcache_version.3.gz
2936OLD_FILES+=usr/share/man/man3/krb5_get_forwarded_creds.3.gz
2937OLD_FILES+=usr/share/man/man3/krb5_get_host_realm.3.gz
2938OLD_FILES+=usr/share/man/man3/krb5_get_ignore_addresses.3.gz
2939OLD_FILES+=usr/share/man/man3/krb5_get_in_cred.3.gz
2940OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_keytab.3.gz
2941OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_password.3.gz
2942OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_skey.3.gz
2943OLD_FILES+=usr/share/man/man3/krb5_get_init_creds.3.gz
2944OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keyblock.3.gz
2945OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keytab.3.gz
2946OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_alloc.3.gz
2947OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_free.3.gz
2948OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_get_error.3.gz
2949OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_init.3.gz
2950OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_password.3.gz
2951OLD_FILES+=usr/share/man/man3/krb5_get_kdc_sec_offset.3.gz
2952OLD_FILES+=usr/share/man/man3/krb5_get_krb524hst.3.gz
2953OLD_FILES+=usr/share/man/man3/krb5_get_krb_admin_hst.3.gz
2954OLD_FILES+=usr/share/man/man3/krb5_get_krb_changepw_hst.3.gz
2955OLD_FILES+=usr/share/man/man3/krb5_get_krbhst.3.gz
2956OLD_FILES+=usr/share/man/man3/krb5_get_max_time_skew.3.gz
2957OLD_FILES+=usr/share/man/man3/krb5_get_use_admin_kdc.3.gz
2958OLD_FILES+=usr/share/man/man3/krb5_get_validated_creds.3.gz
2959OLD_FILES+=usr/share/man/man3/krb5_getportbyname.3.gz
2960OLD_FILES+=usr/share/man/man3/krb5_h_addr2addr.3.gz
2961OLD_FILES+=usr/share/man/man3/krb5_h_addr2sockaddr.3.gz
2962OLD_FILES+=usr/share/man/man3/krb5_h_errno_to_heim_errno.3.gz
2963OLD_FILES+=usr/share/man/man3/krb5_init_context.3.gz
2964OLD_FILES+=usr/share/man/man3/krb5_init_creds_free.3.gz
2965OLD_FILES+=usr/share/man/man3/krb5_init_creds_get.3.gz
2966OLD_FILES+=usr/share/man/man3/krb5_init_creds_get_error.3.gz
2967OLD_FILES+=usr/share/man/man3/krb5_init_creds_init.3.gz
2968OLD_FILES+=usr/share/man/man3/krb5_init_creds_intro.3.gz
2969OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_keytab.3.gz
2970OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_password.3.gz
2971OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_service.3.gz
2972OLD_FILES+=usr/share/man/man3/krb5_init_creds_step.3.gz
2973OLD_FILES+=usr/share/man/man3/krb5_init_ets.3.gz
2974OLD_FILES+=usr/share/man/man3/krb5_initlog.3.gz
2975OLD_FILES+=usr/share/man/man3/krb5_introduction.3.gz
2976OLD_FILES+=usr/share/man/man3/krb5_is_config_principal.3.gz
2977OLD_FILES+=usr/share/man/man3/krb5_is_thread_safe.3.gz
2978OLD_FILES+=usr/share/man/man3/krb5_kerberos_enctypes.3.gz
2979OLD_FILES+=usr/share/man/man3/krb5_keyblock_get_enctype.3.gz
2980OLD_FILES+=usr/share/man/man3/krb5_keyblock_init.3.gz
2981OLD_FILES+=usr/share/man/man3/krb5_keyblock_zero.3.gz
2982OLD_FILES+=usr/share/man/man3/krb5_keytab.3.gz
2983OLD_FILES+=usr/share/man/man3/krb5_keytab_intro.3.gz
2984OLD_FILES+=usr/share/man/man3/krb5_keytab_key_proc.3.gz
2985OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes.3.gz
2986OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes_default.3.gz
2987OLD_FILES+=usr/share/man/man3/krb5_keytype_to_string.3.gz
2988OLD_FILES+=usr/share/man/man3/krb5_krbhst_format_string.3.gz
2989OLD_FILES+=usr/share/man/man3/krb5_krbhst_free.3.gz
2990OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz
2991OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz
2992OLD_FILES+=usr/share/man/man3/krb5_krbhst_init.3.gz
2993OLD_FILES+=usr/share/man/man3/krb5_krbhst_next.3.gz
2994OLD_FILES+=usr/share/man/man3/krb5_krbhst_next_as_string.3.gz
2995OLD_FILES+=usr/share/man/man3/krb5_krbhst_reset.3.gz
2996OLD_FILES+=usr/share/man/man3/krb5_kt_add_entry.3.gz
2997OLD_FILES+=usr/share/man/man3/krb5_kt_close.3.gz
2998OLD_FILES+=usr/share/man/man3/krb5_kt_compare.3.gz
2999OLD_FILES+=usr/share/man/man3/krb5_kt_copy_entry_contents.3.gz
3000OLD_FILES+=usr/share/man/man3/krb5_kt_default.3.gz
3001OLD_FILES+=usr/share/man/man3/krb5_kt_default_modify_name.3.gz
3002OLD_FILES+=usr/share/man/man3/krb5_kt_default_name.3.gz
3003OLD_FILES+=usr/share/man/man3/krb5_kt_destroy.3.gz
3004OLD_FILES+=usr/share/man/man3/krb5_kt_end_seq_get.3.gz
3005OLD_FILES+=usr/share/man/man3/krb5_kt_free_entry.3.gz
3006OLD_FILES+=usr/share/man/man3/krb5_kt_get_entry.3.gz
3007OLD_FILES+=usr/share/man/man3/krb5_kt_get_full_name.3.gz
3008OLD_FILES+=usr/share/man/man3/krb5_kt_get_name.3.gz
3009OLD_FILES+=usr/share/man/man3/krb5_kt_get_type.3.gz
3010OLD_FILES+=usr/share/man/man3/krb5_kt_have_content.3.gz
3011OLD_FILES+=usr/share/man/man3/krb5_kt_next_entry.3.gz
3012OLD_FILES+=usr/share/man/man3/krb5_kt_read_service_key.3.gz
3013OLD_FILES+=usr/share/man/man3/krb5_kt_register.3.gz
3014OLD_FILES+=usr/share/man/man3/krb5_kt_remove_entry.3.gz
3015OLD_FILES+=usr/share/man/man3/krb5_kt_resolve.3.gz
3016OLD_FILES+=usr/share/man/man3/krb5_kt_start_seq_get.3.gz
3017OLD_FILES+=usr/share/man/man3/krb5_kuserok.3.gz
3018OLD_FILES+=usr/share/man/man3/krb5_log.3.gz
3019OLD_FILES+=usr/share/man/man3/krb5_log_msg.3.gz
3020OLD_FILES+=usr/share/man/man3/krb5_make_addrport.3.gz
3021OLD_FILES+=usr/share/man/man3/krb5_make_principal.3.gz
3022OLD_FILES+=usr/share/man/man3/krb5_max_sockaddr_size.3.gz
3023OLD_FILES+=usr/share/man/man3/krb5_mcc_ops.3.gz
3024OLD_FILES+=usr/share/man/man3/krb5_mk_req.3.gz
3025OLD_FILES+=usr/share/man/man3/krb5_mk_safe.3.gz
3026OLD_FILES+=usr/share/man/man3/krb5_openlog.3.gz
3027OLD_FILES+=usr/share/man/man3/krb5_pac.3.gz
3028OLD_FILES+=usr/share/man/man3/krb5_pac_get_buffer.3.gz
3029OLD_FILES+=usr/share/man/man3/krb5_pac_verify.3.gz
3030OLD_FILES+=usr/share/man/man3/krb5_parse_address.3.gz
3031OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz
3032OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz
3033OLD_FILES+=usr/share/man/man3/krb5_parse_name_flags.3.gz
3034OLD_FILES+=usr/share/man/man3/krb5_parse_nametype.3.gz
3035OLD_FILES+=usr/share/man/man3/krb5_password_key_proc.3.gz
3036OLD_FILES+=usr/share/man/man3/krb5_plugin_register.3.gz
3037OLD_FILES+=usr/share/man/man3/krb5_prepend_config_files_default.3.gz
3038OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz
3039OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz
3040OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz
3041OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz
3042OLD_FILES+=usr/share/man/man3/krb5_principal.3.gz
3043OLD_FILES+=usr/share/man/man3/krb5_principal_compare.3.gz
3044OLD_FILES+=usr/share/man/man3/krb5_principal_compare_any_realm.3.gz
3045OLD_FILES+=usr/share/man/man3/krb5_principal_get_comp_string.3.gz
3046OLD_FILES+=usr/share/man/man3/krb5_principal_get_num_comp.3.gz
3047OLD_FILES+=usr/share/man/man3/krb5_principal_get_realm.3.gz
3048OLD_FILES+=usr/share/man/man3/krb5_principal_get_type.3.gz
3049OLD_FILES+=usr/share/man/man3/krb5_principal_intro.3.gz
3050OLD_FILES+=usr/share/man/man3/krb5_principal_is_krbtgt.3.gz
3051OLD_FILES+=usr/share/man/man3/krb5_principal_match.3.gz
3052OLD_FILES+=usr/share/man/man3/krb5_principal_set_realm.3.gz
3053OLD_FILES+=usr/share/man/man3/krb5_principal_set_type.3.gz
3054OLD_FILES+=usr/share/man/man3/krb5_print_address.3.gz
3055OLD_FILES+=usr/share/man/man3/krb5_random_to_key.3.gz
3056OLD_FILES+=usr/share/man/man3/krb5_rcache.3.gz
3057OLD_FILES+=usr/share/man/man3/krb5_rd_error.3.gz
3058OLD_FILES+=usr/share/man/man3/krb5_rd_req_ctx.3.gz
3059OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_ctx_alloc.3.gz
3060OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_keytab.3.gz
3061OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_pac_check.3.gz
3062OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_ctx_free.3.gz
3063OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_get_server.3.gz
3064OLD_FILES+=usr/share/man/man3/krb5_rd_safe.3.gz
3065OLD_FILES+=usr/share/man/man3/krb5_realm_compare.3.gz
3066OLD_FILES+=usr/share/man/man3/krb5_ret_address.3.gz
3067OLD_FILES+=usr/share/man/man3/krb5_ret_addrs.3.gz
3068OLD_FILES+=usr/share/man/man3/krb5_ret_authdata.3.gz
3069OLD_FILES+=usr/share/man/man3/krb5_ret_creds.3.gz
3070OLD_FILES+=usr/share/man/man3/krb5_ret_creds_tag.3.gz
3071OLD_FILES+=usr/share/man/man3/krb5_ret_data.3.gz
3072OLD_FILES+=usr/share/man/man3/krb5_ret_int16.3.gz
3073OLD_FILES+=usr/share/man/man3/krb5_ret_int32.3.gz
3074OLD_FILES+=usr/share/man/man3/krb5_ret_int8.3.gz
3075OLD_FILES+=usr/share/man/man3/krb5_ret_keyblock.3.gz
3076OLD_FILES+=usr/share/man/man3/krb5_ret_principal.3.gz
3077OLD_FILES+=usr/share/man/man3/krb5_ret_string.3.gz
3078OLD_FILES+=usr/share/man/man3/krb5_ret_stringz.3.gz
3079OLD_FILES+=usr/share/man/man3/krb5_ret_times.3.gz
3080OLD_FILES+=usr/share/man/man3/krb5_ret_uint16.3.gz
3081OLD_FILES+=usr/share/man/man3/krb5_ret_uint32.3.gz
3082OLD_FILES+=usr/share/man/man3/krb5_ret_uint8.3.gz
3083OLD_FILES+=usr/share/man/man3/krb5_set_config_files.3.gz
3084OLD_FILES+=usr/share/man/man3/krb5_set_default_in_tkt_etypes.3.gz
3085OLD_FILES+=usr/share/man/man3/krb5_set_default_realm.3.gz
3086OLD_FILES+=usr/share/man/man3/krb5_set_dns_canonicalize_hostname.3.gz
3087OLD_FILES+=usr/share/man/man3/krb5_set_error_message.3.gz
3088OLD_FILES+=usr/share/man/man3/krb5_set_error_string.3.gz
3089OLD_FILES+=usr/share/man/man3/krb5_set_extra_addresses.3.gz
3090OLD_FILES+=usr/share/man/man3/krb5_set_fcache_version.3.gz
3091OLD_FILES+=usr/share/man/man3/krb5_set_home_dir_access.3.gz
3092OLD_FILES+=usr/share/man/man3/krb5_set_ignore_addresses.3.gz
3093OLD_FILES+=usr/share/man/man3/krb5_set_kdc_sec_offset.3.gz
3094OLD_FILES+=usr/share/man/man3/krb5_set_max_time_skew.3.gz
3095OLD_FILES+=usr/share/man/man3/krb5_set_password.3.gz
3096OLD_FILES+=usr/share/man/man3/krb5_set_real_time.3.gz
3097OLD_FILES+=usr/share/man/man3/krb5_set_use_admin_kdc.3.gz
3098OLD_FILES+=usr/share/man/man3/krb5_sname_to_principal.3.gz
3099OLD_FILES+=usr/share/man/man3/krb5_sock_to_principal.3.gz
3100OLD_FILES+=usr/share/man/man3/krb5_sockaddr2address.3.gz
3101OLD_FILES+=usr/share/man/man3/krb5_sockaddr2port.3.gz
3102OLD_FILES+=usr/share/man/man3/krb5_sockaddr_uninteresting.3.gz
3103OLD_FILES+=usr/share/man/man3/krb5_storage.3.gz
3104OLD_FILES+=usr/share/man/man3/krb5_storage_clear_flags.3.gz
3105OLD_FILES+=usr/share/man/man3/krb5_storage_emem.3.gz
3106OLD_FILES+=usr/share/man/man3/krb5_storage_free.3.gz
3107OLD_FILES+=usr/share/man/man3/krb5_storage_from_data.3.gz
3108OLD_FILES+=usr/share/man/man3/krb5_storage_from_fd.3.gz
3109OLD_FILES+=usr/share/man/man3/krb5_storage_from_mem.3.gz
3110OLD_FILES+=usr/share/man/man3/krb5_storage_from_readonly_mem.3.gz
3111OLD_FILES+=usr/share/man/man3/krb5_storage_get_byteorder.3.gz
3112OLD_FILES+=usr/share/man/man3/krb5_storage_get_eof_code.3.gz
3113OLD_FILES+=usr/share/man/man3/krb5_storage_is_flags.3.gz
3114OLD_FILES+=usr/share/man/man3/krb5_storage_read.3.gz
3115OLD_FILES+=usr/share/man/man3/krb5_storage_seek.3.gz
3116OLD_FILES+=usr/share/man/man3/krb5_storage_set_byteorder.3.gz
3117OLD_FILES+=usr/share/man/man3/krb5_storage_set_eof_code.3.gz
3118OLD_FILES+=usr/share/man/man3/krb5_storage_set_flags.3.gz
3119OLD_FILES+=usr/share/man/man3/krb5_storage_set_max_alloc.3.gz
3120OLD_FILES+=usr/share/man/man3/krb5_storage_to_data.3.gz
3121OLD_FILES+=usr/share/man/man3/krb5_storage_truncate.3.gz
3122OLD_FILES+=usr/share/man/man3/krb5_storage_write.3.gz
3123OLD_FILES+=usr/share/man/man3/krb5_store_address.3.gz
3124OLD_FILES+=usr/share/man/man3/krb5_store_addrs.3.gz
3125OLD_FILES+=usr/share/man/man3/krb5_store_authdata.3.gz
3126OLD_FILES+=usr/share/man/man3/krb5_store_creds.3.gz
3127OLD_FILES+=usr/share/man/man3/krb5_store_creds_tag.3.gz
3128OLD_FILES+=usr/share/man/man3/krb5_store_data.3.gz
3129OLD_FILES+=usr/share/man/man3/krb5_store_int16.3.gz
3130OLD_FILES+=usr/share/man/man3/krb5_store_int32.3.gz
3131OLD_FILES+=usr/share/man/man3/krb5_store_int8.3.gz
3132OLD_FILES+=usr/share/man/man3/krb5_store_keyblock.3.gz
3133OLD_FILES+=usr/share/man/man3/krb5_store_principal.3.gz
3134OLD_FILES+=usr/share/man/man3/krb5_store_string.3.gz
3135OLD_FILES+=usr/share/man/man3/krb5_store_stringz.3.gz
3136OLD_FILES+=usr/share/man/man3/krb5_store_times.3.gz
3137OLD_FILES+=usr/share/man/man3/krb5_store_uint16.3.gz
3138OLD_FILES+=usr/share/man/man3/krb5_store_uint32.3.gz
3139OLD_FILES+=usr/share/man/man3/krb5_store_uint8.3.gz
3140OLD_FILES+=usr/share/man/man3/krb5_string_to_key.3.gz
3141OLD_FILES+=usr/share/man/man3/krb5_string_to_keytype.3.gz
3142OLD_FILES+=usr/share/man/man3/krb5_support.3.gz
3143OLD_FILES+=usr/share/man/man3/krb5_ticket.3.gz
3144OLD_FILES+=usr/share/man/man3/krb5_ticket_get_authorization_data_type.3.gz
3145OLD_FILES+=usr/share/man/man3/krb5_ticket_get_client.3.gz
3146OLD_FILES+=usr/share/man/man3/krb5_ticket_get_endtime.3.gz
3147OLD_FILES+=usr/share/man/man3/krb5_ticket_get_flags.3.gz
3148OLD_FILES+=usr/share/man/man3/krb5_ticket_get_server.3.gz
3149OLD_FILES+=usr/share/man/man3/krb5_timeofday.3.gz
3150OLD_FILES+=usr/share/man/man3/krb5_unparse_name.3.gz
3151OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed.3.gz
3152OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_flags.3.gz
3153OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_short.3.gz
3154OLD_FILES+=usr/share/man/man3/krb5_unparse_name_flags.3.gz
3155OLD_FILES+=usr/share/man/man3/krb5_unparse_name_short.3.gz
3156OLD_FILES+=usr/share/man/man3/krb5_us_timeofday.3.gz
3157OLD_FILES+=usr/share/man/man3/krb5_v4compat.3.gz
3158OLD_FILES+=usr/share/man/man3/krb5_verify_checksum.3.gz
3159OLD_FILES+=usr/share/man/man3/krb5_verify_checksum_iov.3.gz
3160OLD_FILES+=usr/share/man/man3/krb5_verify_init_creds.3.gz
3161OLD_FILES+=usr/share/man/man3/krb5_verify_opt_init.3.gz
3162OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_flags.3.gz
3163OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_keytab.3.gz
3164OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_secure.3.gz
3165OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_service.3.gz
3166OLD_FILES+=usr/share/man/man3/krb5_verify_user.3.gz
3167OLD_FILES+=usr/share/man/man3/krb5_verify_user_lrealm.3.gz
3168OLD_FILES+=usr/share/man/man3/krb5_verify_user_opt.3.gz
3169OLD_FILES+=usr/share/man/man3/krb5_vlog.3.gz
3170OLD_FILES+=usr/share/man/man3/krb5_vlog_msg.3.gz
3171OLD_FILES+=usr/share/man/man3/krb5_vset_error_string.3.gz
3172OLD_FILES+=usr/share/man/man3/krb5_vwarn.3.gz
3173OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz
3174OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz
3175OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz
3176OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz
3177OLD_FILES+=usr/share/man/man3/ntlm_buf.3.gz
3178OLD_FILES+=usr/share/man/man3/ntlm_core.3.gz
3179OLD_FILES+=usr/share/man/man3/ntlm_type1.3.gz
3180OLD_FILES+=usr/share/man/man3/ntlm_type2.3.gz
3181OLD_FILES+=usr/share/man/man3/ntlm_type3.3.gz
3182OLD_FILES+=usr/share/man/man5/krb5.conf.5.gz
3183OLD_FILES+=usr/share/man/man8/hprop.8.gz
3184OLD_FILES+=usr/share/man/man8/hpropd.8.gz
3185OLD_FILES+=usr/share/man/man8/iprop-log.8.gz
3186OLD_FILES+=usr/share/man/man8/iprop.8.gz
3187OLD_FILES+=usr/share/man/man8/kadmin.8.gz
3188OLD_FILES+=usr/share/man/man8/kadmind.8.gz
3189OLD_FILES+=usr/share/man/man8/kcm.8.gz
3190OLD_FILES+=usr/share/man/man8/kdc.8.gz
3191OLD_FILES+=usr/share/man/man8/kdigest.8.gz
3192OLD_FILES+=usr/share/man/man8/kerberos.8.gz
3193OLD_FILES+=usr/share/man/man8/kimpersonate.8.gz
3194OLD_FILES+=usr/share/man/man8/kpasswdd.8.gz
3195OLD_FILES+=usr/share/man/man8/kstash.8.gz
3196OLD_FILES+=usr/share/man/man8/ktutil.8.gz
3197OLD_FILES+=usr/share/man/man8/pam_krb5.8.gz
3198OLD_FILES+=usr/share/man/man8/pam_ksu.8.gz
3199OLD_FILES+=usr/share/man/man8/string2key.8.gz
3200OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
3201OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
3202.endif
3203
3204#.if ${MK_LIB32} == no
3205# to be filled in
3206#.endif
3207
3208#.if ${MK_LIBTHR} == no
3209# to be filled in
3210#.endif
3211
3212#.if ${MK_LOCALES} == no
3213# to be filled in
3214#.endif
3215
3216.if ${MK_LOCATE} == no
3217OLD_FILES+=etc/locate.rc
3218OLD_FILES+=etc/periodic/weekly/310.locate
3219OLD_FILES+=usr/bin/locate
3220OLD_FILES+=usr/libexec/locate.bigram
3221OLD_FILES+=usr/libexec/locate.code
3222OLD_FILES+=usr/libexec/locate.concatdb
3223OLD_FILES+=usr/libexec/locate.mklocatedb
3224OLD_FILES+=usr/libexec/locate.updatedb
3225OLD_FILES+=usr/share/man/man1/locate.1.gz
3226OLD_FILES+=usr/share/man/man8/locate.updatedb.8.gz
3227OLD_FILES+=usr/share/man/man8/updatedb.8.gz
3228.endif
3229
3230.if ${MK_LPR} == no
3231OLD_FILES+=etc/hosts.lpd
3232OLD_FILES+=etc/printcap
3233OLD_FILES+=usr/bin/lp
3234OLD_FILES+=usr/bin/lpq
3235OLD_FILES+=usr/bin/lpr
3236OLD_FILES+=usr/bin/lprm
3237OLD_FILES+=usr/libexec/lpr/ru/bjc-240.sh.sample
3238OLD_FILES+=usr/libexec/lpr/ru/koi2alt
3239OLD_FILES+=usr/libexec/lpr/ru/koi2855
3240OLD_FILES+=usr/libexec/lpr/lpf
3241OLD_FILES+=usr/sbin/chkprintcap
3242OLD_FILES+=usr/sbin/lpc
3243OLD_FILES+=usr/sbin/lpd
3244OLD_FILES+=usr/sbin/lptest
3245OLD_FILES+=usr/sbin/pac
3246OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
3247OLD_FILES+=usr/share/examples/etc/hosts.lpd
3248OLD_FILES+=usr/share/examples/etc/printcap
3249OLD_FILES+=usr/share/man/man1/lp.1.gz
3250OLD_FILES+=usr/share/man/man1/lpq.1.gz
3251OLD_FILES+=usr/share/man/man1/lpr.1.gz
3252OLD_FILES+=usr/share/man/man1/lprm.1.gz
3253OLD_FILES+=usr/share/man/man1/lptest.1.gz
3254OLD_FILES+=usr/share/man/man5/printcap.5.gz
3255OLD_FILES+=usr/share/man/man8/chkprintcap.8.gz
3256OLD_FILES+=usr/share/man/man8/lpc.8.gz
3257OLD_FILES+=usr/share/man/man8/lpd.8.gz
3258OLD_FILES+=usr/share/man/man8/pac.8.gz
3259.endif
3260
3261.if ${MK_MAIL} == no
3262OLD_FILES+=etc/periodic/daily/130.clean-msgs
3263OLD_FILES+=usr/bin/Mail
3264OLD_FILES+=usr/bin/biff
3265OLD_FILES+=usr/bin/from
3266OLD_FILES+=usr/bin/mail
3267OLD_FILES+=usr/bin/mailx
3268OLD_FILES+=usr/bin/msgs
3269OLD_FILES+=usr/libexec/comsat
3270OLD_FILES+=usr/share/examples/etc/mail.rc
3271OLD_FILES+=usr/share/man/man1/Mail.1.gz
3272OLD_FILES+=usr/share/man/man1/biff.1.gz
3273OLD_FILES+=usr/share/man/man1/from.1.gz
3274OLD_FILES+=usr/share/man/man1/mail.1.gz
3275OLD_FILES+=usr/share/man/man1/mailx.1.gz
3276OLD_FILES+=usr/share/man/man1/msgs.1.gz
3277OLD_FILES+=usr/share/man/man8/comsat.8.gz
3278OLD_FILES+=usr/share/misc/mail.help
3279OLD_FILES+=usr/share/misc/mail.tildehelp
3280.endif
3281
3282.if ${MK_MAILWRAPPER} == no
3283OLD_FILES+=etc/mail/mailer.conf
3284.if ${MK_SENDMAIL} == no
3285OLD_FILES+=usr/sbin/mailwrapper
3286.endif
3287OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
3288.endif
3289
3290#.if ${MK_MAN} == no
3291# This should add a dependency to a special target which removes all man pages.
3292# Listing all of them here is overkill.
3293#.endif
3294
3295.if ${MK_NCP} == no
3296OLD_FILES+=usr/bin/ncplist
3297OLD_FILES+=usr/bin/ncplogin
3298OLD_FILES+=usr/bin/ncplogout
3299OLD_FILES+=usr/include/fs/nwfs/nwfs.h
3300OLD_FILES+=usr/include/fs/nwfs/nwfs_mount.h
3301OLD_FILES+=usr/include/fs/nwfs/nwfs_node.h
3302OLD_FILES+=usr/include/fs/nwfs/nwfs_subr.h
3303#OLD_DIRS+=usr/include/fs/nwfs
3304OLD_FILES+=usr/include/netncp/ncp.h
3305OLD_FILES+=usr/include/netncp/ncp_cfg.h
3306OLD_FILES+=usr/include/netncp/ncp_conn.h
3307OLD_FILES+=usr/include/netncp/ncp_file.h
3308OLD_FILES+=usr/include/netncp/ncp_lib.h
3309OLD_FILES+=usr/include/netncp/ncp_ncp.h
3310OLD_FILES+=usr/include/netncp/ncp_nls.h
3311OLD_FILES+=usr/include/netncp/ncp_rcfile.h
3312OLD_FILES+=usr/include/netncp/ncp_rq.h
3313OLD_FILES+=usr/include/netncp/ncp_sock.h
3314OLD_FILES+=usr/include/netncp/ncp_subr.h
3315OLD_FILES+=usr/include/netncp/ncp_user.h
3316OLD_FILES+=usr/include/netncp/ncpio.h
3317OLD_FILES+=usr/include/netncp/nwerror.h
3318#OLD_DIRS+=usr/include/netncp
3319OLD_FILES+=usr/lib/libncp.a
3320OLD_FILES+=usr/lib/libncp.so
3321OLD_LIBS+=usr/lib/libncp.so.4
3322OLD_FILES+=usr/lib/libncp_p.a
3323.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3324OLD_FILES+=usr/lib32/libncp.a
3325OLD_FILES+=usr/lib32/libncp.so
3326OLD_LIBS+=usr/lib32/libncp.so.4
3327OLD_FILES+=usr/lib32/libncp_p.a
3328.endif
3329OLD_FILES+=usr/sbin/mount_nwfs
3330OLD_FILES+=usr/share/man/man1/ncplist.1.gz
3331OLD_FILES+=usr/share/man/man1/ncplogin.1.gz
3332OLD_FILES+=usr/share/man/man1/ncplogout.1.gz
3333OLD_FILES+=usr/share/man/man8/mount_nwfs.8.gz
3334.endif
3335
3336.if ${MK_NDIS} == no
3337OLD_FILES+=usr/sbin/ndiscvt
3338OLD_FILES+=usr/sbin/ndisgen
3339OLD_FILES+=usr/share/man/man8/ndiscvt.8.gz
3340OLD_FILES+=usr/share/man/man8/ndisgen.8.gz
3341OLD_FILES+=usr/share/misc/windrv_stub.c
3342.endif
3343
3344.if ${MK_NETCAT} == no
3345OLD_FILES+=usr/bin/nc
3346OLD_FILES+=usr/share/man/man1/nc.1.gz
3347.endif
3348
3349#.if ${MK_NIS} == no
3350# to be filled in
3351#.endif
3352
3353#.if ${MK_NLS} == no
3354# to be filled in
3355#.endif
3356
3357.if ${MK_NTP} == no
3358OLD_FILES+=etc/ntp.conf
3359OLD_FILES+=etc/periodic/daily/480.status-ntpd
3360OLD_FILES+=usr/bin/ntpq
3361OLD_FILES+=usr/sbin/ntp-keygen
3362OLD_FILES+=usr/sbin/ntpd
3363OLD_FILES+=usr/sbin/ntpdate
3364OLD_FILES+=usr/sbin/ntpdc
3365OLD_FILES+=usr/sbin/ntptime
3366OLD_FILES+=usr/sbin/sntp
3367OLD_FILES+=usr/share/doc/ntp/accopt.html
3368OLD_FILES+=usr/share/doc/ntp/assoc.html
3369OLD_FILES+=usr/share/doc/ntp/audio.html
3370OLD_FILES+=usr/share/doc/ntp/authopt.html
3371OLD_FILES+=usr/share/doc/ntp/build.html
3372OLD_FILES+=usr/share/doc/ntp/clockopt.html
3373OLD_FILES+=usr/share/doc/ntp/config.html
3374OLD_FILES+=usr/share/doc/ntp/confopt.html
3375OLD_FILES+=usr/share/doc/ntp/copyright.html
3376OLD_FILES+=usr/share/doc/ntp/debug.html
3377OLD_FILES+=usr/share/doc/ntp/driver1.html
3378OLD_FILES+=usr/share/doc/ntp/driver10.html
3379OLD_FILES+=usr/share/doc/ntp/driver11.html
3380OLD_FILES+=usr/share/doc/ntp/driver12.html
3381OLD_FILES+=usr/share/doc/ntp/driver16.html
3382OLD_FILES+=usr/share/doc/ntp/driver18.html
3383OLD_FILES+=usr/share/doc/ntp/driver19.html
3384OLD_FILES+=usr/share/doc/ntp/driver2.html
3385OLD_FILES+=usr/share/doc/ntp/driver20.html
3386OLD_FILES+=usr/share/doc/ntp/driver22.html
3387OLD_FILES+=usr/share/doc/ntp/driver26.html
3388OLD_FILES+=usr/share/doc/ntp/driver27.html
3389OLD_FILES+=usr/share/doc/ntp/driver28.html
3390OLD_FILES+=usr/share/doc/ntp/driver29.html
3391OLD_FILES+=usr/share/doc/ntp/driver3.html
3392OLD_FILES+=usr/share/doc/ntp/driver30.html
3393OLD_FILES+=usr/share/doc/ntp/driver32.html
3394OLD_FILES+=usr/share/doc/ntp/driver33.html
3395OLD_FILES+=usr/share/doc/ntp/driver34.html
3396OLD_FILES+=usr/share/doc/ntp/driver35.html
3397OLD_FILES+=usr/share/doc/ntp/driver36.html
3398OLD_FILES+=usr/share/doc/ntp/driver37.html
3399OLD_FILES+=usr/share/doc/ntp/driver4.html
3400OLD_FILES+=usr/share/doc/ntp/driver5.html
3401OLD_FILES+=usr/share/doc/ntp/driver6.html
3402OLD_FILES+=usr/share/doc/ntp/driver7.html
3403OLD_FILES+=usr/share/doc/ntp/driver8.html
3404OLD_FILES+=usr/share/doc/ntp/driver9.html
3405OLD_FILES+=usr/share/doc/ntp/extern.html
3406OLD_FILES+=usr/share/doc/ntp/hints.html
3407OLD_FILES+=usr/share/doc/ntp/howto.html
3408OLD_FILES+=usr/share/doc/ntp/index.html
3409OLD_FILES+=usr/share/doc/ntp/kern.html
3410OLD_FILES+=usr/share/doc/ntp/ldisc.html
3411OLD_FILES+=usr/share/doc/ntp/measure.html
3412OLD_FILES+=usr/share/doc/ntp/miscopt.html
3413OLD_FILES+=usr/share/doc/ntp/monopt.html
3414OLD_FILES+=usr/share/doc/ntp/mx4200data.html
3415OLD_FILES+=usr/share/doc/ntp/notes.html
3416OLD_FILES+=usr/share/doc/ntp/ntpd.html
3417OLD_FILES+=usr/share/doc/ntp/ntpdate.html
3418OLD_FILES+=usr/share/doc/ntp/ntpdc.html
3419OLD_FILES+=usr/share/doc/ntp/ntpq.html
3420OLD_FILES+=usr/share/doc/ntp/ntptime.html
3421OLD_FILES+=usr/share/doc/ntp/ntptrace.html
3422OLD_FILES+=usr/share/doc/ntp/parsedata.html
3423OLD_FILES+=usr/share/doc/ntp/parsenew.html
3424OLD_FILES+=usr/share/doc/ntp/patches.html
3425OLD_FILES+=usr/share/doc/ntp/porting.html
3426OLD_FILES+=usr/share/doc/ntp/pps.html
3427OLD_FILES+=usr/share/doc/ntp/prefer.html
3428OLD_FILES+=usr/share/doc/ntp/quick.html
3429OLD_FILES+=usr/share/doc/ntp/rdebug.html
3430OLD_FILES+=usr/share/doc/ntp/refclock.html
3431OLD_FILES+=usr/share/doc/ntp/release.html
3432OLD_FILES+=usr/share/doc/ntp/tickadj.html
3433OLD_FILES+=usr/share/examples/etc/ntp.conf
3434OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz
3435OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz
3436OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz
3437OLD_FILES+=usr/share/man/man8/ntpd.8.gz
3438OLD_FILES+=usr/share/man/man8/ntpdate.8.gz
3439OLD_FILES+=usr/share/man/man8/ntpdc.8.gz
3440OLD_FILES+=usr/share/man/man8/ntpq.8.gz
3441OLD_FILES+=usr/share/man/man8/ntptime.8.gz
3442.endif
3443
3444#.if ${MK_OBJC} == no
3445# to be filled in
3446#.endif
3447
3448#.if ${MK_OPENSSH} == no
3449# to be filled in
3450#.endif
3451
3452#.if ${MK_OPENSSL} == no
3453# to be filled in
3454#.endif
3455
3456.if ${MK_PF} == no
3457OLD_FILES+=etc/periodic/security/520.pfdenied
3458OLD_FILES+=etc/pf.os
3459OLD_FILES+=sbin/pfctl
3460OLD_FILES+=sbin/pflogd
3461OLD_FILES+=usr/libexec/tftp-proxy
3462OLD_FILES+=usr/sbin/ftp-proxy
3463OLD_FILES+=usr/share/examples/etc/pf.os
3464OLD_FILES+=usr/share/examples/pf/ackpri
3465OLD_FILES+=usr/share/examples/pf/faq-example1
3466OLD_FILES+=usr/share/examples/pf/faq-example2
3467OLD_FILES+=usr/share/examples/pf/faq-example3
3468OLD_FILES+=usr/share/examples/pf/pf.conf
3469OLD_FILES+=usr/share/examples/pf/queue1
3470OLD_FILES+=usr/share/examples/pf/queue2
3471OLD_FILES+=usr/share/examples/pf/queue3
3472OLD_FILES+=usr/share/examples/pf/queue4
3473OLD_FILES+=usr/share/examples/pf/spamd
3474OLD_FILES+=usr/share/man/man4/pf.4.gz
3475OLD_FILES+=usr/share/man/man4/pflog.4.gz
3476OLD_FILES+=usr/share/man/man4/pfsync.4.gz
3477OLD_FILES+=usr/share/man/man5/pf.conf.5.gz
3478OLD_FILES+=usr/share/man/man5/pf.os.5.gz
3479OLD_FILES+=usr/share/man/man8/ftp-proxy.8.gz
3480OLD_FILES+=usr/share/man/man8/pfctl.8.gz
3481OLD_FILES+=usr/share/man/man8/pflogd.8.gz
3482OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
3483.endif
3484
3485.if ${MK_PKGBOOTSTRAP} == no
3486OLD_FILES+=usr/sbin/pkg
3487.endif
3488
3489.if ${MK_PKGTOOLS} == no
3490OLD_FILES+=etc/periodic/daily/490.status-pkg-changes
3491OLD_FILES+=etc/periodic/security/460.chkportsum
3492OLD_FILES+=etc/periodic/weekly/400.status-pkg
3493OLD_FILES+=usr/include/pkg.h
3494OLD_FILES+=usr/lib/libpkg.a
3495OLD_FILES+=usr/lib/libpkg.so
3496OLD_LIBS+=usr/lib/libpkg.so.0
3497OLD_FILES+=usr/sbin/pkg_add
3498OLD_FILES+=usr/sbin/pkg_create
3499OLD_FILES+=usr/sbin/pkg_delete
3500OLD_FILES+=usr/sbin/pkg_info
3501OLD_FILES+=usr/sbin/pkg_updating
3502OLD_FILES+=usr/sbin/pkg_version
3503OLD_FILES+=usr/share/man/man1/pkg_add.1.gz
3504OLD_FILES+=usr/share/man/man1/pkg_create.1.gz
3505OLD_FILES+=usr/share/man/man1/pkg_delete.1.gz
3506OLD_FILES+=usr/share/man/man1/pkg_info.1.gz
3507OLD_FILES+=usr/share/man/man1/pkg_updating.1.gz
3508OLD_FILES+=usr/share/man/man1/pkg_version.1.gz
3509.endif
3510
3511.if ${MK_PORTSNAP} == no
3512OLD_FILES+=etc/portsnap.conf
3513OLD_FILES+=usr/libexec/make_index
3514OLD_FILES+=usr/libexec/phttpget
3515OLD_FILES+=usr/sbin/portsnap
3516OLD_FILES+=usr/share/examples/etc/portsnap.conf
3517OLD_FILES+=usr/share/man/man8/portsnap.8.gz
3518.endif
3519
3520.if ${MK_PPP} == no
3521OLD_FILES+=etc/ppp/ppp.conf
3522OLD_FILES+=usr/sbin/ppp
3523OLD_FILES+=usr/sbin/pppctl
3524OLD_FILES+=usr/share/man/man8/ppp.8.gz
3525OLD_FILES+=usr/share/man/man8/pppctl.8.gz
3526.endif
3527
3528.if ${MK_PROFILE} == no
3529OLD_FILES+=usr/lib/libalias_cuseeme_p.a
3530OLD_FILES+=usr/lib/libalias_dummy_p.a
3531OLD_FILES+=usr/lib/libalias_ftp_p.a
3532OLD_FILES+=usr/lib/libalias_irc_p.a
3533OLD_FILES+=usr/lib/libalias_nbt_p.a
3534OLD_FILES+=usr/lib/libalias_p.a
3535OLD_FILES+=usr/lib/libalias_pptp_p.a
3536OLD_FILES+=usr/lib/libalias_skinny_p.a
3537OLD_FILES+=usr/lib/libalias_smedia_p.a
3538OLD_FILES+=usr/lib/libarchive_p.a
3539OLD_FILES+=usr/lib/libasn1_p.a
3540OLD_FILES+=usr/lib/libbegemot_p.a
3541OLD_FILES+=usr/lib/libbluetooth_p.a
3542OLD_FILES+=usr/lib/libbsdxml_p.a
3543OLD_FILES+=usr/lib/libbsm_p.a
3544OLD_FILES+=usr/lib/libbsnmp_p.a
3545OLD_FILES+=usr/lib/libbz2_p.a
3546OLD_FILES+=usr/lib/libc_p.a
3547OLD_FILES+=usr/lib/libcalendar_p.a
3548OLD_FILES+=usr/lib/libcam_p.a
3549OLD_FILES+=usr/lib/libcom_err_p.a
3550OLD_FILES+=usr/lib/libcompat_p.a
3551OLD_FILES+=usr/lib/libcrypt_p.a
3552OLD_FILES+=usr/lib/libcrypto_p.a
3553OLD_FILES+=usr/lib/libcurses_p.a
3554OLD_FILES+=usr/lib/libcursesw_p.a
3555OLD_FILES+=usr/lib/libdevinfo_p.a
3556OLD_FILES+=usr/lib/libdevstat_p.a
3557OLD_FILES+=usr/lib/libdialog_p.a
3558OLD_FILES+=usr/lib/libedit_p.a
3559OLD_FILES+=usr/lib/libelf_p.a
3560OLD_FILES+=usr/lib/libfetch_p.a
3561OLD_FILES+=usr/lib/libfl_p.a
3562OLD_FILES+=usr/lib/libform_p.a
3563OLD_FILES+=usr/lib/libformw_p.a
3564OLD_FILES+=usr/lib/libftpio_p.a
3565OLD_FILES+=usr/lib/libgcc_p.a
3566OLD_FILES+=usr/lib/libgeom_p.a
3567OLD_FILES+=usr/lib/libgnuregex_p.a
3568OLD_FILES+=usr/lib/libgpib_p.a
3569OLD_FILES+=usr/lib/libgssapi_krb5_p.a
3570OLD_FILES+=usr/lib/libgssapi_p.a
3571OLD_FILES+=usr/lib/libhdb_p.a
3572OLD_FILES+=usr/lib/libheimbase_p.a
3573OLD_FILES+=usr/lib/libheimsqlite_p.a
3574OLD_FILES+=usr/lib/libhistory_p.a
3575OLD_FILES+=usr/lib/libipsec_p.a
3576OLD_FILES+=usr/lib/libipx_p.a
3577OLD_FILES+=usr/lib/libjail_p.a
3578OLD_FILES+=usr/lib/libkadm5clnt_p.a
3579OLD_FILES+=usr/lib/libkadm5srv_p.a
3580OLD_FILES+=usr/lib/libkafs5_p.a
3581OLD_FILES+=usr/lib/libkdc_p.a
3582OLD_FILES+=usr/lib/libkiconv_p.a
3583OLD_FILES+=usr/lib/libkrb5_p.a
3584OLD_FILES+=usr/lib/libkvm_p.a
3585OLD_FILES+=usr/lib/libl_p.a
3586OLD_FILES+=usr/lib/libln_p.a
3587OLD_FILES+=usr/lib/liblwres_p.a
3588OLD_FILES+=usr/lib/libm_p.a
3589OLD_FILES+=usr/lib/libmagic_p.a
3590OLD_FILES+=usr/lib/libmd_p.a
3591OLD_FILES+=usr/lib/libmemstat_p.a
3592OLD_FILES+=usr/lib/libmenu_p.a
3593OLD_FILES+=usr/lib/libmenuw_p.a
3594OLD_FILES+=usr/lib/libmilter_p.a
3595OLD_FILES+=usr/lib/libmp_p.a
3596OLD_FILES+=usr/lib/libncp_p.a
3597OLD_FILES+=usr/lib/libncurses_p.a
3598OLD_FILES+=usr/lib/libncursesw_p.a
3599OLD_FILES+=usr/lib/libnetgraph_p.a
3600OLD_FILES+=usr/lib/libngatm_p.a
3601OLD_FILES+=usr/lib/libobjc_p.a
3602OLD_FILES+=usr/lib/libopie_p.a
3603OLD_FILES+=usr/lib/libpanel_p.a
3604OLD_FILES+=usr/lib/libpanelw_p.a
3605OLD_FILES+=usr/lib/libpcap_p.a
3606OLD_FILES+=usr/lib/libpmc_p.a
3607OLD_FILES+=usr/lib/libpthread_p.a
3608OLD_FILES+=usr/lib/libradius_p.a
3609OLD_FILES+=usr/lib/libreadline_p.a
3610OLD_FILES+=usr/lib/libroken_p.a
3611OLD_FILES+=usr/lib/librpcsvc_p.a
3612OLD_FILES+=usr/lib/librt_p.a
3613OLD_FILES+=usr/lib/libsbuf_p.a
3614OLD_FILES+=usr/lib/libsdp_p.a
3615OLD_FILES+=usr/lib/libsmb_p.a
3616OLD_FILES+=usr/lib/libssh_p.a
3617OLD_FILES+=usr/lib/libssl_p.a
3618OLD_FILES+=usr/lib/libstdc++_p.a
3619OLD_FILES+=usr/lib/libsupc++_p.a
3620OLD_FILES+=usr/lib/libtacplus_p.a
3621OLD_FILES+=usr/lib/libtermcap_p.a
3622OLD_FILES+=usr/lib/libtermcapw_p.a
3623OLD_FILES+=usr/lib/libtermlib_p.a
3624OLD_FILES+=usr/lib/libtermlibw_p.a
3625OLD_FILES+=usr/lib/libthr_p.a
3626OLD_FILES+=usr/lib/libthread_db_p.a
3627OLD_FILES+=usr/lib/libtinfo_p.a
3628OLD_FILES+=usr/lib/libtinfow_p.a
3629OLD_FILES+=usr/lib/libufs_p.a
3630OLD_FILES+=usr/lib/libugidfw_p.a
3631OLD_FILES+=usr/lib/libusbhid_p.a
3632OLD_FILES+=usr/lib/libutil_p.a
3633OLD_FILES+=usr/lib/libvgl_p.a
3634OLD_FILES+=usr/lib/libwind_p.a
3635OLD_FILES+=usr/lib/libwrap_p.a
3636OLD_FILES+=usr/lib/liby_p.a
3637OLD_FILES+=usr/lib/libypclnt_p.a
3638OLD_FILES+=usr/lib/libz_p.a
3639.endif
3640
3641.if ${MK_RCMDS} == no
3642OLD_FILES+=bin/rcp
3643OLD_FILES+=etc/periodic/daily/140.clean-rwho
3644OLD_FILES+=etc/periodic/daily/430.status-rwho
3645OLD_FILES+=rescue/rcp
3646OLD_FILES+=usr/bin/rlogin
3647OLD_FILES+=usr/bin/rsh
3648OLD_FILES+=usr/bin/ruptime
3649OLD_FILES+=usr/bin/rwho
3650OLD_FILES+=usr/libexec/rlogind
3651OLD_FILES+=usr/libexec/rshd
3652OLD_FILES+=usr/sbin/rwhod
3653OLD_FILES+=usr/share/man/man1/rcp.1.gz
3654OLD_FILES+=usr/share/man/man1/rlogin.1.gz
3655OLD_FILES+=usr/share/man/man1/rsh.1.gz
3656OLD_FILES+=usr/share/man/man1/ruptime.1.gz
3657OLD_FILES+=usr/share/man/man1/rwho.1.gz
3658OLD_FILES+=usr/share/man/man8/rlogind.8.gz
3659OLD_FILES+=usr/share/man/man8/rshd.8.gz
3660OLD_FILES+=usr/share/man/man8/rwhod.8.gz
3661.endif
3662
3663.if ${MK_RCS} == no
3664OLD_FILES+=usr/bin/ci
3665OLD_FILES+=usr/bin/co
3666OLD_FILES+=usr/bin/ident
3667OLD_FILES+=usr/bin/merge
3668OLD_FILES+=usr/bin/rcs
3669OLD_FILES+=usr/bin/rcsclean
3670OLD_FILES+=usr/bin/rcsdiff
3671OLD_FILES+=usr/bin/rcsfreeze
3672OLD_FILES+=usr/bin/rcsmerge
3673OLD_FILES+=usr/bin/rlog
3674OLD_FILES+=usr/share/man/man1/ci.1.gz
3675OLD_FILES+=usr/share/man/man1/co.1.gz
3676OLD_FILES+=usr/share/man/man1/ident.1.gz
3677OLD_FILES+=usr/share/man/man1/merge.1.gz
3678OLD_FILES+=usr/share/man/man1/rcs.1.gz
3679OLD_FILES+=usr/share/man/man1/rcsclean.1.gz
3680OLD_FILES+=usr/share/man/man1/rcsdiff.1.gz
3681OLD_FILES+=usr/share/man/man1/rcsfreeze.1.gz
3682OLD_FILES+=usr/share/man/man1/rcsintro.1.gz
3683OLD_FILES+=usr/share/man/man1/rcsmerge.1.gz
3684OLD_FILES+=usr/share/man/man1/rlog.1.gz
3685OLD_FILES+=usr/share/man/man5/rcsfile.5.gz
3686.endif
3687
3688#.if ${MK_RESCUE} == no
3689# to be filled in or replaced with a special target
3690#.endif
3691
3692.if ${MK_ROUTED} == no
3693OLD_FILES+=sbin/routed
3694OLD_FILES+=sbin/rtquery
3695OLD_FILES+=usr/share/man/man8/routed.8.gz
3696OLD_FILES+=usr/share/man/man8/rtquery.8.gz
3697.endif
3698
3699.if ${MK_SENDMAIL} == no
3700OLD_FILES+=etc/periodic/daily/150.clean-hoststat
3701OLD_FILES+=etc/periodic/daily/210.backup-aliases
3702OLD_FILES+=etc/periodic/daily/440.status-mailq
3703OLD_FILES+=etc/periodic/daily/460.status-mail-rejects
3704OLD_FILES+=etc/periodic/daily/500.queuerun
3705.if ${MK_MAILWRAPPER} == no
3706OLD_FILES+=bin/rmail
3707.endif
3708OLD_FILES+=usr/bin/vacation
3709OLD_FILES+=usr/include/libmilter/mfapi.h
3710OLD_FILES+=usr/include/libmilter/mfdef.h
3711OLD_FILES+=usr/lib/libmilter.a
3712OLD_LIBS+=usr/lib/libmilter.so.5
3713OLD_FILES+=usr/lib/libmilter_p.a
3714.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3715OLD_FILES+=usr/lib32/libmilter.a
3716OLD_LIBS+=usr/lib32/libmilter.so.5
3717OLD_FILES+=usr/lib32/libmilter_p.a
3718.endif
3719OLD_FILES+=usr/libexec/mail.local
3720OLD_FILES+=usr/libexec/sendmail/sendmail
3721OLD_FILES+=usr/libexec/smrsh
3722OLD_FILES+=usr/sbin/editmap
3723OLD_FILES+=usr/sbin/mailstats
3724OLD_FILES+=usr/sbin/makemap
3725OLD_FILES+=usr/sbin/praliases
3726OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
3727OLD_FILES+=usr/share/man/man1/mailq.1.gz
3728OLD_FILES+=usr/share/man/man1/newaliases.1.gz
3729OLD_FILES+=usr/share/man/man1/vacation.1.gz
3730OLD_FILES+=usr/share/man/man5/aliases.5.gz
3731OLD_FILES+=usr/share/man/man8/editmap.8.gz
3732OLD_FILES+=usr/share/man/man8/hoststat.8.gz
3733OLD_FILES+=usr/share/man/man8/mail.local.8.gz
3734OLD_FILES+=usr/share/man/man8/mailstats.8.gz
3735OLD_FILES+=usr/share/man/man8/makemap.8.gz
3736OLD_FILES+=usr/share/man/man8/praliases.8.gz
3737OLD_FILES+=usr/share/man/man8/purgestat.8.gz
3738OLD_FILES+=usr/share/man/man8/rmail.8.gz
3739OLD_FILES+=usr/share/man/man8/sendmail.8.gz
3740OLD_FILES+=usr/share/man/man8/smrsh.8.gz
3741OLD_FILES+=usr/share/sendmail/cf/README
3742OLD_FILES+=usr/share/sendmail/cf/cf/Makefile
3743OLD_FILES+=usr/share/sendmail/cf/cf/README
3744OLD_FILES+=usr/share/sendmail/cf/cf/chez.cs.mc
3745OLD_FILES+=usr/share/sendmail/cf/cf/clientproto.mc
3746OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux10.mc
3747OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux9.mc
3748OLD_FILES+=usr/share/sendmail/cf/cf/cs-osf1.mc
3749OLD_FILES+=usr/share/sendmail/cf/cf/cs-solaris2.mc
3750OLD_FILES+=usr/share/sendmail/cf/cf/cs-sunos4.1.mc
3751OLD_FILES+=usr/share/sendmail/cf/cf/cs-ultrix4.mc
3752OLD_FILES+=usr/share/sendmail/cf/cf/cyrusproto.mc
3753OLD_FILES+=usr/share/sendmail/cf/cf/generic-bsd4.4.mc
3754OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux10.mc
3755OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux9.mc
3756OLD_FILES+=usr/share/sendmail/cf/cf/generic-linux.mc
3757OLD_FILES+=usr/share/sendmail/cf/cf/generic-mpeix.mc
3758OLD_FILES+=usr/share/sendmail/cf/cf/generic-nextstep3.3.mc
3759OLD_FILES+=usr/share/sendmail/cf/cf/generic-osf1.mc
3760OLD_FILES+=usr/share/sendmail/cf/cf/generic-solaris.mc
3761OLD_FILES+=usr/share/sendmail/cf/cf/generic-sunos4.1.mc
3762OLD_FILES+=usr/share/sendmail/cf/cf/generic-ultrix4.mc
3763OLD_FILES+=usr/share/sendmail/cf/cf/huginn.cs.mc
3764OLD_FILES+=usr/share/sendmail/cf/cf/knecht.mc
3765OLD_FILES+=usr/share/sendmail/cf/cf/mail.cs.mc
3766OLD_FILES+=usr/share/sendmail/cf/cf/mail.eecs.mc
3767OLD_FILES+=usr/share/sendmail/cf/cf/mailspool.cs.mc
3768OLD_FILES+=usr/share/sendmail/cf/cf/python.cs.mc
3769OLD_FILES+=usr/share/sendmail/cf/cf/s2k-osf1.mc
3770OLD_FILES+=usr/share/sendmail/cf/cf/s2k-ultrix4.mc
3771OLD_FILES+=usr/share/sendmail/cf/cf/submit.cf
3772OLD_FILES+=usr/share/sendmail/cf/cf/submit.mc
3773OLD_FILES+=usr/share/sendmail/cf/cf/tcpproto.mc
3774OLD_FILES+=usr/share/sendmail/cf/cf/ucbarpa.mc
3775OLD_FILES+=usr/share/sendmail/cf/cf/ucbvax.mc
3776OLD_FILES+=usr/share/sendmail/cf/cf/uucpproto.mc
3777OLD_FILES+=usr/share/sendmail/cf/cf/vangogh.cs.mc
3778OLD_FILES+=usr/share/sendmail/cf/domain/Berkeley.EDU.m4
3779OLD_FILES+=usr/share/sendmail/cf/domain/CS.Berkeley.EDU.m4
3780OLD_FILES+=usr/share/sendmail/cf/domain/EECS.Berkeley.EDU.m4
3781OLD_FILES+=usr/share/sendmail/cf/domain/S2K.Berkeley.EDU.m4
3782OLD_FILES+=usr/share/sendmail/cf/domain/berkeley-only.m4
3783OLD_FILES+=usr/share/sendmail/cf/domain/generic.m4
3784OLD_FILES+=usr/share/sendmail/cf/feature/accept_unqualified_senders.m4
3785OLD_FILES+=usr/share/sendmail/cf/feature/accept_unresolvable_domains.m4
3786OLD_FILES+=usr/share/sendmail/cf/feature/access_db.m4
3787OLD_FILES+=usr/share/sendmail/cf/feature/allmasquerade.m4
3788OLD_FILES+=usr/share/sendmail/cf/feature/always_add_domain.m4
3789OLD_FILES+=usr/share/sendmail/cf/feature/authinfo.m4
3790OLD_FILES+=usr/share/sendmail/cf/feature/badmx.m4
3791OLD_FILES+=usr/share/sendmail/cf/feature/bestmx_is_local.m4
3792OLD_FILES+=usr/share/sendmail/cf/feature/bitdomain.m4
3793OLD_FILES+=usr/share/sendmail/cf/feature/blacklist_recipients.m4
3794OLD_FILES+=usr/share/sendmail/cf/feature/block_bad_helo.m4
3795OLD_FILES+=usr/share/sendmail/cf/feature/compat_check.m4
3796OLD_FILES+=usr/share/sendmail/cf/feature/conncontrol.m4
3797OLD_FILES+=usr/share/sendmail/cf/feature/delay_checks.m4
3798OLD_FILES+=usr/share/sendmail/cf/feature/dnsbl.m4
3799OLD_FILES+=usr/share/sendmail/cf/feature/domaintable.m4
3800OLD_FILES+=usr/share/sendmail/cf/feature/enhdnsbl.m4
3801OLD_FILES+=usr/share/sendmail/cf/feature/generics_entire_domain.m4
3802OLD_FILES+=usr/share/sendmail/cf/feature/genericstable.m4
3803OLD_FILES+=usr/share/sendmail/cf/feature/greet_pause.m4
3804OLD_FILES+=usr/share/sendmail/cf/feature/ldap_routing.m4
3805OLD_FILES+=usr/share/sendmail/cf/feature/limited_masquerade.m4
3806OLD_FILES+=usr/share/sendmail/cf/feature/local_lmtp.m4
3807OLD_FILES+=usr/share/sendmail/cf/feature/local_no_masquerade.m4
3808OLD_FILES+=usr/share/sendmail/cf/feature/local_procmail.m4
3809OLD_FILES+=usr/share/sendmail/cf/feature/lookupdotdomain.m4
3810OLD_FILES+=usr/share/sendmail/cf/feature/loose_relay_check.m4
3811OLD_FILES+=usr/share/sendmail/cf/feature/mailertable.m4
3812OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_entire_domain.m4
3813OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_envelope.m4
3814OLD_FILES+=usr/share/sendmail/cf/feature/msp.m4
3815OLD_FILES+=usr/share/sendmail/cf/feature/mtamark.m4
3816OLD_FILES+=usr/share/sendmail/cf/feature/no_default_msa.m4
3817OLD_FILES+=usr/share/sendmail/cf/feature/nocanonify.m4
3818OLD_FILES+=usr/share/sendmail/cf/feature/notsticky.m4
3819OLD_FILES+=usr/share/sendmail/cf/feature/nouucp.m4
3820OLD_FILES+=usr/share/sendmail/cf/feature/nullclient.m4
3821OLD_FILES+=usr/share/sendmail/cf/feature/preserve_local_plus_detail.m4
3822OLD_FILES+=usr/share/sendmail/cf/feature/preserve_luser_host.m4
3823OLD_FILES+=usr/share/sendmail/cf/feature/promiscuous_relay.m4
3824OLD_FILES+=usr/share/sendmail/cf/feature/queuegroup.m4
3825OLD_FILES+=usr/share/sendmail/cf/feature/ratecontrol.m4
3826OLD_FILES+=usr/share/sendmail/cf/feature/redirect.m4
3827OLD_FILES+=usr/share/sendmail/cf/feature/relay_based_on_MX.m4
3828OLD_FILES+=usr/share/sendmail/cf/feature/relay_entire_domain.m4
3829OLD_FILES+=usr/share/sendmail/cf/feature/relay_hosts_only.m4
3830OLD_FILES+=usr/share/sendmail/cf/feature/relay_local_from.m4
3831OLD_FILES+=usr/share/sendmail/cf/feature/relay_mail_from.m4
3832OLD_FILES+=usr/share/sendmail/cf/feature/require_rdns.m4
3833OLD_FILES+=usr/share/sendmail/cf/feature/smrsh.m4
3834OLD_FILES+=usr/share/sendmail/cf/feature/stickyhost.m4
3835OLD_FILES+=usr/share/sendmail/cf/feature/use_client_ptr.m4
3836OLD_FILES+=usr/share/sendmail/cf/feature/use_ct_file.m4
3837OLD_FILES+=usr/share/sendmail/cf/feature/use_cw_file.m4
3838OLD_FILES+=usr/share/sendmail/cf/feature/uucpdomain.m4
3839OLD_FILES+=usr/share/sendmail/cf/feature/virtuser_entire_domain.m4
3840OLD_FILES+=usr/share/sendmail/cf/feature/virtusertable.m4
3841OLD_FILES+=usr/share/sendmail/cf/hack/cssubdomain.m4
3842OLD_FILES+=usr/share/sendmail/cf/m4/cf.m4
3843OLD_FILES+=usr/share/sendmail/cf/m4/cfhead.m4
3844OLD_FILES+=usr/share/sendmail/cf/m4/proto.m4
3845OLD_FILES+=usr/share/sendmail/cf/m4/version.m4
3846OLD_FILES+=usr/share/sendmail/cf/mailer/cyrus.m4
3847OLD_FILES+=usr/share/sendmail/cf/mailer/cyrusv2.m4
3848OLD_FILES+=usr/share/sendmail/cf/mailer/fax.m4
3849OLD_FILES+=usr/share/sendmail/cf/mailer/local.m4
3850OLD_FILES+=usr/share/sendmail/cf/mailer/mail11.m4
3851OLD_FILES+=usr/share/sendmail/cf/mailer/phquery.m4
3852OLD_FILES+=usr/share/sendmail/cf/mailer/pop.m4
3853OLD_FILES+=usr/share/sendmail/cf/mailer/procmail.m4
3854OLD_FILES+=usr/share/sendmail/cf/mailer/qpage.m4
3855OLD_FILES+=usr/share/sendmail/cf/mailer/smtp.m4
3856OLD_FILES+=usr/share/sendmail/cf/mailer/usenet.m4
3857OLD_FILES+=usr/share/sendmail/cf/mailer/uucp.m4
3858OLD_FILES+=usr/share/sendmail/cf/ostype/a-ux.m4
3859OLD_FILES+=usr/share/sendmail/cf/ostype/aix3.m4
3860OLD_FILES+=usr/share/sendmail/cf/ostype/aix4.m4
3861OLD_FILES+=usr/share/sendmail/cf/ostype/aix5.m4
3862OLD_FILES+=usr/share/sendmail/cf/ostype/altos.m4
3863OLD_FILES+=usr/share/sendmail/cf/ostype/amdahl-uts.m4
3864OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.3.m4
3865OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.4.m4
3866OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi.m4
3867OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi1.0.m4
3868OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi2.0.m4
3869OLD_FILES+=usr/share/sendmail/cf/ostype/darwin.m4
3870OLD_FILES+=usr/share/sendmail/cf/ostype/dgux.m4
3871OLD_FILES+=usr/share/sendmail/cf/ostype/domainos.m4
3872OLD_FILES+=usr/share/sendmail/cf/ostype/dragonfly.m4
3873OLD_FILES+=usr/share/sendmail/cf/ostype/dynix3.2.m4
3874OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd4.m4
3875OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd5.m4
3876OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd6.m4
3877OLD_FILES+=usr/share/sendmail/cf/ostype/gnu.m4
3878OLD_FILES+=usr/share/sendmail/cf/ostype/hpux10.m4
3879OLD_FILES+=usr/share/sendmail/cf/ostype/hpux11.m4
3880OLD_FILES+=usr/share/sendmail/cf/ostype/hpux9.m4
3881OLD_FILES+=usr/share/sendmail/cf/ostype/irix4.m4
3882OLD_FILES+=usr/share/sendmail/cf/ostype/irix5.m4
3883OLD_FILES+=usr/share/sendmail/cf/ostype/irix6.m4
3884OLD_FILES+=usr/share/sendmail/cf/ostype/isc4.1.m4
3885OLD_FILES+=usr/share/sendmail/cf/ostype/linux.m4
3886OLD_FILES+=usr/share/sendmail/cf/ostype/maxion.m4
3887OLD_FILES+=usr/share/sendmail/cf/ostype/mklinux.m4
3888OLD_FILES+=usr/share/sendmail/cf/ostype/mpeix.m4
3889OLD_FILES+=usr/share/sendmail/cf/ostype/nextstep.m4
3890OLD_FILES+=usr/share/sendmail/cf/ostype/openbsd.m4
3891OLD_FILES+=usr/share/sendmail/cf/ostype/osf1.m4
3892OLD_FILES+=usr/share/sendmail/cf/ostype/powerux.m4
3893OLD_FILES+=usr/share/sendmail/cf/ostype/ptx2.m4
3894OLD_FILES+=usr/share/sendmail/cf/ostype/qnx.m4
3895OLD_FILES+=usr/share/sendmail/cf/ostype/riscos4.5.m4
3896OLD_FILES+=usr/share/sendmail/cf/ostype/sco-uw-2.1.m4
3897OLD_FILES+=usr/share/sendmail/cf/ostype/sco3.2.m4
3898OLD_FILES+=usr/share/sendmail/cf/ostype/sinix.m4
3899OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.m4
3900OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.ml.m4
3901OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.pre5.m4
3902OLD_FILES+=usr/share/sendmail/cf/ostype/solaris8.m4
3903OLD_FILES+=usr/share/sendmail/cf/ostype/sunos3.5.m4
3904OLD_FILES+=usr/share/sendmail/cf/ostype/sunos4.1.m4
3905OLD_FILES+=usr/share/sendmail/cf/ostype/svr4.m4
3906OLD_FILES+=usr/share/sendmail/cf/ostype/ultrix4.m4
3907OLD_FILES+=usr/share/sendmail/cf/ostype/unicos.m4
3908OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmk.m4
3909OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmp.m4
3910OLD_FILES+=usr/share/sendmail/cf/ostype/unixware7.m4
3911OLD_FILES+=usr/share/sendmail/cf/ostype/unknown.m4
3912OLD_FILES+=usr/share/sendmail/cf/ostype/uxpds.m4
3913OLD_FILES+=usr/share/sendmail/cf/sendmail.schema
3914OLD_FILES+=usr/share/sendmail/cf/sh/makeinfo.sh
3915OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.cogsci.m4
3916OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.old.arpa.m4
3917OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbarpa.m4
3918OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbvax.m4
3919.endif
3920
3921#.if ${MK_SHAREDOCS} == no
3922# to be filled in
3923#.endif
3924
3925#.if ${MK_SYSCONS} == no
3926# to be filled in
3927#.endif
3928
3929.if ${MK_TCSH} == no
3930OLD_FILES+=bin/csh
3931OLD_FILES+=bin/tcsh
3932OLD_FILES+=rescue/csh
3933OLD_FILES+=rescue/tcsh
3934OLD_FILES+=usr/share/examples/tcsh/complete.tcsh
3935OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
3936OLD_FILES+=usr/share/man/man1/csh.1.gz
3937OLD_FILES+=usr/share/man/man1/tcsh.1.gz
3938OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
3939OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
3940OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
3941OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
3942OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
3943OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
3944OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
3945OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
3946OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
3947OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
3948OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
3949OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
3950OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
3951OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
3952OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
3953OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
3954OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
3955OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
3956OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
3957OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
3958OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
3959OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
3960OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
3961OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
3962OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
3963OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
3964OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
3965.endif
3966
3967.if ${MK_TELNET} == no
3968OLD_FILES+=usr/bin/telnet
3969OLD_FILES+=usr/libexec/telnetd
3970OLD_FILES+=usr/share/man/man1/telnet.1.gz
3971OLD_FILES+=usr/share/man/man8/telnetd.8.gz
3972.endif
3973
3974#.if ${MK_TOOLCHAIN} == no
3975# to be filled in
3976#.endif
3977
3978#.if ${MK_USB} == no
3979# to be filled in
3980#.endif
3981
3982.if ${MK_UTMPX} == no
3983OLD_FILES+=etc/periodic/monthly/200.accounting
3984OLD_FILES+=usr/bin/last
3985OLD_FILES+=usr/bin/users
3986OLD_FILES+=usr/bin/who
3987OLD_FILES+=usr/bin/wtmpcvt
3988OLD_FILES+=usr/sbin/ac
3989OLD_FILES+=usr/sbin/lastlogin
3990OLD_FILES+=usr/sbin/utx
3991OLD_FILES+=usr/sbin/utxrm
3992OLD_FILES+=usr/share/man/man1/last.1.gz
3993OLD_FILES+=usr/share/man/man1/users.1.gz
3994OLD_FILES+=usr/share/man/man1/who.1.gz
3995OLD_FILES+=usr/share/man/man1/wtmpcvt.1.gz
3996OLD_FILES+=usr/share/man/man8/ac.8.gz
3997OLD_FILES+=usr/share/man/man8/lastlogin.8.gz
3998OLD_FILES+=usr/share/man/man8/utx.8.gz
3999OLD_FILES+=usr/share/man/man8/utxrm.8.gz
4000.endif
4001
4002.if ${MK_WIRELESS} == no
4003OLD_FILES+=etc/regdomain.xml
4004OLD_FILES+=usr/sbin/ancontrol
4005OLD_FILES+=usr/sbin/hostapd
4006OLD_FILES+=usr/sbin/hostapd_cli
4007OLD_FILES+=usr/sbin/ndis_events
4008OLD_FILES+=usr/sbin/wlandebug
4009OLD_FILES+=usr/sbin/wlconfig
4010OLD_FILES+=usr/sbin/wpa_cli
4011OLD_FILES+=usr/sbin/wpa_passphrase
4012OLD_FILES+=usr/sbin/wpa_supplicant
4013OLD_FILES+=usr/share/examples/etc/regdomain.xml
4014OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf
4015OLD_FILES+=usr/share/examples/hostapd/hostapd.conf
4016OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user
4017OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk
4018OLD_FILES+=usr/share/man/man5/hostapd.conf.5.gz
4019OLD_FILES+=usr/share/man/man5/wpa_supplicant.conf.5.gz
4020OLD_FILES+=usr/share/man/man8/ancontrol.8.gz
4021OLD_FILES+=usr/share/man/man8/hostapd.8.gz
4022OLD_FILES+=usr/share/man/man8/hostapd_cli.8.gz
4023OLD_FILES+=usr/share/man/man8/i386/wlconfig.8.gz
4024OLD_FILES+=usr/share/man/man8/ndis_events.8.gz
4025OLD_FILES+=usr/share/man/man8/wlandebug.8.gz
4026OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz
4027OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz
4028OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz
4029.endif
686OLD_DIRS+=usr/include/clang
687OLD_FILES+=usr/share/doc/llvm/clang/LICENSE.TXT
688OLD_DIRS+=usr/share/doc/llvm/clang
689OLD_FILES+=usr/share/doc/llvm/COPYRIGHT.regex
690OLD_FILES+=usr/share/doc/llvm/LICENSE.TXT
691OLD_DIRS+=usr/share/doc/llvm
692OLD_FILES+=usr/share/man/man1/clang.1.gz
693OLD_FILES+=usr/share/man/man1/clang++.1.gz
694OLD_FILES+=usr/share/man/man1/clang-cpp.1.gz
695OLD_FILES+=usr/share/man/man1/tblgen.1.gz
696.endif
697
698.if ${MK_CLANG_EXTRAS} == no
699OLD_FILES+=usr/bin/bugpoint
700OLD_FILES+=usr/bin/llc
701OLD_FILES+=usr/bin/lli
702OLD_FILES+=usr/bin/llvm-ar
703OLD_FILES+=usr/bin/llvm-as
704OLD_FILES+=usr/bin/llvm-bcanalyzer
705OLD_FILES+=usr/bin/llvm-diff
706OLD_FILES+=usr/bin/llvm-dis
707OLD_FILES+=usr/bin/llvm-extract
708OLD_FILES+=usr/bin/llvm-ld
709OLD_FILES+=usr/bin/llvm-link
710OLD_FILES+=usr/bin/llvm-mc
711OLD_FILES+=usr/bin/llvm-nm
712OLD_FILES+=usr/bin/llvm-objdump
713OLD_FILES+=usr/bin/llvm-prof
714OLD_FILES+=usr/bin/llvm-ranlib
715OLD_FILES+=usr/bin/llvm-rtdyld
716OLD_FILES+=usr/bin/llvm-stub
717OLD_FILES+=usr/bin/macho-dump
718OLD_FILES+=usr/bin/opt
719OLD_FILES+=usr/share/man/man1/bugpoint.1.gz
720OLD_FILES+=usr/share/man/man1/llc.1.gz
721OLD_FILES+=usr/share/man/man1/lli.1.gz
722OLD_FILES+=usr/share/man/man1/llvm-ar.1.gz
723OLD_FILES+=usr/share/man/man1/llvm-as.1.gz
724OLD_FILES+=usr/share/man/man1/llvm-bcanalyzer.1.gz
725OLD_FILES+=usr/share/man/man1/llvm-diff.1.gz
726OLD_FILES+=usr/share/man/man1/llvm-dis.1.gz
727OLD_FILES+=usr/share/man/man1/llvm-extract.1.gz
728OLD_FILES+=usr/share/man/man1/llvm-ld.1.gz
729OLD_FILES+=usr/share/man/man1/llvm-link.1.gz
730OLD_FILES+=usr/share/man/man1/llvm-nm.1.gz
731OLD_FILES+=usr/share/man/man1/llvm-prof.1.gz
732OLD_FILES+=usr/share/man/man1/llvm-ranlib.1.gz
733OLD_FILES+=usr/share/man/man1/opt.1.gz
734.endif
735
736.if ${MK_CPP} == no
737OLD_FILES+=usr/bin/cpp
738OLD_FILES+=usr/share/man/man1/cpp.1.gz
739.endif
740
741#.if ${MK_CRYPT} == no
742# to be filled in
743#.endif
744
745.if ${MK_CTM} == no
746OLD_FILES+=usr/sbin/ctm
747OLD_FILES+=usr/sbin/ctm_dequeue
748OLD_FILES+=usr/sbin/ctm_rmail
749OLD_FILES+=usr/sbin/ctm_smail
750OLD_FILES+=usr/share/man/man1/ctm.1.gz
751OLD_FILES+=usr/share/man/man1/ctm_dequeue.1.gz
752OLD_FILES+=usr/share/man/man1/ctm_rmail.1.gz
753OLD_FILES+=usr/share/man/man1/ctm_smail.1.gz
754OLD_FILES+=usr/share/man/man5/ctm.5.gz
755.endif
756
757.if ${MK_CVS} == no
758OLD_FILES+=usr/bin/cvs
759OLD_FILES+=usr/bin/cvsbug
760OLD_FILES+=usr/share/examples/cvs/contrib/README
761OLD_FILES+=usr/share/examples/cvs/contrib/clmerge
762OLD_FILES+=usr/share/examples/cvs/contrib/cln_hist
763OLD_FILES+=usr/share/examples/cvs/contrib/commit_prep
764OLD_FILES+=usr/share/examples/cvs/contrib/cvs2vendor
765OLD_FILES+=usr/share/examples/cvs/contrib/cvs_acls
766OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck
767OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck.man
768OLD_FILES+=usr/share/examples/cvs/contrib/cvshelp.man
769OLD_FILES+=usr/share/examples/cvs/contrib/descend.man
770OLD_FILES+=usr/share/examples/cvs/contrib/easy-import
771OLD_FILES+=usr/share/examples/cvs/contrib/intro.doc
772OLD_FILES+=usr/share/examples/cvs/contrib/log
773OLD_FILES+=usr/share/examples/cvs/contrib/log_accum
774OLD_FILES+=usr/share/examples/cvs/contrib/mfpipe
775OLD_FILES+=usr/share/examples/cvs/contrib/rcs-to-cvs
776OLD_FILES+=usr/share/examples/cvs/contrib/rcs2log
777OLD_FILES+=usr/share/examples/cvs/contrib/rcslock
778OLD_FILES+=usr/share/examples/cvs/contrib/sccs2rcs
779OLD_FILES+=usr/share/info/cvs.info.gz
780OLD_FILES+=usr/share/info/cvsclient.info.gz
781OLD_FILES+=usr/share/man/man1/cvs.1.gz
782OLD_FILES+=usr/share/man/man5/cvs.5.gz
783OLD_FILES+=usr/share/man/man8/cvsbug.8.gz
784.endif
785
786# devd(8) and gperf(1) not listed here on purpose
787.if ${MK_CXX} == no
788OLD_FILES+=usr/bin/CC
789OLD_FILES+=usr/bin/c++
790OLD_FILES+=usr/bin/c++filt
791OLD_FILES+=usr/bin/g++
792OLD_FILES+=usr/include/c++/4.2/algorithm
793OLD_FILES+=usr/include/c++/4.2/backward/algo.h
794OLD_FILES+=usr/include/c++/4.2/backward/algobase.h
795OLD_FILES+=usr/include/c++/4.2/backward/alloc.h
796OLD_FILES+=usr/include/c++/4.2/backward/backward_warning.h
797OLD_FILES+=usr/include/c++/4.2/backward/bvector.h
798OLD_FILES+=usr/include/c++/4.2/backward/complex.h
799OLD_FILES+=usr/include/c++/4.2/backward/defalloc.h
800OLD_FILES+=usr/include/c++/4.2/backward/deque.h
801OLD_FILES+=usr/include/c++/4.2/backward/fstream.h
802OLD_FILES+=usr/include/c++/4.2/backward/function.h
803OLD_FILES+=usr/include/c++/4.2/backward/hash_map.h
804OLD_FILES+=usr/include/c++/4.2/backward/hash_set.h
805OLD_FILES+=usr/include/c++/4.2/backward/hashtable.h
806OLD_FILES+=usr/include/c++/4.2/backward/heap.h
807OLD_FILES+=usr/include/c++/4.2/backward/iomanip.h
808OLD_FILES+=usr/include/c++/4.2/backward/iostream.h
809OLD_FILES+=usr/include/c++/4.2/backward/istream.h
810OLD_FILES+=usr/include/c++/4.2/backward/iterator.h
811OLD_FILES+=usr/include/c++/4.2/backward/list.h
812OLD_FILES+=usr/include/c++/4.2/backward/map.h
813OLD_FILES+=usr/include/c++/4.2/backward/multimap.h
814OLD_FILES+=usr/include/c++/4.2/backward/multiset.h
815OLD_FILES+=usr/include/c++/4.2/backward/new.h
816OLD_FILES+=usr/include/c++/4.2/backward/ostream.h
817OLD_FILES+=usr/include/c++/4.2/backward/pair.h
818OLD_FILES+=usr/include/c++/4.2/backward/queue.h
819OLD_FILES+=usr/include/c++/4.2/backward/rope.h
820OLD_FILES+=usr/include/c++/4.2/backward/set.h
821OLD_FILES+=usr/include/c++/4.2/backward/slist.h
822OLD_FILES+=usr/include/c++/4.2/backward/stack.h
823OLD_FILES+=usr/include/c++/4.2/backward/stream.h
824OLD_FILES+=usr/include/c++/4.2/backward/streambuf.h
825OLD_FILES+=usr/include/c++/4.2/backward/strstream
826OLD_FILES+=usr/include/c++/4.2/backward/tempbuf.h
827OLD_FILES+=usr/include/c++/4.2/backward/tree.h
828OLD_FILES+=usr/include/c++/4.2/backward/vector.h
829OLD_FILES+=usr/include/c++/4.2/bits/allocator.h
830OLD_FILES+=usr/include/c++/4.2/bits/atomic_word.h
831OLD_FILES+=usr/include/c++/4.2/bits/basic_file.h
832OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.h
833OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.tcc
834OLD_FILES+=usr/include/c++/4.2/bits/basic_string.h
835OLD_FILES+=usr/include/c++/4.2/bits/basic_string.tcc
836OLD_FILES+=usr/include/c++/4.2/bits/boost_concept_check.h
837OLD_FILES+=usr/include/c++/4.2/bits/c++allocator.h
838OLD_FILES+=usr/include/c++/4.2/bits/c++config.h
839OLD_FILES+=usr/include/c++/4.2/bits/c++io.h
840OLD_FILES+=usr/include/c++/4.2/bits/c++locale.h
841OLD_FILES+=usr/include/c++/4.2/bits/c++locale_internal.h
842OLD_FILES+=usr/include/c++/4.2/bits/char_traits.h
843OLD_FILES+=usr/include/c++/4.2/bits/cmath.tcc
844OLD_FILES+=usr/include/c++/4.2/bits/codecvt.h
845OLD_FILES+=usr/include/c++/4.2/bits/compatibility.h
846OLD_FILES+=usr/include/c++/4.2/bits/concept_check.h
847OLD_FILES+=usr/include/c++/4.2/bits/cpp_type_traits.h
848OLD_FILES+=usr/include/c++/4.2/bits/cpu_defines.h
849OLD_FILES+=usr/include/c++/4.2/bits/ctype_base.h
850OLD_FILES+=usr/include/c++/4.2/bits/ctype_inline.h
851OLD_FILES+=usr/include/c++/4.2/bits/ctype_noninline.h
852OLD_FILES+=usr/include/c++/4.2/bits/cxxabi_tweaks.h
853OLD_FILES+=usr/include/c++/4.2/bits/deque.tcc
854OLD_FILES+=usr/include/c++/4.2/bits/fstream.tcc
855OLD_FILES+=usr/include/c++/4.2/bits/functexcept.h
856OLD_FILES+=usr/include/c++/4.2/bits/gslice.h
857OLD_FILES+=usr/include/c++/4.2/bits/gslice_array.h
858OLD_FILES+=usr/include/c++/4.2/bits/gthr-default.h
859OLD_FILES+=usr/include/c++/4.2/bits/gthr-posix.h
860OLD_FILES+=usr/include/c++/4.2/bits/gthr-single.h
861OLD_FILES+=usr/include/c++/4.2/bits/gthr-tpf.h
862OLD_FILES+=usr/include/c++/4.2/bits/gthr.h
863OLD_FILES+=usr/include/c++/4.2/bits/indirect_array.h
864OLD_FILES+=usr/include/c++/4.2/bits/ios_base.h
865OLD_FILES+=usr/include/c++/4.2/bits/istream.tcc
866OLD_FILES+=usr/include/c++/4.2/bits/list.tcc
867OLD_FILES+=usr/include/c++/4.2/bits/locale_classes.h
868OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.h
869OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.tcc
870OLD_FILES+=usr/include/c++/4.2/bits/localefwd.h
871OLD_FILES+=usr/include/c++/4.2/bits/mask_array.h
872OLD_FILES+=usr/include/c++/4.2/bits/messages_members.h
873OLD_FILES+=usr/include/c++/4.2/bits/os_defines.h
874OLD_FILES+=usr/include/c++/4.2/bits/ostream.tcc
875OLD_FILES+=usr/include/c++/4.2/bits/ostream_insert.h
876OLD_FILES+=usr/include/c++/4.2/bits/postypes.h
877OLD_FILES+=usr/include/c++/4.2/bits/slice_array.h
878OLD_FILES+=usr/include/c++/4.2/bits/sstream.tcc
879OLD_FILES+=usr/include/c++/4.2/bits/stl_algo.h
880OLD_FILES+=usr/include/c++/4.2/bits/stl_algobase.h
881OLD_FILES+=usr/include/c++/4.2/bits/stl_bvector.h
882OLD_FILES+=usr/include/c++/4.2/bits/stl_construct.h
883OLD_FILES+=usr/include/c++/4.2/bits/stl_deque.h
884OLD_FILES+=usr/include/c++/4.2/bits/stl_function.h
885OLD_FILES+=usr/include/c++/4.2/bits/stl_heap.h
886OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator.h
887OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_funcs.h
888OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_types.h
889OLD_FILES+=usr/include/c++/4.2/bits/stl_list.h
890OLD_FILES+=usr/include/c++/4.2/bits/stl_map.h
891OLD_FILES+=usr/include/c++/4.2/bits/stl_multimap.h
892OLD_FILES+=usr/include/c++/4.2/bits/stl_multiset.h
893OLD_FILES+=usr/include/c++/4.2/bits/stl_numeric.h
894OLD_FILES+=usr/include/c++/4.2/bits/stl_pair.h
895OLD_FILES+=usr/include/c++/4.2/bits/stl_queue.h
896OLD_FILES+=usr/include/c++/4.2/bits/stl_raw_storage_iter.h
897OLD_FILES+=usr/include/c++/4.2/bits/stl_relops.h
898OLD_FILES+=usr/include/c++/4.2/bits/stl_set.h
899OLD_FILES+=usr/include/c++/4.2/bits/stl_stack.h
900OLD_FILES+=usr/include/c++/4.2/bits/stl_tempbuf.h
901OLD_FILES+=usr/include/c++/4.2/bits/stl_tree.h
902OLD_FILES+=usr/include/c++/4.2/bits/stl_uninitialized.h
903OLD_FILES+=usr/include/c++/4.2/bits/stl_vector.h
904OLD_FILES+=usr/include/c++/4.2/bits/stream_iterator.h
905OLD_FILES+=usr/include/c++/4.2/bits/streambuf.tcc
906OLD_FILES+=usr/include/c++/4.2/bits/streambuf_iterator.h
907OLD_FILES+=usr/include/c++/4.2/bits/stringfwd.h
908OLD_FILES+=usr/include/c++/4.2/bits/time_members.h
909OLD_FILES+=usr/include/c++/4.2/bits/valarray_after.h
910OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.h
911OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.tcc
912OLD_FILES+=usr/include/c++/4.2/bits/valarray_before.h
913OLD_FILES+=usr/include/c++/4.2/bits/vector.tcc
914OLD_FILES+=usr/include/c++/4.2/bitset
915OLD_FILES+=usr/include/c++/4.2/cassert
916OLD_FILES+=usr/include/c++/4.2/cctype
917OLD_FILES+=usr/include/c++/4.2/cerrno
918OLD_FILES+=usr/include/c++/4.2/cfloat
919OLD_FILES+=usr/include/c++/4.2/ciso646
920OLD_FILES+=usr/include/c++/4.2/climits
921OLD_FILES+=usr/include/c++/4.2/clocale
922OLD_FILES+=usr/include/c++/4.2/cmath
923OLD_FILES+=usr/include/c++/4.2/complex
924OLD_FILES+=usr/include/c++/4.2/csetjmp
925OLD_FILES+=usr/include/c++/4.2/csignal
926OLD_FILES+=usr/include/c++/4.2/cstdarg
927OLD_FILES+=usr/include/c++/4.2/cstddef
928OLD_FILES+=usr/include/c++/4.2/cstdio
929OLD_FILES+=usr/include/c++/4.2/cstdlib
930OLD_FILES+=usr/include/c++/4.2/cstring
931OLD_FILES+=usr/include/c++/4.2/ctime
932OLD_FILES+=usr/include/c++/4.2/cwchar
933OLD_FILES+=usr/include/c++/4.2/cwctype
934OLD_FILES+=usr/include/c++/4.2/cxxabi.h
935OLD_FILES+=usr/include/c++/4.2/debug/bitset
936OLD_FILES+=usr/include/c++/4.2/debug/debug.h
937OLD_FILES+=usr/include/c++/4.2/debug/deque
938OLD_FILES+=usr/include/c++/4.2/debug/formatter.h
939OLD_FILES+=usr/include/c++/4.2/debug/functions.h
940OLD_FILES+=usr/include/c++/4.2/debug/hash_map
941OLD_FILES+=usr/include/c++/4.2/debug/hash_map.h
942OLD_FILES+=usr/include/c++/4.2/debug/hash_multimap.h
943OLD_FILES+=usr/include/c++/4.2/debug/hash_multiset.h
944OLD_FILES+=usr/include/c++/4.2/debug/hash_set
945OLD_FILES+=usr/include/c++/4.2/debug/hash_set.h
946OLD_FILES+=usr/include/c++/4.2/debug/list
947OLD_FILES+=usr/include/c++/4.2/debug/macros.h
948OLD_FILES+=usr/include/c++/4.2/debug/map
949OLD_FILES+=usr/include/c++/4.2/debug/map.h
950OLD_FILES+=usr/include/c++/4.2/debug/multimap.h
951OLD_FILES+=usr/include/c++/4.2/debug/multiset.h
952OLD_FILES+=usr/include/c++/4.2/debug/safe_base.h
953OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.h
954OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.tcc
955OLD_FILES+=usr/include/c++/4.2/debug/safe_sequence.h
956OLD_FILES+=usr/include/c++/4.2/debug/set
957OLD_FILES+=usr/include/c++/4.2/debug/set.h
958OLD_FILES+=usr/include/c++/4.2/debug/string
959OLD_FILES+=usr/include/c++/4.2/debug/vector
960OLD_FILES+=usr/include/c++/4.2/deque
961OLD_FILES+=usr/include/c++/4.2/exception
962OLD_FILES+=usr/include/c++/4.2/exception_defines.h
963OLD_FILES+=usr/include/c++/4.2/ext/algorithm
964OLD_FILES+=usr/include/c++/4.2/ext/array_allocator.h
965OLD_FILES+=usr/include/c++/4.2/ext/atomicity.h
966OLD_FILES+=usr/include/c++/4.2/ext/bitmap_allocator.h
967OLD_FILES+=usr/include/c++/4.2/ext/codecvt_specializations.h
968OLD_FILES+=usr/include/c++/4.2/ext/concurrence.h
969OLD_FILES+=usr/include/c++/4.2/ext/debug_allocator.h
970OLD_FILES+=usr/include/c++/4.2/ext/functional
971OLD_FILES+=usr/include/c++/4.2/ext/hash_fun.h
972OLD_FILES+=usr/include/c++/4.2/ext/hash_map
973OLD_FILES+=usr/include/c++/4.2/ext/hash_set
974OLD_FILES+=usr/include/c++/4.2/ext/hashtable.h
975OLD_FILES+=usr/include/c++/4.2/ext/iterator
976OLD_FILES+=usr/include/c++/4.2/ext/malloc_allocator.h
977OLD_FILES+=usr/include/c++/4.2/ext/memory
978OLD_FILES+=usr/include/c++/4.2/ext/mt_allocator.h
979OLD_FILES+=usr/include/c++/4.2/ext/new_allocator.h
980OLD_FILES+=usr/include/c++/4.2/ext/numeric
981OLD_FILES+=usr/include/c++/4.2/ext/numeric_traits.h
982OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/assoc_container.hpp
983OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp
984OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp
985OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/traits.hpp
986OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_types.hpp
987OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
988OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
989OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
990OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
991OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
992OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
993OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
994OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
995OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
996OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
997OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
998OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
999OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
1000OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
1001OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
1002OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
1003OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp
1004OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
1005OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
1006OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp
1007OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
1008OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
1009OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
1010OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
1011OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
1012OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
1013OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
1014OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
1015OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
1016OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
1017OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
1018OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
1019OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
1020OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
1021OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
1022OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
1023OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
1024OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
1025OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
1026OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
1027OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
1028OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
1029OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
1030OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
1031OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
1032OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
1033OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
1034OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1035OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1036OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
1037OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1038OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
1039OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
1040OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
1041OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1042OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
1043OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
1044OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
1045OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
1046OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
1047OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1048OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
1049OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
1050OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
1051OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
1052OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1053OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
1054OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
1055OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp
1056OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
1057OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cond_dealtor.hpp
1058OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
1059OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/container_base_dispatch.hpp
1060OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
1061OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
1062OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
1063OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1064OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1065OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
1066OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1067OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
1068OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
1069OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1070OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
1071OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
1072OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
1073OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
1074OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
1075OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
1076OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
1077OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1078OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
1079OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
1080OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
1081OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
1082OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1083OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
1084OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp
1085OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
1086OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
1087OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
1088OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
1089OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
1090OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
1091OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
1092OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
1093OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
1094OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
1095OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
1096OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
1097OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
1098OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
1099OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
1100OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp
1101OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
1102OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
1103OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
1104OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
1105OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
1106OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
1107OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
1108OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
1109OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
1110OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
1111OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
1112OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
1113OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
1114OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
1115OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
1116OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
1117OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
1118OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
1119OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
1120OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
1121OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
1122OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
1123OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp
1124OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp
1125OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
1126OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/map_debug_base.hpp
1127OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp
1128OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
1129OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
1130OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
1131OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
1132OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
1133OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
1134OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
1135OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
1136OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
1137OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
1138OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp
1139OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
1140OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
1141OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
1142OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
1143OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
1144OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
1145OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
1146OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/child_iterator.hpp
1147OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp
1148OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp
1149OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
1150OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
1151OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
1152OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
1153OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/head.hpp
1154OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
1155OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
1156OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/internal_node.hpp
1157OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
1158OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/leaf.hpp
1159OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_base.hpp
1160OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_iterators.hpp
1161OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp
1162OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
1163OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/point_iterators.hpp
1164OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
1165OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
1166OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
1167OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
1168OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
1169OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp
1170OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
1171OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/traits.hpp
1172OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
1173OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
1174OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
1175OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
1176OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
1177OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
1178OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
1179OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
1180OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/node.hpp
1181OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
1182OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
1183OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp
1184OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
1185OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
1186OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
1187OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
1188OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
1189OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
1190OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
1191OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
1192OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
1193OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
1194OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
1195OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
1196OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
1197OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
1198OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
1199OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
1200OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
1201OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
1202OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
1203OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
1204OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
1205OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
1206OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
1207OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/node.hpp
1208OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
1209OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
1210OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
1211OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/traits.hpp
1212OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/standard_policies.hpp
1213OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
1214OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
1215OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
1216OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
1217OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
1218OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
1219OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
1220OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
1221OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
1222OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp
1223OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
1224OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
1225OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_trace_base.hpp
1226OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
1227OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp
1228OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
1229OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
1230OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp
1231OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
1232OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp
1233OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
1234OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/type_utils.hpp
1235OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/types_traits.hpp
1236OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
1237OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp
1238OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp
1239OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
1240OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/exception.hpp
1241OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/hash_policy.hpp
1242OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/list_update_policy.hpp
1243OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/priority_queue.hpp
1244OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tag_and_trait.hpp
1245OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tree_policy.hpp
1246OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/trie_policy.hpp
1247OLD_FILES+=usr/include/c++/4.2/ext/pod_char_traits.h
1248OLD_FILES+=usr/include/c++/4.2/ext/pool_allocator.h
1249OLD_FILES+=usr/include/c++/4.2/ext/rb_tree
1250OLD_FILES+=usr/include/c++/4.2/ext/rc_string_base.h
1251OLD_FILES+=usr/include/c++/4.2/ext/rope
1252OLD_FILES+=usr/include/c++/4.2/ext/ropeimpl.h
1253OLD_FILES+=usr/include/c++/4.2/ext/slist
1254OLD_FILES+=usr/include/c++/4.2/ext/sso_string_base.h
1255OLD_FILES+=usr/include/c++/4.2/ext/stdio_filebuf.h
1256OLD_FILES+=usr/include/c++/4.2/ext/stdio_sync_filebuf.h
1257OLD_FILES+=usr/include/c++/4.2/ext/throw_allocator.h
1258OLD_FILES+=usr/include/c++/4.2/ext/type_traits.h
1259OLD_FILES+=usr/include/c++/4.2/ext/typelist.h
1260OLD_FILES+=usr/include/c++/4.2/ext/vstring.h
1261OLD_FILES+=usr/include/c++/4.2/ext/vstring.tcc
1262OLD_FILES+=usr/include/c++/4.2/ext/vstring_fwd.h
1263OLD_FILES+=usr/include/c++/4.2/ext/vstring_util.h
1264OLD_FILES+=usr/include/c++/4.2/fstream
1265OLD_FILES+=usr/include/c++/4.2/functional
1266OLD_FILES+=usr/include/c++/4.2/iomanip
1267OLD_FILES+=usr/include/c++/4.2/ios
1268OLD_FILES+=usr/include/c++/4.2/iosfwd
1269OLD_FILES+=usr/include/c++/4.2/iostream
1270OLD_FILES+=usr/include/c++/4.2/istream
1271OLD_FILES+=usr/include/c++/4.2/iterator
1272OLD_FILES+=usr/include/c++/4.2/limits
1273OLD_FILES+=usr/include/c++/4.2/list
1274OLD_FILES+=usr/include/c++/4.2/locale
1275OLD_FILES+=usr/include/c++/4.2/map
1276OLD_FILES+=usr/include/c++/4.2/memory
1277OLD_FILES+=usr/include/c++/4.2/new
1278OLD_FILES+=usr/include/c++/4.2/numeric
1279OLD_FILES+=usr/include/c++/4.2/ostream
1280OLD_FILES+=usr/include/c++/4.2/queue
1281OLD_FILES+=usr/include/c++/4.2/set
1282OLD_FILES+=usr/include/c++/4.2/sstream
1283OLD_FILES+=usr/include/c++/4.2/stack
1284OLD_FILES+=usr/include/c++/4.2/stdexcept
1285OLD_FILES+=usr/include/c++/4.2/streambuf
1286OLD_FILES+=usr/include/c++/4.2/string
1287OLD_FILES+=usr/include/c++/4.2/tr1/array
1288OLD_FILES+=usr/include/c++/4.2/tr1/bind_iterate.h
1289OLD_FILES+=usr/include/c++/4.2/tr1/bind_repeat.h
1290OLD_FILES+=usr/include/c++/4.2/tr1/boost_shared_ptr.h
1291OLD_FILES+=usr/include/c++/4.2/tr1/cctype
1292OLD_FILES+=usr/include/c++/4.2/tr1/cfenv
1293OLD_FILES+=usr/include/c++/4.2/tr1/cfloat
1294OLD_FILES+=usr/include/c++/4.2/tr1/cinttypes
1295OLD_FILES+=usr/include/c++/4.2/tr1/climits
1296OLD_FILES+=usr/include/c++/4.2/tr1/cmath
1297OLD_FILES+=usr/include/c++/4.2/tr1/common.h
1298OLD_FILES+=usr/include/c++/4.2/tr1/complex
1299OLD_FILES+=usr/include/c++/4.2/tr1/cstdarg
1300OLD_FILES+=usr/include/c++/4.2/tr1/cstdbool
1301OLD_FILES+=usr/include/c++/4.2/tr1/cstdint
1302OLD_FILES+=usr/include/c++/4.2/tr1/cstdio
1303OLD_FILES+=usr/include/c++/4.2/tr1/cstdlib
1304OLD_FILES+=usr/include/c++/4.2/tr1/ctgmath
1305OLD_FILES+=usr/include/c++/4.2/tr1/ctime
1306OLD_FILES+=usr/include/c++/4.2/tr1/ctype.h
1307OLD_FILES+=usr/include/c++/4.2/tr1/cwchar
1308OLD_FILES+=usr/include/c++/4.2/tr1/cwctype
1309OLD_FILES+=usr/include/c++/4.2/tr1/fenv.h
1310OLD_FILES+=usr/include/c++/4.2/tr1/float.h
1311OLD_FILES+=usr/include/c++/4.2/tr1/functional
1312OLD_FILES+=usr/include/c++/4.2/tr1/functional_hash.h
1313OLD_FILES+=usr/include/c++/4.2/tr1/functional_iterate.h
1314OLD_FILES+=usr/include/c++/4.2/tr1/hashtable
1315OLD_FILES+=usr/include/c++/4.2/tr1/hashtable_policy.h
1316OLD_FILES+=usr/include/c++/4.2/tr1/inttypes.h
1317OLD_FILES+=usr/include/c++/4.2/tr1/limits.h
1318OLD_FILES+=usr/include/c++/4.2/tr1/math.h
1319OLD_FILES+=usr/include/c++/4.2/tr1/memory
1320OLD_FILES+=usr/include/c++/4.2/tr1/mu_iterate.h
1321OLD_FILES+=usr/include/c++/4.2/tr1/random
1322OLD_FILES+=usr/include/c++/4.2/tr1/random.tcc
1323OLD_FILES+=usr/include/c++/4.2/tr1/ref_fwd.h
1324OLD_FILES+=usr/include/c++/4.2/tr1/ref_wrap_iterate.h
1325OLD_FILES+=usr/include/c++/4.2/tr1/repeat.h
1326OLD_FILES+=usr/include/c++/4.2/tr1/stdarg.h
1327OLD_FILES+=usr/include/c++/4.2/tr1/stdbool.h
1328OLD_FILES+=usr/include/c++/4.2/tr1/stdint.h
1329OLD_FILES+=usr/include/c++/4.2/tr1/stdio.h
1330OLD_FILES+=usr/include/c++/4.2/tr1/stdlib.h
1331OLD_FILES+=usr/include/c++/4.2/tr1/tgmath.h
1332OLD_FILES+=usr/include/c++/4.2/tr1/tuple
1333OLD_FILES+=usr/include/c++/4.2/tr1/tuple_defs.h
1334OLD_FILES+=usr/include/c++/4.2/tr1/tuple_iterate.h
1335OLD_FILES+=usr/include/c++/4.2/tr1/type_traits
1336OLD_FILES+=usr/include/c++/4.2/tr1/type_traits_fwd.h
1337OLD_FILES+=usr/include/c++/4.2/tr1/unordered_map
1338OLD_FILES+=usr/include/c++/4.2/tr1/unordered_set
1339OLD_FILES+=usr/include/c++/4.2/tr1/utility
1340OLD_FILES+=usr/include/c++/4.2/tr1/wchar.h
1341OLD_FILES+=usr/include/c++/4.2/tr1/wctype.h
1342OLD_FILES+=usr/include/c++/4.2/typeinfo
1343OLD_FILES+=usr/include/c++/4.2/utility
1344OLD_FILES+=usr/include/c++/4.2/valarray
1345OLD_FILES+=usr/include/c++/4.2/vector
1346OLD_FILES+=usr/lib/libstdc++.a
1347# Keep libs to allow bootstrapping g++(1) with gperf(1)
1348#OLD_LIBS+=usr/lib/libstdc++.so
1349#OLD_LIBS+=usr/lib/libstdc++.so.6
1350OLD_FILES+=usr/lib/libstdc++_p.a
1351OLD_FILES+=usr/lib/libsupc++.a
1352OLD_FILES+=usr/lib/libsupc++_p.a
1353OLD_FILES+=usr/libexec/cc1plus
1354.endif
1355
1356.if ${MK_DICT} == no
1357OLD_FILES+=usr/share/dict/README
1358OLD_FILES+=usr/share/dict/freebsd
1359OLD_FILES+=usr/share/dict/propernames
1360OLD_FILES+=usr/share/dict/web2
1361OLD_FILES+=usr/share/dict/web2a
1362OLD_FILES+=usr/share/dict/words
1363.endif
1364
1365#.if ${MK_EXAMPLES} == no
1366# to be filled in
1367#.endif
1368
1369.if ${MK_FLOPPY} == no
1370OLD_FILES+=usr/sbin/fdcontrol
1371OLD_FILES+=usr/sbin/fdformat
1372OLD_FILES+=usr/sbin/fdread
1373OLD_FILES+=usr/sbin/fdwrite
1374OLD_FILES+=usr/share/man/man1/fdformat.1.gz
1375OLD_FILES+=usr/share/man/man1/fdread.1.gz
1376OLD_FILES+=usr/share/man/man1/fdwrite.1.gz
1377OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
1378.endif
1379
1380.if ${MK_FREEBSD_UPDATE} == no
1381OLD_FILES+=etc/freebsd-update.conf
1382OLD_FILES+=usr/sbin/freebsd-update
1383OLD_FILES+=usr/share/examples/etc/freebsd-update.conf
1384OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz
1385.endif
1386
1387.if ${MK_GAMES} == no
1388OLD_FILES+=usr/games/bcd
1389OLD_FILES+=usr/games/caesar
1390OLD_FILES+=usr/games/factor
1391OLD_FILES+=usr/games/fortune
1392OLD_FILES+=usr/games/grdc
1393OLD_FILES+=usr/games/morse
1394OLD_FILES+=usr/games/number
1395OLD_FILES+=usr/games/pom
1396OLD_FILES+=usr/games/ppt
1397OLD_FILES+=usr/games/primes
1398OLD_FILES+=usr/games/random
1399OLD_FILES+=usr/games/rot13
1400OLD_FILES+=usr/games/strfile
1401OLD_FILES+=usr/games/unstr
1402OLD_FILES+=usr/share/games/fortune/fortunes
1403OLD_FILES+=usr/share/games/fortune/fortunes-o
1404OLD_FILES+=usr/share/games/fortune/fortunes-o.dat
1405OLD_FILES+=usr/share/games/fortune/fortunes.dat
1406OLD_FILES+=usr/share/games/fortune/freebsd-tips
1407OLD_FILES+=usr/share/games/fortune/freebsd-tips.dat
1408OLD_FILES+=usr/share/games/fortune/gerrold.limerick
1409OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat
1410OLD_FILES+=usr/share/games/fortune/limerick
1411OLD_FILES+=usr/share/games/fortune/limerick.dat
1412OLD_FILES+=usr/share/games/fortune/murphy
1413OLD_FILES+=usr/share/games/fortune/murphy-o
1414OLD_FILES+=usr/share/games/fortune/murphy-o.dat
1415OLD_FILES+=usr/share/games/fortune/murphy.dat
1416OLD_FILES+=usr/share/games/fortune/startrek
1417OLD_FILES+=usr/share/games/fortune/startrek.dat
1418OLD_FILES+=usr/share/games/fortune/zippy
1419OLD_FILES+=usr/share/games/fortune/zippy.dat
1420OLD_FILES+=usr/share/man/man6/bcd.6.gz
1421OLD_FILES+=usr/share/man/man6/caesar.6.gz
1422OLD_FILES+=usr/share/man/man6/factor.6.gz
1423OLD_FILES+=usr/share/man/man6/fortune.6.gz
1424OLD_FILES+=usr/share/man/man6/grdc.6.gz
1425OLD_FILES+=usr/share/man/man6/morse.6.gz
1426OLD_FILES+=usr/share/man/man6/number.6.gz
1427OLD_FILES+=usr/share/man/man6/pom.6.gz
1428OLD_FILES+=usr/share/man/man6/ppt.6.gz
1429OLD_FILES+=usr/share/man/man6/primes.6.gz
1430OLD_FILES+=usr/share/man/man6/random.6.gz
1431OLD_FILES+=usr/share/man/man6/rot13.6.gz
1432OLD_FILES+=usr/share/man/man8/strfile.8.gz
1433OLD_FILES+=usr/share/man/man8/unstr.8.gz
1434.endif
1435
1436.if ${MK_GCC} == no
1437OLD_FILES+=usr/bin/c++filt
1438OLD_FILES+=usr/bin/g++
1439OLD_FILES+=usr/bin/gcc
1440OLD_FILES+=usr/bin/gcov
1441OLD_FILES+=usr/bin/gcpp
1442.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
1443OLD_FILES+=usr/include/gcc/4.2/emmintrin.h
1444OLD_FILES+=usr/include/gcc/4.2/mm_malloc.h
1445OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
1446OLD_FILES+=usr/include/gcc/4.2/pmmintrin.h
1447OLD_FILES+=usr/include/gcc/4.2/tmmintrin.h
1448OLD_FILES+=usr/include/gcc/4.2/xmmintrin.h
1449.elif ${TARGET_ARCH} == "ia64"
1450OLD_FILES+=usr/include/gcc/4.2/ia64intrin.h
1451.elif ${TARGET_ARCH} == "arm"
1452OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
1453.elif ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "powerpc64"
1454OLD_FILES+=usr/include/gcc/4.2/altivec.h
1455OLD_FILES+=usr/include/gcc/4.2/ppc-asm.h
1456OLD_FILES+=usr/include/gcc/4.2/spe.h
1457.endif
1458OLD_DIRS+=usr/include/gcc/4.2
1459OLD_DIRS+=usr/include/gcc
1460OLD_FILES+=usr/libexec/cc1
1461OLD_FILES+=usr/libexec/cc1plus
1462OLD_FILES+=usr/share/info/cpp.info.gz
1463OLD_FILES+=usr/share/info/cppinternals.info.gz
1464OLD_FILES+=usr/share/info/gcc.info.gz
1465OLD_FILES+=usr/share/info/gccint.info.gz
1466OLD_FILES+=usr/share/man/man1/g++.1.gz
1467OLD_FILES+=usr/share/man/man1/gcc.1.gz
1468OLD_FILES+=usr/share/man/man1/gcov.1.gz
1469OLD_FILES+=usr/share/man/man1/gcpp.1.gz
1470.endif
1471
1472.if ${MK_GCOV} == no
1473OLD_FILES+=usr/bin/gcov
1474OLD_FILES+=usr/share/man/man1/gcov.1.gz
1475.endif
1476
1477.if ${MK_GDB} == no
1478OLD_FILES+=usr/bin/gdb
1479OLD_FILES+=usr/bin/gdbserver
1480OLD_FILES+=usr/bin/gdbtui
1481OLD_FILES+=usr/bin/kgdb
1482OLD_FILES+=usr/share/info/gdb.info.gz
1483OLD_FILES+=usr/share/info/gdbint.info.gz
1484OLD_FILES+=usr/share/info/stabs.info.gz
1485OLD_FILES+=usr/share/man/man1/gdb.1.gz
1486OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
1487OLD_FILES+=usr/share/man/man1/kgdb.1.gz
1488.endif
1489
1490.if ${MK_GPIB} == no
1491OLD_FILES+=usr/include/dev/ieee488/ibfoo_int.h
1492OLD_FILES+=usr/include/dev/ieee488/ugpib.h
1493OLD_FILES+=usr/include/dev/ieee488/upd7210.h
1494OLD_FILES+=usr/include/gpib/gpib.h
1495OLD_FILES+=usr/lib/libgpib.a
1496OLD_FILES+=usr/lib/libgpib.so
1497OLD_LIBS+=usr/lib/libgpib.so.3
1498OLD_FILES+=usr/lib/libgpib_p.a
1499.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
1500OLD_FILES+=usr/lib32/libgpib.a
1501OLD_FILES+=usr/lib32/libgpib.so
1502OLD_LIBS+=usr/lib32/libgpib.so.3
1503OLD_FILES+=usr/lib32/libgpib_p.a
1504.endif
1505.endif
1506
1507.if ${MK_GPIO} == no
1508OLD_FILES+=usr/sbin/gpioctl
1509OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
1510.endif
1511
1512# Also includes vgrind(1)
1513.if ${MK_GROFF} == no
1514OLD_FILES+=usr/bin/addftinfo
1515OLD_FILES+=usr/bin/afmtodit
1516OLD_FILES+=usr/bin/eqn
1517OLD_FILES+=usr/bin/grn
1518OLD_FILES+=usr/bin/grodvi
1519OLD_FILES+=usr/bin/groff
1520OLD_FILES+=usr/bin/grog
1521OLD_FILES+=usr/bin/grolbp
1522OLD_FILES+=usr/bin/grolj4
1523OLD_FILES+=usr/bin/grops
1524OLD_FILES+=usr/bin/grotty
1525OLD_FILES+=usr/bin/hpftodit
1526OLD_FILES+=usr/bin/indxbib
1527OLD_FILES+=usr/bin/lkbib
1528OLD_FILES+=usr/bin/lookbib
1529OLD_FILES+=usr/bin/mmroff
1530OLD_FILES+=usr/bin/neqn
1531OLD_FILES+=usr/bin/nroff
1532OLD_FILES+=usr/bin/pfbtops
1533OLD_FILES+=usr/bin/pic
1534OLD_FILES+=usr/bin/post-grohtml
1535OLD_FILES+=usr/bin/pre-grohtml
1536OLD_FILES+=usr/bin/psroff
1537OLD_FILES+=usr/bin/refer
1538OLD_FILES+=usr/bin/soelim
1539OLD_FILES+=usr/bin/tbl
1540OLD_FILES+=usr/bin/tfmtodit
1541OLD_FILES+=usr/bin/troff
1542OLD_FILES+=usr/bin/vgrind
1543OLD_FILES+=usr/libexec/vfontedpr
1544OLD_FILES+=usr/share/groff_font/devX100-12/CB
1545OLD_FILES+=usr/share/groff_font/devX100-12/CBI
1546OLD_FILES+=usr/share/groff_font/devX100-12/CI
1547OLD_FILES+=usr/share/groff_font/devX100-12/CR
1548OLD_FILES+=usr/share/groff_font/devX100-12/DESC
1549OLD_FILES+=usr/share/groff_font/devX100-12/HB
1550OLD_FILES+=usr/share/groff_font/devX100-12/HBI
1551OLD_FILES+=usr/share/groff_font/devX100-12/HI
1552OLD_FILES+=usr/share/groff_font/devX100-12/HR
1553OLD_FILES+=usr/share/groff_font/devX100-12/NB
1554OLD_FILES+=usr/share/groff_font/devX100-12/NBI
1555OLD_FILES+=usr/share/groff_font/devX100-12/NI
1556OLD_FILES+=usr/share/groff_font/devX100-12/NR
1557OLD_FILES+=usr/share/groff_font/devX100-12/S
1558OLD_FILES+=usr/share/groff_font/devX100-12/TB
1559OLD_FILES+=usr/share/groff_font/devX100-12/TBI
1560OLD_FILES+=usr/share/groff_font/devX100-12/TI
1561OLD_FILES+=usr/share/groff_font/devX100-12/TR
1562OLD_DIRS+=usr/share/groff_font/devX100-12
1563OLD_FILES+=usr/share/groff_font/devX100/CB
1564OLD_FILES+=usr/share/groff_font/devX100/CBI
1565OLD_FILES+=usr/share/groff_font/devX100/CI
1566OLD_FILES+=usr/share/groff_font/devX100/CR
1567OLD_FILES+=usr/share/groff_font/devX100/DESC
1568OLD_FILES+=usr/share/groff_font/devX100/HB
1569OLD_FILES+=usr/share/groff_font/devX100/HBI
1570OLD_FILES+=usr/share/groff_font/devX100/HI
1571OLD_FILES+=usr/share/groff_font/devX100/HR
1572OLD_FILES+=usr/share/groff_font/devX100/NB
1573OLD_FILES+=usr/share/groff_font/devX100/NBI
1574OLD_FILES+=usr/share/groff_font/devX100/NI
1575OLD_FILES+=usr/share/groff_font/devX100/NR
1576OLD_FILES+=usr/share/groff_font/devX100/S
1577OLD_FILES+=usr/share/groff_font/devX100/TB
1578OLD_FILES+=usr/share/groff_font/devX100/TBI
1579OLD_FILES+=usr/share/groff_font/devX100/TI
1580OLD_FILES+=usr/share/groff_font/devX100/TR
1581OLD_DIRS+=usr/share/groff_font/devX100
1582OLD_FILES+=usr/share/groff_font/devX75-12/CB
1583OLD_FILES+=usr/share/groff_font/devX75-12/CBI
1584OLD_FILES+=usr/share/groff_font/devX75-12/CI
1585OLD_FILES+=usr/share/groff_font/devX75-12/CR
1586OLD_FILES+=usr/share/groff_font/devX75-12/DESC
1587OLD_FILES+=usr/share/groff_font/devX75-12/HB
1588OLD_FILES+=usr/share/groff_font/devX75-12/HBI
1589OLD_FILES+=usr/share/groff_font/devX75-12/HI
1590OLD_FILES+=usr/share/groff_font/devX75-12/HR
1591OLD_FILES+=usr/share/groff_font/devX75-12/NB
1592OLD_FILES+=usr/share/groff_font/devX75-12/NBI
1593OLD_FILES+=usr/share/groff_font/devX75-12/NI
1594OLD_FILES+=usr/share/groff_font/devX75-12/NR
1595OLD_FILES+=usr/share/groff_font/devX75-12/S
1596OLD_FILES+=usr/share/groff_font/devX75-12/TB
1597OLD_FILES+=usr/share/groff_font/devX75-12/TBI
1598OLD_FILES+=usr/share/groff_font/devX75-12/TI
1599OLD_FILES+=usr/share/groff_font/devX75-12/TR
1600OLD_DIRS+=usr/share/groff_font/devX75-12
1601OLD_FILES+=usr/share/groff_font/devX75/CB
1602OLD_FILES+=usr/share/groff_font/devX75/CBI
1603OLD_FILES+=usr/share/groff_font/devX75/CI
1604OLD_FILES+=usr/share/groff_font/devX75/CR
1605OLD_FILES+=usr/share/groff_font/devX75/DESC
1606OLD_FILES+=usr/share/groff_font/devX75/HB
1607OLD_FILES+=usr/share/groff_font/devX75/HBI
1608OLD_FILES+=usr/share/groff_font/devX75/HI
1609OLD_FILES+=usr/share/groff_font/devX75/HR
1610OLD_FILES+=usr/share/groff_font/devX75/NB
1611OLD_FILES+=usr/share/groff_font/devX75/NBI
1612OLD_FILES+=usr/share/groff_font/devX75/NI
1613OLD_FILES+=usr/share/groff_font/devX75/NR
1614OLD_FILES+=usr/share/groff_font/devX75/S
1615OLD_FILES+=usr/share/groff_font/devX75/TB
1616OLD_FILES+=usr/share/groff_font/devX75/TBI
1617OLD_FILES+=usr/share/groff_font/devX75/TI
1618OLD_FILES+=usr/share/groff_font/devX75/TR
1619OLD_DIRS+=usr/share/groff_font/devX75
1620OLD_FILES+=usr/share/groff_font/devascii/B
1621OLD_FILES+=usr/share/groff_font/devascii/BI
1622OLD_FILES+=usr/share/groff_font/devascii/CW
1623OLD_FILES+=usr/share/groff_font/devascii/DESC
1624OLD_FILES+=usr/share/groff_font/devascii/I
1625OLD_FILES+=usr/share/groff_font/devascii/L
1626OLD_FILES+=usr/share/groff_font/devascii/R
1627OLD_FILES+=usr/share/groff_font/devascii/S
1628OLD_DIRS+=usr/share/groff_font/devascii
1629OLD_FILES+=usr/share/groff_font/devcp1047/B
1630OLD_FILES+=usr/share/groff_font/devcp1047/BI
1631OLD_FILES+=usr/share/groff_font/devcp1047/CW
1632OLD_FILES+=usr/share/groff_font/devcp1047/DESC
1633OLD_FILES+=usr/share/groff_font/devcp1047/I
1634OLD_FILES+=usr/share/groff_font/devcp1047/L
1635OLD_FILES+=usr/share/groff_font/devcp1047/R
1636OLD_FILES+=usr/share/groff_font/devcp1047/S
1637OLD_DIRS+=usr/share/groff_font/devcp1047
1638OLD_FILES+=usr/share/groff_font/devdvi/CW
1639OLD_FILES+=usr/share/groff_font/devdvi/CWEC
1640OLD_FILES+=usr/share/groff_font/devdvi/CWI
1641OLD_FILES+=usr/share/groff_font/devdvi/CWIEC
1642OLD_FILES+=usr/share/groff_font/devdvi/CWITC
1643OLD_FILES+=usr/share/groff_font/devdvi/CWTC
1644OLD_FILES+=usr/share/groff_font/devdvi/CompileFonts
1645OLD_FILES+=usr/share/groff_font/devdvi/DESC
1646OLD_FILES+=usr/share/groff_font/devdvi/EX
1647OLD_FILES+=usr/share/groff_font/devdvi/HB
1648OLD_FILES+=usr/share/groff_font/devdvi/HBEC
1649OLD_FILES+=usr/share/groff_font/devdvi/HBI
1650OLD_FILES+=usr/share/groff_font/devdvi/HBIEC
1651OLD_FILES+=usr/share/groff_font/devdvi/HBITC
1652OLD_FILES+=usr/share/groff_font/devdvi/HBTC
1653OLD_FILES+=usr/share/groff_font/devdvi/HI
1654OLD_FILES+=usr/share/groff_font/devdvi/HIEC
1655OLD_FILES+=usr/share/groff_font/devdvi/HITC
1656OLD_FILES+=usr/share/groff_font/devdvi/HR
1657OLD_FILES+=usr/share/groff_font/devdvi/HREC
1658OLD_FILES+=usr/share/groff_font/devdvi/HRTC
1659OLD_FILES+=usr/share/groff_font/devdvi/MI
1660OLD_FILES+=usr/share/groff_font/devdvi/Makefile
1661OLD_FILES+=usr/share/groff_font/devdvi/S
1662OLD_FILES+=usr/share/groff_font/devdvi/SA
1663OLD_FILES+=usr/share/groff_font/devdvi/SB
1664OLD_FILES+=usr/share/groff_font/devdvi/SC
1665OLD_FILES+=usr/share/groff_font/devdvi/TB
1666OLD_FILES+=usr/share/groff_font/devdvi/TBEC
1667OLD_FILES+=usr/share/groff_font/devdvi/TBI
1668OLD_FILES+=usr/share/groff_font/devdvi/TBIEC
1669OLD_FILES+=usr/share/groff_font/devdvi/TBITC
1670OLD_FILES+=usr/share/groff_font/devdvi/TBTC
1671OLD_FILES+=usr/share/groff_font/devdvi/TI
1672OLD_FILES+=usr/share/groff_font/devdvi/TIEC
1673OLD_FILES+=usr/share/groff_font/devdvi/TITC
1674OLD_FILES+=usr/share/groff_font/devdvi/TR
1675OLD_FILES+=usr/share/groff_font/devdvi/TREC
1676OLD_FILES+=usr/share/groff_font/devdvi/TRTC
1677OLD_FILES+=usr/share/groff_font/devdvi/ec.map
1678OLD_FILES+=usr/share/groff_font/devdvi/msam.map
1679OLD_FILES+=usr/share/groff_font/devdvi/msbm.map
1680OLD_FILES+=usr/share/groff_font/devdvi/tc.map
1681OLD_FILES+=usr/share/groff_font/devdvi/texb.map
1682OLD_FILES+=usr/share/groff_font/devdvi/texex.map
1683OLD_FILES+=usr/share/groff_font/devdvi/texi.map
1684OLD_FILES+=usr/share/groff_font/devdvi/texmi.map
1685OLD_FILES+=usr/share/groff_font/devdvi/texr.map
1686OLD_FILES+=usr/share/groff_font/devdvi/texsy.map
1687OLD_FILES+=usr/share/groff_font/devdvi/textex.map
1688OLD_FILES+=usr/share/groff_font/devdvi/textt.map
1689OLD_DIRS+=usr/share/groff_font/devdvi
1690OLD_FILES+=usr/share/groff_font/devhtml/B
1691OLD_FILES+=usr/share/groff_font/devhtml/BI
1692OLD_FILES+=usr/share/groff_font/devhtml/CB
1693OLD_FILES+=usr/share/groff_font/devhtml/CBI
1694OLD_FILES+=usr/share/groff_font/devhtml/CI
1695OLD_FILES+=usr/share/groff_font/devhtml/CR
1696OLD_FILES+=usr/share/groff_font/devhtml/DESC
1697OLD_FILES+=usr/share/groff_font/devhtml/I
1698OLD_FILES+=usr/share/groff_font/devhtml/R
1699OLD_FILES+=usr/share/groff_font/devhtml/S
1700OLD_DIRS+=usr/share/groff_font/devhtml
1701OLD_FILES+=usr/share/groff_font/devkoi8-r/B
1702OLD_FILES+=usr/share/groff_font/devkoi8-r/BI
1703OLD_FILES+=usr/share/groff_font/devkoi8-r/CW
1704OLD_FILES+=usr/share/groff_font/devkoi8-r/DESC
1705OLD_FILES+=usr/share/groff_font/devkoi8-r/I
1706OLD_FILES+=usr/share/groff_font/devkoi8-r/L
1707OLD_FILES+=usr/share/groff_font/devkoi8-r/R
1708OLD_FILES+=usr/share/groff_font/devkoi8-r/S
1709OLD_DIRS+=usr/share/groff_font/devkoi8-r
1710OLD_FILES+=usr/share/groff_font/devlatin1/B
1711OLD_FILES+=usr/share/groff_font/devlatin1/BI
1712OLD_FILES+=usr/share/groff_font/devlatin1/CW
1713OLD_FILES+=usr/share/groff_font/devlatin1/DESC
1714OLD_FILES+=usr/share/groff_font/devlatin1/I
1715OLD_FILES+=usr/share/groff_font/devlatin1/L
1716OLD_FILES+=usr/share/groff_font/devlatin1/R
1717OLD_FILES+=usr/share/groff_font/devlatin1/S
1718OLD_DIRS+=usr/share/groff_font/devlatin1
1719OLD_FILES+=usr/share/groff_font/devlbp/CB
1720OLD_FILES+=usr/share/groff_font/devlbp/CI
1721OLD_FILES+=usr/share/groff_font/devlbp/CR
1722OLD_FILES+=usr/share/groff_font/devlbp/DESC
1723OLD_FILES+=usr/share/groff_font/devlbp/EB
1724OLD_FILES+=usr/share/groff_font/devlbp/EI
1725OLD_FILES+=usr/share/groff_font/devlbp/ER
1726OLD_FILES+=usr/share/groff_font/devlbp/HB
1727OLD_FILES+=usr/share/groff_font/devlbp/HBI
1728OLD_FILES+=usr/share/groff_font/devlbp/HI
1729OLD_FILES+=usr/share/groff_font/devlbp/HNB
1730OLD_FILES+=usr/share/groff_font/devlbp/HNBI
1731OLD_FILES+=usr/share/groff_font/devlbp/HNI
1732OLD_FILES+=usr/share/groff_font/devlbp/HNR
1733OLD_FILES+=usr/share/groff_font/devlbp/HR
1734OLD_FILES+=usr/share/groff_font/devlbp/TB
1735OLD_FILES+=usr/share/groff_font/devlbp/TBI
1736OLD_FILES+=usr/share/groff_font/devlbp/TI
1737OLD_FILES+=usr/share/groff_font/devlbp/TR
1738OLD_DIRS+=usr/share/groff_font/devlbp
1739OLD_FILES+=usr/share/groff_font/devlj4/AB
1740OLD_FILES+=usr/share/groff_font/devlj4/ABI
1741OLD_FILES+=usr/share/groff_font/devlj4/AI
1742OLD_FILES+=usr/share/groff_font/devlj4/ALBB
1743OLD_FILES+=usr/share/groff_font/devlj4/ALBR
1744OLD_FILES+=usr/share/groff_font/devlj4/AOB
1745OLD_FILES+=usr/share/groff_font/devlj4/AOI
1746OLD_FILES+=usr/share/groff_font/devlj4/AOR
1747OLD_FILES+=usr/share/groff_font/devlj4/AR
1748OLD_FILES+=usr/share/groff_font/devlj4/CB
1749OLD_FILES+=usr/share/groff_font/devlj4/CBI
1750OLD_FILES+=usr/share/groff_font/devlj4/CI
1751OLD_FILES+=usr/share/groff_font/devlj4/CLARENDON
1752OLD_FILES+=usr/share/groff_font/devlj4/CORONET
1753OLD_FILES+=usr/share/groff_font/devlj4/CR
1754OLD_FILES+=usr/share/groff_font/devlj4/DESC
1755OLD_FILES+=usr/share/groff_font/devlj4/GB
1756OLD_FILES+=usr/share/groff_font/devlj4/GBI
1757OLD_FILES+=usr/share/groff_font/devlj4/GI
1758OLD_FILES+=usr/share/groff_font/devlj4/GR
1759OLD_FILES+=usr/share/groff_font/devlj4/LGB
1760OLD_FILES+=usr/share/groff_font/devlj4/LGI
1761OLD_FILES+=usr/share/groff_font/devlj4/LGR
1762OLD_FILES+=usr/share/groff_font/devlj4/MARIGOLD
1763OLD_FILES+=usr/share/groff_font/devlj4/OB
1764OLD_FILES+=usr/share/groff_font/devlj4/OBI
1765OLD_FILES+=usr/share/groff_font/devlj4/OI
1766OLD_FILES+=usr/share/groff_font/devlj4/OR
1767OLD_FILES+=usr/share/groff_font/devlj4/S
1768OLD_FILES+=usr/share/groff_font/devlj4/SYMBOL
1769OLD_FILES+=usr/share/groff_font/devlj4/TB
1770OLD_FILES+=usr/share/groff_font/devlj4/TBI
1771OLD_FILES+=usr/share/groff_font/devlj4/TI
1772OLD_FILES+=usr/share/groff_font/devlj4/TNRB
1773OLD_FILES+=usr/share/groff_font/devlj4/TNRBI
1774OLD_FILES+=usr/share/groff_font/devlj4/TNRI
1775OLD_FILES+=usr/share/groff_font/devlj4/TNRR
1776OLD_FILES+=usr/share/groff_font/devlj4/TR
1777OLD_FILES+=usr/share/groff_font/devlj4/UB
1778OLD_FILES+=usr/share/groff_font/devlj4/UBI
1779OLD_FILES+=usr/share/groff_font/devlj4/UCB
1780OLD_FILES+=usr/share/groff_font/devlj4/UCBI
1781OLD_FILES+=usr/share/groff_font/devlj4/UCI
1782OLD_FILES+=usr/share/groff_font/devlj4/UCR
1783OLD_FILES+=usr/share/groff_font/devlj4/UI
1784OLD_FILES+=usr/share/groff_font/devlj4/UR
1785OLD_FILES+=usr/share/groff_font/devlj4/WINGDINGS
1786OLD_DIRS+=usr/share/groff_font/devlj4
1787OLD_FILES+=usr/share/groff_font/devps/AB
1788OLD_FILES+=usr/share/groff_font/devps/ABI
1789OLD_FILES+=usr/share/groff_font/devps/AI
1790OLD_FILES+=usr/share/groff_font/devps/AR
1791OLD_FILES+=usr/share/groff_font/devps/BMB
1792OLD_FILES+=usr/share/groff_font/devps/BMBI
1793OLD_FILES+=usr/share/groff_font/devps/BMI
1794OLD_FILES+=usr/share/groff_font/devps/BMR
1795OLD_FILES+=usr/share/groff_font/devps/CB
1796OLD_FILES+=usr/share/groff_font/devps/CBI
1797OLD_FILES+=usr/share/groff_font/devps/CI
1798OLD_FILES+=usr/share/groff_font/devps/CR
1799OLD_FILES+=usr/share/groff_font/devps/DESC
1800OLD_FILES+=usr/share/groff_font/devps/EURO
1801OLD_FILES+=usr/share/groff_font/devps/HB
1802OLD_FILES+=usr/share/groff_font/devps/HBI
1803OLD_FILES+=usr/share/groff_font/devps/HI
1804OLD_FILES+=usr/share/groff_font/devps/HNB
1805OLD_FILES+=usr/share/groff_font/devps/HNBI
1806OLD_FILES+=usr/share/groff_font/devps/HNI
1807OLD_FILES+=usr/share/groff_font/devps/HNR
1808OLD_FILES+=usr/share/groff_font/devps/HR
1809OLD_FILES+=usr/share/groff_font/devps/Makefile
1810OLD_FILES+=usr/share/groff_font/devps/NB
1811OLD_FILES+=usr/share/groff_font/devps/NBI
1812OLD_FILES+=usr/share/groff_font/devps/NI
1813OLD_FILES+=usr/share/groff_font/devps/NR
1814OLD_FILES+=usr/share/groff_font/devps/PB
1815OLD_FILES+=usr/share/groff_font/devps/PBI
1816OLD_FILES+=usr/share/groff_font/devps/PI
1817OLD_FILES+=usr/share/groff_font/devps/PR
1818OLD_FILES+=usr/share/groff_font/devps/S
1819OLD_FILES+=usr/share/groff_font/devps/SS
1820OLD_FILES+=usr/share/groff_font/devps/TB
1821OLD_FILES+=usr/share/groff_font/devps/TBI
1822OLD_FILES+=usr/share/groff_font/devps/TI
1823OLD_FILES+=usr/share/groff_font/devps/TR
1824OLD_FILES+=usr/share/groff_font/devps/ZCMI
1825OLD_FILES+=usr/share/groff_font/devps/ZD
1826OLD_FILES+=usr/share/groff_font/devps/ZDR
1827OLD_FILES+=usr/share/groff_font/devps/afmname
1828OLD_FILES+=usr/share/groff_font/devps/dingbats.map
1829OLD_FILES+=usr/share/groff_font/devps/dingbats.rmap
1830OLD_FILES+=usr/share/groff_font/devps/download
1831OLD_FILES+=usr/share/groff_font/devps/freeeuro.pfa
1832OLD_FILES+=usr/share/groff_font/devps/lgreekmap
1833OLD_FILES+=usr/share/groff_font/devps/prologue
1834OLD_FILES+=usr/share/groff_font/devps/symbol.sed
1835OLD_FILES+=usr/share/groff_font/devps/symbolchars
1836OLD_FILES+=usr/share/groff_font/devps/symbolsl.afm
1837OLD_FILES+=usr/share/groff_font/devps/symbolsl.pfa
1838OLD_FILES+=usr/share/groff_font/devps/text.enc
1839OLD_FILES+=usr/share/groff_font/devps/textmap
1840OLD_FILES+=usr/share/groff_font/devps/zapfdr.pfa
1841OLD_DIRS+=usr/share/groff_font/devps
1842OLD_FILES+=usr/share/groff_font/devutf8/B
1843OLD_FILES+=usr/share/groff_font/devutf8/BI
1844OLD_FILES+=usr/share/groff_font/devutf8/CW
1845OLD_FILES+=usr/share/groff_font/devutf8/DESC
1846OLD_FILES+=usr/share/groff_font/devutf8/I
1847OLD_FILES+=usr/share/groff_font/devutf8/L
1848OLD_FILES+=usr/share/groff_font/devutf8/R
1849OLD_FILES+=usr/share/groff_font/devutf8/S
1850OLD_DIRS+=usr/share/groff_font/devutf8
1851OLD_DIRS+=usr/share/groff_font
1852OLD_FILES+=usr/share/info/groff.info.gz
1853OLD_FILES+=usr/share/man/man1/addftinfo.1.gz
1854OLD_FILES+=usr/share/man/man1/afmtodit.1.gz
1855OLD_FILES+=usr/share/man/man1/eqn.1.gz
1856OLD_FILES+=usr/share/man/man1/grn.1.gz
1857OLD_FILES+=usr/share/man/man1/grodvi.1.gz
1858OLD_FILES+=usr/share/man/man1/groff.1.gz
1859OLD_FILES+=usr/share/man/man1/grog.1.gz
1860OLD_FILES+=usr/share/man/man1/grolbp.1.gz
1861OLD_FILES+=usr/share/man/man1/grolj4.1.gz
1862OLD_FILES+=usr/share/man/man1/grops.1.gz
1863OLD_FILES+=usr/share/man/man1/grotty.1.gz
1864OLD_FILES+=usr/share/man/man1/hpftodit.1.gz
1865OLD_FILES+=usr/share/man/man1/indxbib.1.gz
1866OLD_FILES+=usr/share/man/man1/lkbib.1.gz
1867OLD_FILES+=usr/share/man/man1/lookbib.1.gz
1868OLD_FILES+=usr/share/man/man1/mmroff.1.gz
1869OLD_FILES+=usr/share/man/man1/neqn.1.gz
1870OLD_FILES+=usr/share/man/man1/nroff.1.gz
1871OLD_FILES+=usr/share/man/man1/pfbtops.1.gz
1872OLD_FILES+=usr/share/man/man1/pic.1.gz
1873OLD_FILES+=usr/share/man/man1/psroff.1.gz
1874OLD_FILES+=usr/share/man/man1/refer.1.gz
1875OLD_FILES+=usr/share/man/man1/soelim.1.gz
1876OLD_FILES+=usr/share/man/man1/tbl.1.gz
1877OLD_FILES+=usr/share/man/man1/tfmtodit.1.gz
1878OLD_FILES+=usr/share/man/man1/troff.1.gz
1879OLD_FILES+=usr/share/man/man1/vgrind.1.gz
1880OLD_FILES+=usr/share/man/man5/groff_font.5.gz
1881OLD_FILES+=usr/share/man/man5/groff_out.5.gz
1882OLD_FILES+=usr/share/man/man5/groff_tmac.5.gz
1883OLD_FILES+=usr/share/man/man5/lj4_font.5.gz
1884OLD_FILES+=usr/share/man/man5/tmac.5.gz
1885OLD_FILES+=usr/share/man/man5/vgrindefs.5.gz
1886OLD_FILES+=usr/share/man/man7/ditroff.7.gz
1887OLD_FILES+=usr/share/man/man7/groff.7.gz
1888OLD_FILES+=usr/share/man/man7/groff_char.7.gz
1889OLD_FILES+=usr/share/man/man7/groff_diff.7.gz
1890OLD_FILES+=usr/share/man/man7/groff_man.7.gz
1891OLD_FILES+=usr/share/man/man7/groff_mdoc.7.gz
1892OLD_FILES+=usr/share/man/man7/groff_me.7.gz
1893OLD_FILES+=usr/share/man/man7/groff_mm.7.gz
1894OLD_FILES+=usr/share/man/man7/groff_mmse.7.gz
1895OLD_FILES+=usr/share/man/man7/groff_ms.7.gz
1896OLD_FILES+=usr/share/man/man7/groff_trace.7.gz
1897OLD_FILES+=usr/share/man/man7/groff_www.7.gz
1898OLD_FILES+=usr/share/man/man7/man.7.gz
1899OLD_FILES+=usr/share/man/man7/mdoc.7.gz
1900OLD_FILES+=usr/share/man/man7/mdoc.samples.7.gz
1901OLD_FILES+=usr/share/man/man7/me.7.gz
1902OLD_FILES+=usr/share/man/man7/mm.7.gz
1903OLD_FILES+=usr/share/man/man7/mmse.7.gz
1904OLD_FILES+=usr/share/man/man7/ms.7.gz
1905OLD_FILES+=usr/share/man/man7/orig_me.7.gz
1906OLD_FILES+=usr/share/man/man7/roff.7.gz
1907OLD_FILES+=usr/share/me/acm.me
1908OLD_FILES+=usr/share/me/chars.me
1909OLD_FILES+=usr/share/me/deltext.me
1910OLD_FILES+=usr/share/me/eqn.me
1911OLD_FILES+=usr/share/me/float.me
1912OLD_FILES+=usr/share/me/footnote.me
1913OLD_FILES+=usr/share/me/index.me
1914OLD_FILES+=usr/share/me/letterhead.me
1915OLD_FILES+=usr/share/me/local.me
1916OLD_FILES+=usr/share/me/null.me
1917OLD_FILES+=usr/share/me/refer.me
1918OLD_FILES+=usr/share/me/revisions
1919OLD_FILES+=usr/share/me/sh.me
1920OLD_FILES+=usr/share/me/tbl.me
1921OLD_FILES+=usr/share/me/thesis.me
1922OLD_DIRS+=usr/share/me
1923OLD_FILES+=usr/share/misc/vgrindefs
1924OLD_FILES+=usr/share/misc/vgrindefs.db
1925OLD_FILES+=usr/share/tmac/X.tmac
1926OLD_FILES+=usr/share/tmac/Xps.tmac
1927OLD_FILES+=usr/share/tmac/a4.tmac
1928OLD_FILES+=usr/share/tmac/an-old.tmac
1929OLD_FILES+=usr/share/tmac/an.tmac
1930OLD_FILES+=usr/share/tmac/andoc.tmac
1931OLD_FILES+=usr/share/tmac/composite.tmac
1932OLD_FILES+=usr/share/tmac/cp1047.tmac
1933OLD_FILES+=usr/share/tmac/devtag.tmac
1934OLD_FILES+=usr/share/tmac/doc.tmac
1935OLD_FILES+=usr/share/tmac/dvi.tmac
1936OLD_FILES+=usr/share/tmac/e.tmac
1937OLD_FILES+=usr/share/tmac/ec.tmac
1938OLD_FILES+=usr/share/tmac/eqnrc
1939OLD_FILES+=usr/share/tmac/europs.tmac
1940OLD_FILES+=usr/share/tmac/html-end.tmac
1941OLD_FILES+=usr/share/tmac/html.tmac
1942OLD_FILES+=usr/share/tmac/hyphen.ru
1943OLD_FILES+=usr/share/tmac/hyphen.us
1944OLD_FILES+=usr/share/tmac/hyphenex.us
1945OLD_FILES+=usr/share/tmac/koi8-r.tmac
1946OLD_FILES+=usr/share/tmac/latin1.tmac
1947OLD_FILES+=usr/share/tmac/latin2.tmac
1948OLD_FILES+=usr/share/tmac/latin9.tmac
1949OLD_FILES+=usr/share/tmac/lbp.tmac
1950OLD_FILES+=usr/share/tmac/lj4.tmac
1951OLD_FILES+=usr/share/tmac/m.tmac
1952OLD_FILES+=usr/share/tmac/man.local
1953OLD_FILES+=usr/share/tmac/man.tmac
1954OLD_FILES+=usr/share/tmac/mandoc.tmac
1955OLD_FILES+=usr/share/tmac/mdoc.local
1956OLD_FILES+=usr/share/tmac/mdoc.tmac
1957OLD_FILES+=usr/share/tmac/mdoc/doc-common
1958OLD_FILES+=usr/share/tmac/mdoc/doc-ditroff
1959OLD_FILES+=usr/share/tmac/mdoc/doc-nroff
1960OLD_FILES+=usr/share/tmac/mdoc/doc-syms
1961OLD_FILES+=usr/share/tmac/mdoc/fr.ISO8859-1
1962OLD_FILES+=usr/share/tmac/mdoc/ru.KOI8-R
1963OLD_DIRS+=usr/share/tmac/mdoc
1964OLD_FILES+=usr/share/tmac/me.tmac
1965OLD_FILES+=usr/share/tmac/mm/0.MT
1966OLD_FILES+=usr/share/tmac/mm/4.MT
1967OLD_FILES+=usr/share/tmac/mm/5.MT
1968OLD_FILES+=usr/share/tmac/mm/locale
1969OLD_FILES+=usr/share/tmac/mm/mm.tmac
1970OLD_FILES+=usr/share/tmac/mm/mmse.tmac
1971OLD_FILES+=usr/share/tmac/mm/ms.cov
1972OLD_FILES+=usr/share/tmac/mm/se_locale
1973OLD_FILES+=usr/share/tmac/mm/se_ms.cov
1974OLD_DIRS+=usr/share/tmac/mm
1975OLD_FILES+=usr/share/tmac/ms.tmac
1976OLD_FILES+=usr/share/tmac/mse.tmac
1977OLD_FILES+=usr/share/tmac/papersize.tmac
1978OLD_FILES+=usr/share/tmac/pic.tmac
1979OLD_FILES+=usr/share/tmac/ps.tmac
1980OLD_FILES+=usr/share/tmac/psatk.tmac
1981OLD_FILES+=usr/share/tmac/psold.tmac
1982OLD_FILES+=usr/share/tmac/pspic.tmac
1983OLD_FILES+=usr/share/tmac/s.tmac
1984OLD_FILES+=usr/share/tmac/safer.tmac
1985OLD_FILES+=usr/share/tmac/tmac.orig_me
1986OLD_FILES+=usr/share/tmac/tmac.vgrind
1987OLD_FILES+=usr/share/tmac/trace.tmac
1988OLD_FILES+=usr/share/tmac/troffrc
1989OLD_FILES+=usr/share/tmac/troffrc-end
1990OLD_FILES+=usr/share/tmac/tty-char.tmac
1991OLD_FILES+=usr/share/tmac/tty.tmac
1992OLD_FILES+=usr/share/tmac/unicode.tmac
1993OLD_FILES+=usr/share/tmac/www.tmac
1994OLD_DIRS+=usr/share/tmac
1995.endif
1996
1997.if ${MK_GSSAPI} == no
1998OLD_FILES+=usr/lib/libgssapi.a
1999OLD_FILES+=usr/lib/libgssapi.so
2000OLD_LIBS+=usr/lib/libgssapi.so.10
2001OLD_FILES+=usr/lib/libgssapi_p.a
2002OLD_FILES+=usr/lib/librpcsec_gss.a
2003OLD_FILES+=usr/lib/librpcsec_gss.so
2004OLD_LIBS+=usr/lib/librpcsec_gss.so.1
2005.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2006OLD_FILES+=usr/lib32/libgssapi.a
2007OLD_FILES+=usr/lib32/libgssapi.so
2008OLD_LIBS+=usr/lib32/libgssapi.so.10
2009OLD_FILES+=usr/lib32/libgssapi_p.a
2010OLD_FILES+=usr/lib32/librpcsec_gss.a
2011OLD_FILES+=usr/lib32/librpcsec_gss.so
2012OLD_LIBS+=usr/lib32/librpcsec_gss.so.1
2013.endif
2014OLD_FILES+=usr/sbin/gssd
2015OLD_FILES+=usr/share/man/man3/gss_accept_sec_context.3.gz
2016OLD_FILES+=usr/share/man/man3/gss_acquire_cred.3.gz
2017OLD_FILES+=usr/share/man/man3/gss_add_cred.3.gz
2018OLD_FILES+=usr/share/man/man3/gss_add_oid_set_member.3.gz
2019OLD_FILES+=usr/share/man/man3/gss_canonicalize_name.3.gz
2020OLD_FILES+=usr/share/man/man3/gss_compare_name.3.gz
2021OLD_FILES+=usr/share/man/man3/gss_context_time.3.gz
2022OLD_FILES+=usr/share/man/man3/gss_create_empty_oid_set.3.gz
2023OLD_FILES+=usr/share/man/man3/gss_delete_sec_context.3.gz
2024OLD_FILES+=usr/share/man/man3/gss_display_name.3.gz
2025OLD_FILES+=usr/share/man/man3/gss_display_status.3.gz
2026OLD_FILES+=usr/share/man/man3/gss_duplicate_name.3.gz
2027OLD_FILES+=usr/share/man/man3/gss_export_name.3.gz
2028OLD_FILES+=usr/share/man/man3/gss_export_sec_context.3.gz
2029OLD_FILES+=usr/share/man/man3/gss_get_mic.3.gz
2030OLD_FILES+=usr/share/man/man3/gss_import_name.3.gz
2031OLD_FILES+=usr/share/man/man3/gss_import_sec_context.3.gz
2032OLD_FILES+=usr/share/man/man3/gss_indicate_mechs.3.gz
2033OLD_FILES+=usr/share/man/man3/gss_init_sec_context.3.gz
2034OLD_FILES+=usr/share/man/man3/gss_inquire_context.3.gz
2035OLD_FILES+=usr/share/man/man3/gss_inquire_cred.3.gz
2036OLD_FILES+=usr/share/man/man3/gss_inquire_cred_by_mech.3.gz
2037OLD_FILES+=usr/share/man/man3/gss_inquire_mechs_for_name.3.gz
2038OLD_FILES+=usr/share/man/man3/gss_inquire_names_for_mech.3.gz
2039OLD_FILES+=usr/share/man/man3/gss_process_context_token.3.gz
2040OLD_FILES+=usr/share/man/man3/gss_release_buffer.3.gz
2041OLD_FILES+=usr/share/man/man3/gss_release_cred.3.gz
2042OLD_FILES+=usr/share/man/man3/gss_release_name.3.gz
2043OLD_FILES+=usr/share/man/man3/gss_release_oid_set.3.gz
2044OLD_FILES+=usr/share/man/man3/gss_seal.3.gz
2045OLD_FILES+=usr/share/man/man3/gss_sign.3.gz
2046OLD_FILES+=usr/share/man/man3/gss_test_oid_set_member.3.gz
2047OLD_FILES+=usr/share/man/man3/gss_unseal.3.gz
2048OLD_FILES+=usr/share/man/man3/gss_unwrap.3.gz
2049OLD_FILES+=usr/share/man/man3/gss_verify.3.gz
2050OLD_FILES+=usr/share/man/man3/gss_verify_mic.3.gz
2051OLD_FILES+=usr/share/man/man3/gss_wrap.3.gz
2052OLD_FILES+=usr/share/man/man3/gss_wrap_size_limit.3.gz
2053OLD_FILES+=usr/share/man/man3/gssapi.3.gz
2054OLD_FILES+=usr/share/man/man3/rpc_gss_get_error.3.gz
2055OLD_FILES+=usr/share/man/man3/rpc_gss_get_mech_info.3.gz
2056OLD_FILES+=usr/share/man/man3/rpc_gss_get_mechanisms.3.gz
2057OLD_FILES+=usr/share/man/man3/rpc_gss_get_principal_name.3.gz
2058OLD_FILES+=usr/share/man/man3/rpc_gss_get_versions.3.gz
2059OLD_FILES+=usr/share/man/man3/rpc_gss_getcred.3.gz
2060OLD_FILES+=usr/share/man/man3/rpc_gss_is_installed.3.gz
2061OLD_FILES+=usr/share/man/man3/rpc_gss_max_data_length.3.gz
2062OLD_FILES+=usr/share/man/man3/rpc_gss_mech_to_oid.3.gz
2063OLD_FILES+=usr/share/man/man3/rpc_gss_oid_to_mech.3.gz
2064OLD_FILES+=usr/share/man/man3/rpc_gss_qop_to_num.3.gz
2065OLD_FILES+=usr/share/man/man3/rpc_gss_seccreate.3.gz
2066OLD_FILES+=usr/share/man/man3/rpc_gss_set_callback.3.gz
2067OLD_FILES+=usr/share/man/man3/rpc_gss_set_defaults.3.gz
2068OLD_FILES+=usr/share/man/man3/rpc_gss_set_svc_name.3.gz
2069OLD_FILES+=usr/share/man/man3/rpc_gss_svc_max_data_length.3.gz
2070OLD_FILES+=usr/share/man/man3/rpcsec_gss.3.gz
2071OLD_FILES+=usr/share/man/man5/mech.5.gz
2072OLD_FILES+=usr/share/man/man5/qop.5.gz
2073OLD_FILES+=usr/share/man/man8/gssd.8.gz
2074.endif
2075
2076.if ${MK_HESIOD} == no
2077OLD_FILES+=usr/bin/hesinfo
2078OLD_FILES+=usr/include/hesiod.h
2079OLD_FILES+=usr/share/man/man1/hesinfo.1.gz
2080OLD_FILES+=usr/share/man/man3/hesiod.3.gz
2081OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
2082.endif
2083
2084#.if ${MK_HTML} == no
2085# to be filled in
2086#.endif
2087
2088.if ${MK_IDEA} == no
2089OLD_FILES+=usr/include/openssl/idea.h
2090.endif
2091
2092.if ${MK_INET6} == no
2093OLD_FILES+=sbin/ping6
2094OLD_FILES+=sbin/rtsol
2095OLD_FILES+=usr/sbin/faithd
2096OLD_FILES+=usr/sbin/ip6addrctl
2097OLD_FILES+=usr/sbin/mld6query
2098OLD_FILES+=usr/sbin/ndp
2099OLD_FILES+=usr/sbin/rip6query
2100OLD_FILES+=usr/sbin/route6d
2101OLD_FILES+=usr/sbin/rrenumd
2102OLD_FILES+=usr/sbin/rtadvd
2103OLD_FILES+=usr/sbin/rtsold
2104OLD_FILES+=usr/sbin/traceroute6
2105OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz
2106OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz
2107OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz
2108OLD_FILES+=usr/share/man/man8/mld6query.8.gz
2109OLD_FILES+=usr/share/man/man8/ndp.8.gz
2110OLD_FILES+=usr/share/man/man8/ping6.8.gz
2111OLD_FILES+=usr/share/man/man8/rip6query.8.gz
2112OLD_FILES+=usr/share/man/man8/route6d.8.gz
2113OLD_FILES+=usr/share/man/man8/rrenumd.8.gz
2114OLD_FILES+=usr/share/man/man8/rtadvd.8.gz
2115OLD_FILES+=usr/share/man/man8/rtsol.8.gz
2116OLD_FILES+=usr/share/man/man8/rtsold.8.gz
2117OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
2118.endif
2119
2120.if ${MK_INET6_SUPPORT} == no
2121OLD_FILES+=rescue/ping6
2122.endif
2123
2124#.if ${MK_INFO} == no
2125# to be filled in
2126#.endif
2127
2128.if ${MK_IPFILTER} == no
2129OLD_FILES+=etc/periodic/security/510.ipfdenied
2130OLD_FILES+=rescue/ipf
2131OLD_FILES+=sbin/ipf
2132OLD_FILES+=sbin/ipfs
2133OLD_FILES+=sbin/ipfstat
2134OLD_FILES+=sbin/ipftest
2135OLD_FILES+=sbin/ipmon
2136OLD_FILES+=sbin/ipnat
2137OLD_FILES+=sbin/ippool
2138OLD_FILES+=sbin/ipresend
2139OLD_FILES+=usr/include/netinet/ip_auth.h
2140OLD_FILES+=usr/include/netinet/ip_compat.h
2141OLD_FILES+=usr/include/netinet/ip_fil.h
2142OLD_FILES+=usr/include/netinet/ip_frag.h
2143OLD_FILES+=usr/include/netinet/ip_htable.h
2144OLD_FILES+=usr/include/netinet/ip_lookup.h
2145OLD_FILES+=usr/include/netinet/ip_nat.h
2146OLD_FILES+=usr/include/netinet/ip_pool.h
2147OLD_FILES+=usr/include/netinet/ip_proxy.h
2148OLD_FILES+=usr/include/netinet/ip_rules.h
2149OLD_FILES+=usr/include/netinet/ip_scan.h
2150OLD_FILES+=usr/include/netinet/ip_state.h
2151OLD_FILES+=usr/include/netinet/ip_sync.h
2152OLD_FILES+=usr/include/netinet/ipl.h
2153OLD_FILES+=usr/share/examples/ipfilter/README
2154OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT
2155OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW
2156OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW
2157OLD_FILES+=usr/share/examples/ipfilter/example.1
2158OLD_FILES+=usr/share/examples/ipfilter/example.2
2159OLD_FILES+=usr/share/examples/ipfilter/example.3
2160OLD_FILES+=usr/share/examples/ipfilter/example.4
2161OLD_FILES+=usr/share/examples/ipfilter/example.5
2162OLD_FILES+=usr/share/examples/ipfilter/example.6
2163OLD_FILES+=usr/share/examples/ipfilter/example.7
2164OLD_FILES+=usr/share/examples/ipfilter/example.8
2165OLD_FILES+=usr/share/examples/ipfilter/example.9
2166OLD_FILES+=usr/share/examples/ipfilter/example.10
2167OLD_FILES+=usr/share/examples/ipfilter/example.11
2168OLD_FILES+=usr/share/examples/ipfilter/example.12
2169OLD_FILES+=usr/share/examples/ipfilter/example.13
2170OLD_FILES+=usr/share/examples/ipfilter/example.sr
2171OLD_FILES+=usr/share/examples/ipfilter/firewall
2172OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy
2173OLD_FILES+=usr/share/examples/ipfilter/ftppxy
2174OLD_FILES+=usr/share/examples/ipfilter/nat-setup
2175OLD_FILES+=usr/share/examples/ipfilter/nat.eg
2176OLD_FILES+=usr/share/examples/ipfilter/server
2177OLD_FILES+=usr/share/examples/ipfilter/tcpstate
2178OLD_FILES+=usr/share/examples/ipfilter/example.14
2179OLD_FILES+=usr/share/examples/ipfilter/firewall.1
2180OLD_FILES+=usr/share/examples/ipfilter/firewall.2
2181OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive
2182OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive
2183OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample
2184OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample
2185OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt
2186OLD_FILES+=usr/share/examples/ipfilter/examples.txt
2187OLD_FILES+=usr/share/examples/ipfilter/rules.txt
2188OLD_FILES+=usr/share/man/man1/ipftest.1.gz
2189OLD_FILES+=usr/share/man/man1/ipresend.1.gz
2190OLD_FILES+=usr/share/man/man4/ipf.4.gz
2191OLD_FILES+=usr/share/man/man4/ipl.4.gz
2192OLD_FILES+=usr/share/man/man4/ipfilter.4.gz
2193OLD_FILES+=usr/share/man/man4/ipnat.4.gz
2194OLD_FILES+=usr/share/man/man5/ipf.5.gz
2195OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz
2196OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz
2197OLD_FILES+=usr/share/man/man5/ipnat.5.gz
2198OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz
2199OLD_FILES+=usr/share/man/man5/ippool.5.gz
2200OLD_FILES+=usr/share/man/man8/ipf.8.gz
2201OLD_FILES+=usr/share/man/man8/ipfs.8.gz
2202OLD_FILES+=usr/share/man/man8/ipfstat.8.gz
2203OLD_FILES+=usr/share/man/man8/ipmon.8.gz
2204OLD_FILES+=usr/share/man/man8/ipnat.8.gz
2205OLD_FILES+=usr/share/man/man8/ippool.8.gz
2206OLD_FILES+=etc/periodic/security/510.ipfdenied
2207OLD_FILES+=etc/periodic/security/610.ipf6denied
2208.endif
2209
2210.if ${MK_IPFW} == no
2211OLD_FILES+=etc/periodic/security/500.ipfwdenied
2212OLD_FILES+=etc/periodic/security/550.ipfwlimit
2213OLD_FILES+=sbin/ipfw
2214OLD_FILES+=sbin/natd
2215OLD_FILES+=usr/sbin/ipfwpcap
2216OLD_FILES+=usr/share/man/man8/ipfw.8.gz
2217OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz
2218OLD_FILES+=usr/share/man/man8/natd.8.gz
2219.endif
2220
2221.if ${MK_IPX} == no
2222OLD_LIBS+=lib/libipx.so.5
2223OLD_FILES+=usr/lib/libipx.a
2224OLD_FILES+=usr/lib/libipx.so
2225OLD_FILES+=usr/lib/libipx_p.a
2226.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2227OLD_FILES+=usr/lib32/libipx.a
2228OLD_FILES+=usr/lib32/libipx.so
2229OLD_LIBS+=usr/lib32/libipx.so.5
2230OLD_FILES+=usr/lib32/libipx_p.a
2231.endif
2232OLD_FILES+=usr/sbin/IPXrouted
2233OLD_FILES+=usr/share/man/man3/ipx.3.gz
2234OLD_FILES+=usr/share/man/man3/ipx_addr.3.gz
2235OLD_FILES+=usr/share/man/man3/ipx_ntoa.3.gz
2236OLD_FILES+=usr/share/man/man8/IPXrouted.8.gz
2237.endif
2238
2239.if ${MK_JAIL} == no
2240OLD_FILES+=usr/sbin/jail
2241OLD_FILES+=usr/sbin/jexec
2242OLD_FILES+=usr/sbin/jls
2243OLD_FILES+=usr/share/man/man8/jail.8.gz
2244OLD_FILES+=usr/share/man/man8/jexec.8.gz
2245OLD_FILES+=usr/share/man/man8/jls.8.gz
2246.endif
2247
2248.if ${MK_KERBEROS} == no
2249OLD_FILES+=usr/bin/compile_et
2250OLD_FILES+=usr/bin/hxtool
2251OLD_FILES+=usr/bin/kadmin
2252OLD_FILES+=usr/bin/kdestroy
2253OLD_FILES+=usr/bin/kf
2254OLD_FILES+=usr/bin/kgetcred
2255OLD_FILES+=usr/bin/kinit
2256OLD_FILES+=usr/bin/klist
2257OLD_FILES+=usr/bin/kpasswd
2258OLD_FILES+=usr/bin/krb5-config
2259OLD_FILES+=usr/bin/ksu
2260OLD_FILES+=usr/bin/kswitch
2261OLD_FILES+=usr/bin/string2key
2262OLD_FILES+=usr/bin/verify_krb5_conf
2263OLD_FILES+=usr/include/asn1-common.h
2264OLD_FILES+=usr/include/asn1_err.h
2265OLD_FILES+=usr/include/base64.h
2266OLD_FILES+=usr/include/cms_asn1.h
2267OLD_FILES+=usr/include/crmf_asn1.h
2268OLD_FILES+=usr/include/der-private.h
2269OLD_FILES+=usr/include/der-protos.h
2270OLD_FILES+=usr/include/der.h
2271OLD_FILES+=usr/include/digest_asn1.h
2272OLD_FILES+=usr/include/getarg.h
2273OLD_FILES+=usr/include/gssapi/gssapi_krb5.h
2274OLD_FILES+=usr/include/hdb-protos.h
2275OLD_FILES+=usr/include/hdb.h
2276OLD_FILES+=usr/include/hdb_asn1.h
2277OLD_FILES+=usr/include/hdb_err.h
2278OLD_FILES+=usr/include/heim_asn1.h
2279OLD_FILES+=usr/include/heim_err.h
2280OLD_FILES+=usr/include/heim_threads.h
2281OLD_FILES+=usr/include/heimbase.h
2282OLD_FILES+=usr/include/heimntlm-protos.h
2283OLD_FILES+=usr/include/heimntlm.h
2284OLD_FILES+=usr/include/hex.h
2285OLD_FILES+=usr/include/hx509-private.h
2286OLD_FILES+=usr/include/hx509-protos.h
2287OLD_FILES+=usr/include/hx509.h
2288OLD_FILES+=usr/include/hx509_err.h
2289OLD_FILES+=usr/include/k524_err.h
2290OLD_FILES+=usr/include/kadm5/admin.h
2291OLD_FILES+=usr/include/kadm5/kadm5-private.h
2292OLD_FILES+=usr/include/kadm5/kadm5-protos.h
2293OLD_FILES+=usr/include/kadm5/kadm5-pwcheck.h
2294OLD_FILES+=usr/include/kadm5/kadm5_err.h
2295OLD_FILES+=usr/include/kadm5/private.h
2296OLD_FILES+=usr/include/kafs.h
2297OLD_FILES+=usr/include/kdc-protos.h
2298OLD_FILES+=usr/include/kdc.h
2299OLD_FILES+=usr/include/krb5-private.h
2300OLD_FILES+=usr/include/krb5-protos.h
2301OLD_FILES+=usr/include/krb5-types.h
2302OLD_FILES+=usr/include/krb5.h
2303OLD_FILES+=usr/include/krb5/ccache_plugin.h
2304OLD_FILES+=usr/include/krb5/locate_plugin.h
2305OLD_FILES+=usr/include/krb5/send_to_kdc_plugin.h
2306OLD_FILES+=usr/include/krb5/windc_plugin.h
2307OLD_FILES+=usr/include/krb5_asn1.h
2308OLD_FILES+=usr/include/krb5_ccapi.h
2309OLD_FILES+=usr/include/krb5_err.h
2310OLD_FILES+=usr/include/kx509_asn1.h
2311OLD_FILES+=usr/include/ntlm_err.h
2312OLD_FILES+=usr/include/ocsp_asn1.h
2313OLD_FILES+=usr/include/parse_bytes.h
2314OLD_FILES+=usr/include/parse_time.h
2315OLD_FILES+=usr/include/parse_units.h
2316OLD_FILES+=usr/include/pkcs10_asn1.h
2317OLD_FILES+=usr/include/pkcs12_asn1.h
2318OLD_FILES+=usr/include/pkcs8_asn1.h
2319OLD_FILES+=usr/include/pkcs9_asn1.h
2320OLD_FILES+=usr/include/pkinit_asn1.h
2321OLD_FILES+=usr/include/resolve.h
2322OLD_FILES+=usr/include/rfc2459_asn1.h
2323OLD_FILES+=usr/include/roken-common.h
2324OLD_FILES+=usr/include/rtbl.h
2325OLD_FILES+=usr/include/wind.h
2326OLD_FILES+=usr/include/wind_err.h
2327OLD_FILES+=usr/include/xdbm.h
2328OLD_FILES+=usr/lib/libasn1.a
2329OLD_FILES+=usr/lib/libasn1.so
2330OLD_LIBS+=usr/lib/libasn1.so.11
2331OLD_FILES+=usr/lib/libasn1_p.a
2332OLD_FILES+=usr/lib/libcom_err.a
2333OLD_FILES+=usr/lib/libcom_err.so
2334OLD_LIBS+=usr/lib/libcom_err.so.5
2335OLD_FILES+=usr/lib/libcom_err_p.a
2336OLD_FILES+=usr/lib/libcom_err_p.a
2337OLD_FILES+=usr/lib/libgssapi_krb5.a
2338OLD_FILES+=usr/lib/libgssapi_krb5.so
2339OLD_LIBS+=usr/lib/libgssapi_krb5.so.10
2340OLD_FILES+=usr/lib/libgssapi_krb5_p.a
2341OLD_FILES+=usr/lib/libgssapi_ntlm.a
2342OLD_FILES+=usr/lib/libgssapi_ntlm.so
2343OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10
2344OLD_FILES+=usr/lib/libgssapi_ntlm_p.a
2345OLD_FILES+=usr/lib/libgssapi_spnego.a
2346OLD_FILES+=usr/lib/libgssapi_spnego.so
2347OLD_LIBS+=usr/lib/libgssapi_spnego.so.10
2348OLD_FILES+=usr/lib/libgssapi_spnego_p.a
2349OLD_FILES+=usr/lib/libhdb.a
2350OLD_FILES+=usr/lib/libhdb.so
2351OLD_LIBS+=usr/lib/libhdb.so.11
2352OLD_FILES+=usr/lib/libhdb_p.a
2353OLD_FILES+=usr/lib/libheimbase.a
2354OLD_FILES+=usr/lib/libheimbase.so
2355OLD_LIBS+=usr/lib/libheimbase.so.11
2356OLD_FILES+=usr/lib/libheimbase_p.a
2357OLD_FILES+=usr/lib/libheimntlm.a
2358OLD_FILES+=usr/lib/libheimntlm.so
2359OLD_LIBS+=usr/lib/libheimntlm.so.11
2360OLD_FILES+=usr/lib/libheimntlm_p.a
2361OLD_FILES+=usr/lib/libheimsqlite.a
2362OLD_FILES+=usr/lib/libheimsqlite.so
2363OLD_LIBS+=usr/lib/libheimsqlite.so.11
2364OLD_FILES+=usr/lib/libheimsqlite_p.a
2365OLD_FILES+=usr/lib/libhx509.a
2366OLD_FILES+=usr/lib/libhx509.so
2367OLD_LIBS+=usr/lib/libhx509.so.11
2368OLD_FILES+=usr/lib/libhx509_p.a
2369OLD_FILES+=usr/lib/libkadm5clnt.a
2370OLD_FILES+=usr/lib/libkadm5clnt.so
2371OLD_LIBS+=usr/lib/libkadm5clnt.so.11
2372OLD_FILES+=usr/lib/libkadm5clnt_p.a
2373OLD_FILES+=usr/lib/libkadm5srv.a
2374OLD_FILES+=usr/lib/libkadm5srv.so
2375OLD_LIBS+=usr/lib/libkadm5srv.so.11
2376OLD_FILES+=usr/lib/libkadm5srv_p.a
2377OLD_FILES+=usr/lib/libkafs5.a
2378OLD_FILES+=usr/lib/libkafs5.so
2379OLD_LIBS+=usr/lib/libkafs5.so.11
2380OLD_FILES+=usr/lib/libkafs5_p.a
2381OLD_FILES+=usr/lib/libkdc.a
2382OLD_FILES+=usr/lib/libkdc.so
2383OLD_LIBS+=usr/lib/libkdc.so.11
2384OLD_FILES+=usr/lib/libkdc_p.a
2385OLD_FILES+=usr/lib/libkrb5.a
2386OLD_FILES+=usr/lib/libkrb5.so
2387OLD_LIBS+=usr/lib/libkrb5.so.11
2388OLD_FILES+=usr/lib/libkrb5_p.a
2389OLD_FILES+=usr/lib/libroken.a
2390OLD_FILES+=usr/lib/libroken.so
2391OLD_LIBS+=usr/lib/libroken.so.11
2392OLD_FILES+=usr/lib/libroken_p.a
2393OLD_FILES+=usr/lib/libwind.a
2394OLD_FILES+=usr/lib/libwind.so
2395OLD_LIBS+=usr/lib/libwind.so.11
2396OLD_FILES+=usr/lib/libwind_p.a
2397OLD_FILES+=usr/lib/pam_krb5.so
2398OLD_LIBS+=usr/lib/pam_krb5.so.5
2399OLD_FILES+=usr/lib/pam_ksu.so
2400OLD_LIBS+=usr/lib/pam_ksu.so.5
2401.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2402OLD_FILES+=usr/lib32/libasn1.a
2403OLD_FILES+=usr/lib32/libasn1.so
2404OLD_LIBS+=usr/lib32/libasn1.so.11
2405OLD_FILES+=usr/lib32/libasn1_p.a
2406OLD_FILES+=usr/lib32/libgssapi_krb5.a
2407OLD_FILES+=usr/lib32/libgssapi_krb5.so
2408OLD_LIBS+=usr/lib32/libgssapi_krb5.so.10
2409OLD_FILES+=usr/lib32/libgssapi_krb5_p.a
2410OLD_FILES+=usr/lib32/libgssapi_ntlm.a
2411OLD_FILES+=usr/lib32/libgssapi_ntlm.so
2412OLD_LIBS+=usr/lib32/libgssapi_ntlm.so.10
2413OLD_FILES+=usr/lib32/libgssapi_ntlm_p.a
2414OLD_FILES+=usr/lib32/libgssapi_spnego.a
2415OLD_FILES+=usr/lib32/libgssapi_spnego.so
2416OLD_LIBS+=usr/lib32/libgssapi_spnego.so.10
2417OLD_FILES+=usr/lib32/libgssapi_spnego_p.a
2418OLD_FILES+=usr/lib32/libhdb.a
2419OLD_FILES+=usr/lib32/libhdb.so
2420OLD_LIBS+=usr/lib32/libhdb.so.11
2421OLD_FILES+=usr/lib32/libhdb_p.a
2422OLD_FILES+=usr/lib32/libheimbase.a
2423OLD_FILES+=usr/lib32/libheimbase.so
2424OLD_LIBS+=usr/lib32/libheimbase.so.11
2425OLD_FILES+=usr/lib32/libheimbase_p.a
2426OLD_FILES+=usr/lib32/libheimntlm.a
2427OLD_FILES+=usr/lib32/libheimntlm.so
2428OLD_LIBS+=usr/lib32/libheimntlm.so.11
2429OLD_FILES+=usr/lib32/libheimntlm_p.a
2430OLD_FILES+=usr/lib32/libheimsqlite.a
2431OLD_FILES+=usr/lib32/libheimsqlite.so
2432OLD_LIBS+=usr/lib32/libheimsqlite.so.11
2433OLD_FILES+=usr/lib32/libheimsqlite_p.a
2434OLD_FILES+=usr/lib32/libhx509.a
2435OLD_FILES+=usr/lib32/libhx509.so
2436OLD_LIBS+=usr/lib32/libhx509.so.11
2437OLD_FILES+=usr/lib32/libhx509_p.a
2438OLD_FILES+=usr/lib32/libkadm5clnt.a
2439OLD_FILES+=usr/lib32/libkadm5clnt.so
2440OLD_LIBS+=usr/lib32/libkadm5clnt.so.11
2441OLD_FILES+=usr/lib32/libkadm5clnt_p.a
2442OLD_FILES+=usr/lib32/libkadm5srv.a
2443OLD_FILES+=usr/lib32/libkadm5srv.so
2444OLD_LIBS+=usr/lib32/libkadm5srv.so.11
2445OLD_FILES+=usr/lib32/libkadm5srv_p.a
2446OLD_FILES+=usr/lib32/libkafs5.a
2447OLD_FILES+=usr/lib32/libkafs5.so
2448OLD_LIBS+=usr/lib32/libkafs5.so.11
2449OLD_FILES+=usr/lib32/libkafs5_p.a
2450OLD_FILES+=usr/lib32/libkdc.a
2451OLD_FILES+=usr/lib32/libkdc.so
2452OLD_LIBS+=usr/lib32/libkdc.so.11
2453OLD_FILES+=usr/lib32/libkdc_p.a
2454OLD_FILES+=usr/lib32/libkrb5.a
2455OLD_FILES+=usr/lib32/libkrb5.so
2456OLD_LIBS+=usr/lib32/libkrb5.so.11
2457OLD_FILES+=usr/lib32/libkrb5_p.a
2458OLD_FILES+=usr/lib32/libroken.a
2459OLD_FILES+=usr/lib32/libroken.so
2460OLD_LIBS+=usr/lib32/libroken.so.11
2461OLD_FILES+=usr/lib32/libroken_p.a
2462OLD_FILES+=usr/lib32/libwind.a
2463OLD_FILES+=usr/lib32/libwind.so
2464OLD_LIBS+=usr/lib32/libwind.so.11
2465OLD_FILES+=usr/lib32/libwind_p.a
2466OLD_FILES+=usr/lib32/pam_krb5.so
2467OLD_LIBS+=usr/lib32/pam_krb5.so.5
2468OLD_FILES+=usr/lib32/pam_ksu.so
2469OLD_LIBS+=usr/lib32/pam_ksu.so.5
2470.endif
2471OLD_FILES+=usr/libexec/digest-service
2472OLD_FILES+=usr/libexec/hprop
2473OLD_FILES+=usr/libexec/hpropd
2474OLD_FILES+=usr/libexec/ipropd-master
2475OLD_FILES+=usr/libexec/ipropd-slave
2476OLD_FILES+=usr/libexec/kadmind
2477OLD_FILES+=usr/libexec/kcm
2478OLD_FILES+=usr/libexec/kdc
2479OLD_FILES+=usr/libexec/kdigest
2480OLD_FILES+=usr/libexec/kfd
2481OLD_FILES+=usr/libexec/kimpersonate
2482OLD_FILES+=usr/libexec/kpasswdd
2483OLD_FILES+=usr/sbin/kstash
2484OLD_FILES+=usr/sbin/ktutil
2485OLD_FILES+=usr/sbin/iprop-log
2486OLD_FILES+=usr/share/info/heimdal.info.gz
2487OLD_FILES+=usr/share/man/man1/kdestroy.1.gz
2488OLD_FILES+=usr/share/man/man1/kf.1.gz
2489OLD_FILES+=usr/share/man/man1/kinit.1.gz
2490OLD_FILES+=usr/share/man/man1/klist.1.gz
2491OLD_FILES+=usr/share/man/man1/kpasswd.1.gz
2492OLD_FILES+=usr/share/man/man1/krb5-config.1.gz
2493OLD_FILES+=usr/share/man/man1/kswitch.1.gz
2494OLD_FILES+=usr/share/man/man3/HDB.3.gz
2495OLD_FILES+=usr/share/man/man3/hdb__del.3.gz
2496OLD_FILES+=usr/share/man/man3/hdb__get.3.gz
2497OLD_FILES+=usr/share/man/man3/hdb__put.3.gz
2498OLD_FILES+=usr/share/man/man3/hdb_auth_status.3.gz
2499OLD_FILES+=usr/share/man/man3/hdb_check_constrained_delegation.3.gz
2500OLD_FILES+=usr/share/man/man3/hdb_check_pkinit_ms_upn_match.3.gz
2501OLD_FILES+=usr/share/man/man3/hdb_check_s4u2self.3.gz
2502OLD_FILES+=usr/share/man/man3/hdb_close.3.gz
2503OLD_FILES+=usr/share/man/man3/hdb_destroy.3.gz
2504OLD_FILES+=usr/share/man/man3/hdb_entry_ex.3.gz
2505OLD_FILES+=usr/share/man/man3/hdb_fetch_kvno.3.gz
2506OLD_FILES+=usr/share/man/man3/hdb_firstkey.3.gz
2507OLD_FILES+=usr/share/man/man3/hdb_free.3.gz
2508OLD_FILES+=usr/share/man/man3/hdb_get_realms.3.gz
2509OLD_FILES+=usr/share/man/man3/hdb_lock.3.gz
2510OLD_FILES+=usr/share/man/man3/hdb_name.3.gz
2511OLD_FILES+=usr/share/man/man3/hdb_nextkey.3.gz
2512OLD_FILES+=usr/share/man/man3/hdb_open.3.gz
2513OLD_FILES+=usr/share/man/man3/hdb_password.3.gz
2514OLD_FILES+=usr/share/man/man3/hdb_remove.3.gz
2515OLD_FILES+=usr/share/man/man3/hdb_rename.3.gz
2516OLD_FILES+=usr/share/man/man3/hdb_store.3.gz
2517OLD_FILES+=usr/share/man/man3/hdb_unlock.3.gz
2518OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm1_master.3.gz
2519OLD_FILES+=usr/share/man/man3/heim_ntlm_build_ntlm2_master.3.gz
2520OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_lm2.3.gz
2521OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm1.3.gz
2522OLD_FILES+=usr/share/man/man3/heim_ntlm_calculate_ntlm2.3.gz
2523OLD_FILES+=usr/share/man/man3/heim_ntlm_decode_targetinfo.3.gz
2524OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_targetinfo.3.gz
2525OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type1.3.gz
2526OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type2.3.gz
2527OLD_FILES+=usr/share/man/man3/heim_ntlm_encode_type3.3.gz
2528OLD_FILES+=usr/share/man/man3/heim_ntlm_free_buf.3.gz
2529OLD_FILES+=usr/share/man/man3/heim_ntlm_free_targetinfo.3.gz
2530OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type1.3.gz
2531OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type2.3.gz
2532OLD_FILES+=usr/share/man/man3/heim_ntlm_free_type3.3.gz
2533OLD_FILES+=usr/share/man/man3/heim_ntlm_keyex_unwrap.3.gz
2534OLD_FILES+=usr/share/man/man3/heim_ntlm_nt_key.3.gz
2535OLD_FILES+=usr/share/man/man3/heim_ntlm_ntlmv2_key.3.gz
2536OLD_FILES+=usr/share/man/man3/heim_ntlm_verify_ntlm2.3.gz
2537OLD_FILES+=usr/share/man/man3/hx509.3.gz
2538OLD_FILES+=usr/share/man/man3/hx509_bitstring_print.3.gz
2539OLD_FILES+=usr/share/man/man3/hx509_ca.3.gz
2540OLD_FILES+=usr/share/man/man3/hx509_ca_sign.3.gz
2541OLD_FILES+=usr/share/man/man3/hx509_ca_sign_self.3.gz
2542OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_crl_dp_uri.3.gz
2543OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_eku.3.gz
2544OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_hostname.3.gz
2545OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_jid.3.gz
2546OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_ms_upn.3.gz
2547OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_otherName.3.gz
2548OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_pkinit.3.gz
2549OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_add_san_rfc822name.3.gz
2550OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_free.3.gz
2551OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_init.3.gz
2552OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_ca.3.gz
2553OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_domaincontroller.3.gz
2554OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter.3.gz
2555OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notAfter_lifetime.3.gz
2556OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_notBefore.3.gz
2557OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_proxy.3.gz
2558OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_serialnumber.3.gz
2559OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_spki.3.gz
2560OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_subject.3.gz
2561OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_template.3.gz
2562OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_set_unique.3.gz
2563OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_subject_expand.3.gz
2564OLD_FILES+=usr/share/man/man3/hx509_ca_tbs_template_units.3.gz
2565OLD_FILES+=usr/share/man/man3/hx509_cert.3.gz
2566OLD_FILES+=usr/share/man/man3/hx509_cert_binary.3.gz
2567OLD_FILES+=usr/share/man/man3/hx509_cert_check_eku.3.gz
2568OLD_FILES+=usr/share/man/man3/hx509_cert_cmp.3.gz
2569OLD_FILES+=usr/share/man/man3/hx509_cert_find_subjectAltName_otherName.3.gz
2570OLD_FILES+=usr/share/man/man3/hx509_cert_free.3.gz
2571OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI.3.gz
2572OLD_FILES+=usr/share/man/man3/hx509_cert_get_SPKI_AlgorithmIdentifier.3.gz
2573OLD_FILES+=usr/share/man/man3/hx509_cert_get_attribute.3.gz
2574OLD_FILES+=usr/share/man/man3/hx509_cert_get_base_subject.3.gz
2575OLD_FILES+=usr/share/man/man3/hx509_cert_get_friendly_name.3.gz
2576OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer.3.gz
2577OLD_FILES+=usr/share/man/man3/hx509_cert_get_issuer_unique_id.3.gz
2578OLD_FILES+=usr/share/man/man3/hx509_cert_get_notAfter.3.gz
2579OLD_FILES+=usr/share/man/man3/hx509_cert_get_notBefore.3.gz
2580OLD_FILES+=usr/share/man/man3/hx509_cert_get_serialnumber.3.gz
2581OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject.3.gz
2582OLD_FILES+=usr/share/man/man3/hx509_cert_get_subject_unique_id.3.gz
2583OLD_FILES+=usr/share/man/man3/hx509_cert_init.3.gz
2584OLD_FILES+=usr/share/man/man3/hx509_cert_init_data.3.gz
2585OLD_FILES+=usr/share/man/man3/hx509_cert_keyusage_print.3.gz
2586OLD_FILES+=usr/share/man/man3/hx509_cert_ref.3.gz
2587OLD_FILES+=usr/share/man/man3/hx509_cert_set_friendly_name.3.gz
2588OLD_FILES+=usr/share/man/man3/hx509_certs_add.3.gz
2589OLD_FILES+=usr/share/man/man3/hx509_certs_append.3.gz
2590OLD_FILES+=usr/share/man/man3/hx509_certs_end_seq.3.gz
2591OLD_FILES+=usr/share/man/man3/hx509_certs_filter.3.gz
2592OLD_FILES+=usr/share/man/man3/hx509_certs_find.3.gz
2593OLD_FILES+=usr/share/man/man3/hx509_certs_free.3.gz
2594OLD_FILES+=usr/share/man/man3/hx509_certs_info.3.gz
2595OLD_FILES+=usr/share/man/man3/hx509_certs_init.3.gz
2596OLD_FILES+=usr/share/man/man3/hx509_certs_iter_f.3.gz
2597OLD_FILES+=usr/share/man/man3/hx509_certs_merge.3.gz
2598OLD_FILES+=usr/share/man/man3/hx509_certs_next_cert.3.gz
2599OLD_FILES+=usr/share/man/man3/hx509_certs_start_seq.3.gz
2600OLD_FILES+=usr/share/man/man3/hx509_certs_store.3.gz
2601OLD_FILES+=usr/share/man/man3/hx509_ci_print_names.3.gz
2602OLD_FILES+=usr/share/man/man3/hx509_clear_error_string.3.gz
2603OLD_FILES+=usr/share/man/man3/hx509_cms.3.gz
2604OLD_FILES+=usr/share/man/man3/hx509_cms_create_signed_1.3.gz
2605OLD_FILES+=usr/share/man/man3/hx509_cms_envelope_1.3.gz
2606OLD_FILES+=usr/share/man/man3/hx509_cms_unenvelope.3.gz
2607OLD_FILES+=usr/share/man/man3/hx509_cms_unwrap_ContentInfo.3.gz
2608OLD_FILES+=usr/share/man/man3/hx509_cms_verify_signed.3.gz
2609OLD_FILES+=usr/share/man/man3/hx509_cms_wrap_ContentInfo.3.gz
2610OLD_FILES+=usr/share/man/man3/hx509_context_free.3.gz
2611OLD_FILES+=usr/share/man/man3/hx509_context_init.3.gz
2612OLD_FILES+=usr/share/man/man3/hx509_context_set_missing_revoke.3.gz
2613OLD_FILES+=usr/share/man/man3/hx509_crl_add_revoked_certs.3.gz
2614OLD_FILES+=usr/share/man/man3/hx509_crl_alloc.3.gz
2615OLD_FILES+=usr/share/man/man3/hx509_crl_free.3.gz
2616OLD_FILES+=usr/share/man/man3/hx509_crl_lifetime.3.gz
2617OLD_FILES+=usr/share/man/man3/hx509_crl_sign.3.gz
2618OLD_FILES+=usr/share/man/man3/hx509_crypto.3.gz
2619OLD_FILES+=usr/share/man/man3/hx509_env.3.gz
2620OLD_FILES+=usr/share/man/man3/hx509_env_add.3.gz
2621OLD_FILES+=usr/share/man/man3/hx509_env_add_binding.3.gz
2622OLD_FILES+=usr/share/man/man3/hx509_env_find.3.gz
2623OLD_FILES+=usr/share/man/man3/hx509_env_find_binding.3.gz
2624OLD_FILES+=usr/share/man/man3/hx509_env_free.3.gz
2625OLD_FILES+=usr/share/man/man3/hx509_env_lfind.3.gz
2626OLD_FILES+=usr/share/man/man3/hx509_err.3.gz
2627OLD_FILES+=usr/share/man/man3/hx509_error.3.gz
2628OLD_FILES+=usr/share/man/man3/hx509_free_error_string.3.gz
2629OLD_FILES+=usr/share/man/man3/hx509_free_octet_string_list.3.gz
2630OLD_FILES+=usr/share/man/man3/hx509_general_name_unparse.3.gz
2631OLD_FILES+=usr/share/man/man3/hx509_get_error_string.3.gz
2632OLD_FILES+=usr/share/man/man3/hx509_get_one_cert.3.gz
2633OLD_FILES+=usr/share/man/man3/hx509_keyset.3.gz
2634OLD_FILES+=usr/share/man/man3/hx509_lock.3.gz
2635OLD_FILES+=usr/share/man/man3/hx509_misc.3.gz
2636OLD_FILES+=usr/share/man/man3/hx509_name.3.gz
2637OLD_FILES+=usr/share/man/man3/hx509_name_binary.3.gz
2638OLD_FILES+=usr/share/man/man3/hx509_name_cmp.3.gz
2639OLD_FILES+=usr/share/man/man3/hx509_name_copy.3.gz
2640OLD_FILES+=usr/share/man/man3/hx509_name_expand.3.gz
2641OLD_FILES+=usr/share/man/man3/hx509_name_free.3.gz
2642OLD_FILES+=usr/share/man/man3/hx509_name_is_null_p.3.gz
2643OLD_FILES+=usr/share/man/man3/hx509_name_to_Name.3.gz
2644OLD_FILES+=usr/share/man/man3/hx509_name_to_string.3.gz
2645OLD_FILES+=usr/share/man/man3/hx509_ocsp_request.3.gz
2646OLD_FILES+=usr/share/man/man3/hx509_ocsp_verify.3.gz
2647OLD_FILES+=usr/share/man/man3/hx509_oid_print.3.gz
2648OLD_FILES+=usr/share/man/man3/hx509_oid_sprint.3.gz
2649OLD_FILES+=usr/share/man/man3/hx509_parse_name.3.gz
2650OLD_FILES+=usr/share/man/man3/hx509_peer.3.gz
2651OLD_FILES+=usr/share/man/man3/hx509_peer_info_add_cms_alg.3.gz
2652OLD_FILES+=usr/share/man/man3/hx509_peer_info_alloc.3.gz
2653OLD_FILES+=usr/share/man/man3/hx509_peer_info_free.3.gz
2654OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cert.3.gz
2655OLD_FILES+=usr/share/man/man3/hx509_peer_info_set_cms_algs.3.gz
2656OLD_FILES+=usr/share/man/man3/hx509_print.3.gz
2657OLD_FILES+=usr/share/man/man3/hx509_print_cert.3.gz
2658OLD_FILES+=usr/share/man/man3/hx509_print_stdout.3.gz
2659OLD_FILES+=usr/share/man/man3/hx509_query.3.gz
2660OLD_FILES+=usr/share/man/man3/hx509_query_alloc.3.gz
2661OLD_FILES+=usr/share/man/man3/hx509_query_free.3.gz
2662OLD_FILES+=usr/share/man/man3/hx509_query_match_cmp_func.3.gz
2663OLD_FILES+=usr/share/man/man3/hx509_query_match_eku.3.gz
2664OLD_FILES+=usr/share/man/man3/hx509_query_match_friendly_name.3.gz
2665OLD_FILES+=usr/share/man/man3/hx509_query_match_issuer_serial.3.gz
2666OLD_FILES+=usr/share/man/man3/hx509_query_match_option.3.gz
2667OLD_FILES+=usr/share/man/man3/hx509_query_statistic_file.3.gz
2668OLD_FILES+=usr/share/man/man3/hx509_query_unparse_stats.3.gz
2669OLD_FILES+=usr/share/man/man3/hx509_revoke.3.gz
2670OLD_FILES+=usr/share/man/man3/hx509_revoke_add_crl.3.gz
2671OLD_FILES+=usr/share/man/man3/hx509_revoke_add_ocsp.3.gz
2672OLD_FILES+=usr/share/man/man3/hx509_revoke_free.3.gz
2673OLD_FILES+=usr/share/man/man3/hx509_revoke_init.3.gz
2674OLD_FILES+=usr/share/man/man3/hx509_revoke_ocsp_print.3.gz
2675OLD_FILES+=usr/share/man/man3/hx509_revoke_verify.3.gz
2676OLD_FILES+=usr/share/man/man3/hx509_set_error_string.3.gz
2677OLD_FILES+=usr/share/man/man3/hx509_set_error_stringv.3.gz
2678OLD_FILES+=usr/share/man/man3/hx509_unparse_der_name.3.gz
2679OLD_FILES+=usr/share/man/man3/hx509_validate_cert.3.gz
2680OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_add_flags.3.gz
2681OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_free.3.gz
2682OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_init.3.gz
2683OLD_FILES+=usr/share/man/man3/hx509_validate_ctx_set_print.3.gz
2684OLD_FILES+=usr/share/man/man3/hx509_verify.3.gz
2685OLD_FILES+=usr/share/man/man3/hx509_verify_attach_anchors.3.gz
2686OLD_FILES+=usr/share/man/man3/hx509_verify_attach_revoke.3.gz
2687OLD_FILES+=usr/share/man/man3/hx509_verify_ctx_f_allow_default_trustanchors.3.gz
2688OLD_FILES+=usr/share/man/man3/hx509_verify_destroy_ctx.3.gz
2689OLD_FILES+=usr/share/man/man3/hx509_verify_hostname.3.gz
2690OLD_FILES+=usr/share/man/man3/hx509_verify_init_ctx.3.gz
2691OLD_FILES+=usr/share/man/man3/hx509_verify_path.3.gz
2692OLD_FILES+=usr/share/man/man3/hx509_verify_set_max_depth.3.gz
2693OLD_FILES+=usr/share/man/man3/hx509_verify_set_proxy_certificate.3.gz
2694OLD_FILES+=usr/share/man/man3/hx509_verify_set_strict_rfc3280_verification.3.gz
2695OLD_FILES+=usr/share/man/man3/hx509_verify_set_time.3.gz
2696OLD_FILES+=usr/share/man/man3/hx509_verify_signature.3.gz
2697OLD_FILES+=usr/share/man/man3/hx509_xfree.3.gz
2698OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz
2699OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz
2700OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz
2701OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz
2702OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz
2703OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz
2704OLD_FILES+=usr/share/man/man3/k_setpag.3.gz
2705OLD_FILES+=usr/share/man/man3/k_setpag.3.gz
2706OLD_FILES+=usr/share/man/man3/k_unlog.3.gz
2707OLD_FILES+=usr/share/man/man3/k_unlog.3.gz
2708OLD_FILES+=usr/share/man/man3/kadm5_pwcheck.3.gz
2709OLD_FILES+=usr/share/man/man3/kafs.3.gz
2710OLD_FILES+=usr/share/man/man3/kafs.3.gz
2711OLD_FILES+=usr/share/man/man3/kafs5.3.gz
2712OLD_FILES+=usr/share/man/man3/kafs5.3.gz
2713OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz
2714OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz
2715OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz
2716OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz
2717OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz
2718OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz
2719OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz
2720OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz
2721OLD_FILES+=usr/share/man/man3/krb5.3.gz
2722OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc.3.gz
2723OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc_ccache.3.gz
2724OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal.3.gz
2725OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal_ext.3.gz
2726OLD_FILES+=usr/share/man/man3/krb5_524_conv_principal.3.gz
2727OLD_FILES+=usr/share/man/man3/krb5_acc_ops.3.gz
2728OLD_FILES+=usr/share/man/man3/krb5_acl_match_file.3.gz
2729OLD_FILES+=usr/share/man/man3/krb5_acl_match_string.3.gz
2730OLD_FILES+=usr/share/man/man3/krb5_add_et_list.3.gz
2731OLD_FILES+=usr/share/man/man3/krb5_add_extra_addresses.3.gz
2732OLD_FILES+=usr/share/man/man3/krb5_add_ignore_addresses.3.gz
2733OLD_FILES+=usr/share/man/man3/krb5_addlog_dest.3.gz
2734OLD_FILES+=usr/share/man/man3/krb5_addlog_func.3.gz
2735OLD_FILES+=usr/share/man/man3/krb5_addr2sockaddr.3.gz
2736OLD_FILES+=usr/share/man/man3/krb5_address.3.gz
2737OLD_FILES+=usr/share/man/man3/krb5_address_compare.3.gz
2738OLD_FILES+=usr/share/man/man3/krb5_address_order.3.gz
2739OLD_FILES+=usr/share/man/man3/krb5_address_prefixlen_boundary.3.gz
2740OLD_FILES+=usr/share/man/man3/krb5_address_search.3.gz
2741OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz
2742OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz
2743OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz
2744OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz
2745OLD_FILES+=usr/share/man/man3/krb5_allow_weak_crypto.3.gz
2746OLD_FILES+=usr/share/man/man3/krb5_aname_to_localname.3.gz
2747OLD_FILES+=usr/share/man/man3/krb5_anyaddr.3.gz
2748OLD_FILES+=usr/share/man/man3/krb5_appdefault.3.gz
2749OLD_FILES+=usr/share/man/man3/krb5_appdefault_boolean.3.gz
2750OLD_FILES+=usr/share/man/man3/krb5_appdefault_string.3.gz
2751OLD_FILES+=usr/share/man/man3/krb5_appdefault_time.3.gz
2752OLD_FILES+=usr/share/man/man3/krb5_append_addresses.3.gz
2753OLD_FILES+=usr/share/man/man3/krb5_auth.3.gz
2754OLD_FILES+=usr/share/man/man3/krb5_auth_con_free.3.gz
2755OLD_FILES+=usr/share/man/man3/krb5_auth_con_genaddrs.3.gz
2756OLD_FILES+=usr/share/man/man3/krb5_auth_con_getaddrs.3.gz
2757OLD_FILES+=usr/share/man/man3/krb5_auth_con_getflags.3.gz
2758OLD_FILES+=usr/share/man/man3/krb5_auth_con_getkey.3.gz
2759OLD_FILES+=usr/share/man/man3/krb5_auth_con_getlocalsubkey.3.gz
2760OLD_FILES+=usr/share/man/man3/krb5_auth_con_getrcache.3.gz
2761OLD_FILES+=usr/share/man/man3/krb5_auth_con_getremotesubkey.3.gz
2762OLD_FILES+=usr/share/man/man3/krb5_auth_con_getuserkey.3.gz
2763OLD_FILES+=usr/share/man/man3/krb5_auth_con_init.3.gz
2764OLD_FILES+=usr/share/man/man3/krb5_auth_con_initivector.3.gz
2765OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs.3.gz
2766OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs_from_fd.3.gz
2767OLD_FILES+=usr/share/man/man3/krb5_auth_con_setflags.3.gz
2768OLD_FILES+=usr/share/man/man3/krb5_auth_con_setivector.3.gz
2769OLD_FILES+=usr/share/man/man3/krb5_auth_con_setkey.3.gz
2770OLD_FILES+=usr/share/man/man3/krb5_auth_con_setlocalsubkey.3.gz
2771OLD_FILES+=usr/share/man/man3/krb5_auth_con_setrcache.3.gz
2772OLD_FILES+=usr/share/man/man3/krb5_auth_con_setremotesubkey.3.gz
2773OLD_FILES+=usr/share/man/man3/krb5_auth_con_setuserkey.3.gz
2774OLD_FILES+=usr/share/man/man3/krb5_auth_context.3.gz
2775OLD_FILES+=usr/share/man/man3/krb5_auth_getauthenticator.3.gz
2776OLD_FILES+=usr/share/man/man3/krb5_auth_getcksumtype.3.gz
2777OLD_FILES+=usr/share/man/man3/krb5_auth_getkeytype.3.gz
2778OLD_FILES+=usr/share/man/man3/krb5_auth_getlocalseqnumber.3.gz
2779OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz
2780OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz
2781OLD_FILES+=usr/share/man/man3/krb5_auth_setcksumtype.3.gz
2782OLD_FILES+=usr/share/man/man3/krb5_auth_setkeytype.3.gz
2783OLD_FILES+=usr/share/man/man3/krb5_auth_setlocalseqnumber.3.gz
2784OLD_FILES+=usr/share/man/man3/krb5_auth_setremoteseqnumber.3.gz
2785OLD_FILES+=usr/share/man/man3/krb5_build_principal.3.gz
2786OLD_FILES+=usr/share/man/man3/krb5_build_principal_ext.3.gz
2787OLD_FILES+=usr/share/man/man3/krb5_build_principal_va.3.gz
2788OLD_FILES+=usr/share/man/man3/krb5_build_principal_va_ext.3.gz
2789OLD_FILES+=usr/share/man/man3/krb5_c_enctype_compare.3.gz
2790OLD_FILES+=usr/share/man/man3/krb5_c_make_checksum.3.gz
2791OLD_FILES+=usr/share/man/man3/krb5_cc_cache_end_seq_get.3.gz
2792OLD_FILES+=usr/share/man/man3/krb5_cc_cache_get_first.3.gz
2793OLD_FILES+=usr/share/man/man3/krb5_cc_cache_match.3.gz
2794OLD_FILES+=usr/share/man/man3/krb5_cc_cache_next.3.gz
2795OLD_FILES+=usr/share/man/man3/krb5_cc_clear_mcred.3.gz
2796OLD_FILES+=usr/share/man/man3/krb5_cc_close.3.gz
2797OLD_FILES+=usr/share/man/man3/krb5_cc_copy_cache.3.gz
2798OLD_FILES+=usr/share/man/man3/krb5_cc_copy_creds.3.gz
2799OLD_FILES+=usr/share/man/man3/krb5_cc_copy_match_f.3.gz
2800OLD_FILES+=usr/share/man/man3/krb5_cc_default.3.gz
2801OLD_FILES+=usr/share/man/man3/krb5_cc_default_name.3.gz
2802OLD_FILES+=usr/share/man/man3/krb5_cc_destroy.3.gz
2803OLD_FILES+=usr/share/man/man3/krb5_cc_end_seq_get.3.gz
2804OLD_FILES+=usr/share/man/man3/krb5_cc_gen_new.3.gz
2805OLD_FILES+=usr/share/man/man3/krb5_cc_get_config.3.gz
2806OLD_FILES+=usr/share/man/man3/krb5_cc_get_flags.3.gz
2807OLD_FILES+=usr/share/man/man3/krb5_cc_get_friendly_name.3.gz
2808OLD_FILES+=usr/share/man/man3/krb5_cc_get_full_name.3.gz
2809OLD_FILES+=usr/share/man/man3/krb5_cc_get_kdc_offset.3.gz
2810OLD_FILES+=usr/share/man/man3/krb5_cc_get_lifetime.3.gz
2811OLD_FILES+=usr/share/man/man3/krb5_cc_get_name.3.gz
2812OLD_FILES+=usr/share/man/man3/krb5_cc_get_ops.3.gz
2813OLD_FILES+=usr/share/man/man3/krb5_cc_get_prefix_ops.3.gz
2814OLD_FILES+=usr/share/man/man3/krb5_cc_get_principal.3.gz
2815OLD_FILES+=usr/share/man/man3/krb5_cc_get_type.3.gz
2816OLD_FILES+=usr/share/man/man3/krb5_cc_get_version.3.gz
2817OLD_FILES+=usr/share/man/man3/krb5_cc_initialize.3.gz
2818OLD_FILES+=usr/share/man/man3/krb5_cc_last_change_time.3.gz
2819OLD_FILES+=usr/share/man/man3/krb5_cc_move.3.gz
2820OLD_FILES+=usr/share/man/man3/krb5_cc_new_unique.3.gz
2821OLD_FILES+=usr/share/man/man3/krb5_cc_next_cred.3.gz
2822OLD_FILES+=usr/share/man/man3/krb5_cc_register.3.gz
2823OLD_FILES+=usr/share/man/man3/krb5_cc_remove_cred.3.gz
2824OLD_FILES+=usr/share/man/man3/krb5_cc_resolve.3.gz
2825OLD_FILES+=usr/share/man/man3/krb5_cc_retrieve_cred.3.gz
2826OLD_FILES+=usr/share/man/man3/krb5_cc_set_config.3.gz
2827OLD_FILES+=usr/share/man/man3/krb5_cc_set_default_name.3.gz
2828OLD_FILES+=usr/share/man/man3/krb5_cc_set_flags.3.gz
2829OLD_FILES+=usr/share/man/man3/krb5_cc_set_friendly_name.3.gz
2830OLD_FILES+=usr/share/man/man3/krb5_cc_set_kdc_offset.3.gz
2831OLD_FILES+=usr/share/man/man3/krb5_cc_start_seq_get.3.gz
2832OLD_FILES+=usr/share/man/man3/krb5_cc_store_cred.3.gz
2833OLD_FILES+=usr/share/man/man3/krb5_cc_support_switch.3.gz
2834OLD_FILES+=usr/share/man/man3/krb5_cc_switch.3.gz
2835OLD_FILES+=usr/share/man/man3/krb5_ccache.3.gz
2836OLD_FILES+=usr/share/man/man3/krb5_ccache_intro.3.gz
2837OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_free.3.gz
2838OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_new.3.gz
2839OLD_FILES+=usr/share/man/man3/krb5_cccol_cursor_next.3.gz
2840OLD_FILES+=usr/share/man/man3/krb5_cccol_last_change_time.3.gz
2841OLD_FILES+=usr/share/man/man3/krb5_change_password.3.gz
2842OLD_FILES+=usr/share/man/man3/krb5_check_transited.3.gz
2843OLD_FILES+=usr/share/man/man3/krb5_checksum_is_collision_proof.3.gz
2844OLD_FILES+=usr/share/man/man3/krb5_checksum_is_keyed.3.gz
2845OLD_FILES+=usr/share/man/man3/krb5_checksumsize.3.gz
2846OLD_FILES+=usr/share/man/man3/krb5_cksumtype_to_enctype.3.gz
2847OLD_FILES+=usr/share/man/man3/krb5_clear_error_message.3.gz
2848OLD_FILES+=usr/share/man/man3/krb5_clear_error_string.3.gz
2849OLD_FILES+=usr/share/man/man3/krb5_closelog.3.gz
2850OLD_FILES+=usr/share/man/man3/krb5_compare_creds.3.gz
2851OLD_FILES+=usr/share/man/man3/krb5_config_file_free.3.gz
2852OLD_FILES+=usr/share/man/man3/krb5_config_free_strings.3.gz
2853OLD_FILES+=usr/share/man/man3/krb5_config_get_bool.3.gz
2854OLD_FILES+=usr/share/man/man3/krb5_config_get_bool_default.3.gz
2855OLD_FILES+=usr/share/man/man3/krb5_config_get_list.3.gz
2856OLD_FILES+=usr/share/man/man3/krb5_config_get_string.3.gz
2857OLD_FILES+=usr/share/man/man3/krb5_config_get_string_default.3.gz
2858OLD_FILES+=usr/share/man/man3/krb5_config_get_strings.3.gz
2859OLD_FILES+=usr/share/man/man3/krb5_config_get_time.3.gz
2860OLD_FILES+=usr/share/man/man3/krb5_config_get_time_default.3.gz
2861OLD_FILES+=usr/share/man/man3/krb5_config_parse_file_multi.3.gz
2862OLD_FILES+=usr/share/man/man3/krb5_config_parse_string_multi.3.gz
2863OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool.3.gz
2864OLD_FILES+=usr/share/man/man3/krb5_config_vget_bool_default.3.gz
2865OLD_FILES+=usr/share/man/man3/krb5_config_vget_list.3.gz
2866OLD_FILES+=usr/share/man/man3/krb5_config_vget_string.3.gz
2867OLD_FILES+=usr/share/man/man3/krb5_config_vget_string_default.3.gz
2868OLD_FILES+=usr/share/man/man3/krb5_config_vget_strings.3.gz
2869OLD_FILES+=usr/share/man/man3/krb5_config_vget_time.3.gz
2870OLD_FILES+=usr/share/man/man3/krb5_config_vget_time_default.3.gz
2871OLD_FILES+=usr/share/man/man3/krb5_copy_address.3.gz
2872OLD_FILES+=usr/share/man/man3/krb5_copy_addresses.3.gz
2873OLD_FILES+=usr/share/man/man3/krb5_copy_context.3.gz
2874OLD_FILES+=usr/share/man/man3/krb5_copy_creds.3.gz
2875OLD_FILES+=usr/share/man/man3/krb5_copy_creds_contents.3.gz
2876OLD_FILES+=usr/share/man/man3/krb5_copy_data.3.gz
2877OLD_FILES+=usr/share/man/man3/krb5_copy_host_realm.3.gz
2878OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock.3.gz
2879OLD_FILES+=usr/share/man/man3/krb5_copy_keyblock_contents.3.gz
2880OLD_FILES+=usr/share/man/man3/krb5_copy_principal.3.gz
2881OLD_FILES+=usr/share/man/man3/krb5_copy_ticket.3.gz
2882OLD_FILES+=usr/share/man/man3/krb5_create_checksum.3.gz
2883OLD_FILES+=usr/share/man/man3/krb5_create_checksum_iov.3.gz
2884OLD_FILES+=usr/share/man/man3/krb5_credential.3.gz
2885OLD_FILES+=usr/share/man/man3/krb5_creds.3.gz
2886OLD_FILES+=usr/share/man/man3/krb5_creds_get_ticket_flags.3.gz
2887OLD_FILES+=usr/share/man/man3/krb5_crypto.3.gz
2888OLD_FILES+=usr/share/man/man3/krb5_crypto_destroy.3.gz
2889OLD_FILES+=usr/share/man/man3/krb5_crypto_fx_cf2.3.gz
2890OLD_FILES+=usr/share/man/man3/krb5_crypto_getblocksize.3.gz
2891OLD_FILES+=usr/share/man/man3/krb5_crypto_getconfoundersize.3.gz
2892OLD_FILES+=usr/share/man/man3/krb5_crypto_getenctype.3.gz
2893OLD_FILES+=usr/share/man/man3/krb5_crypto_getpadsize.3.gz
2894OLD_FILES+=usr/share/man/man3/krb5_crypto_init.3.gz
2895OLD_FILES+=usr/share/man/man3/krb5_crypto_iov.3.gz
2896OLD_FILES+=usr/share/man/man3/krb5_data_alloc.3.gz
2897OLD_FILES+=usr/share/man/man3/krb5_data_cmp.3.gz
2898OLD_FILES+=usr/share/man/man3/krb5_data_copy.3.gz
2899OLD_FILES+=usr/share/man/man3/krb5_data_ct_cmp.3.gz
2900OLD_FILES+=usr/share/man/man3/krb5_data_free.3.gz
2901OLD_FILES+=usr/share/man/man3/krb5_data_realloc.3.gz
2902OLD_FILES+=usr/share/man/man3/krb5_data_zero.3.gz
2903OLD_FILES+=usr/share/man/man3/krb5_decrypt.3.gz
2904OLD_FILES+=usr/share/man/man3/krb5_decrypt_EncryptedData.3.gz
2905OLD_FILES+=usr/share/man/man3/krb5_decrypt_iov_ivec.3.gz
2906OLD_FILES+=usr/share/man/man3/krb5_deprecated.3.gz
2907OLD_FILES+=usr/share/man/man3/krb5_digest.3.gz
2908OLD_FILES+=usr/share/man/man3/krb5_digest_probe.3.gz
2909OLD_FILES+=usr/share/man/man3/krb5_eai_to_heim_errno.3.gz
2910OLD_FILES+=usr/share/man/man3/krb5_encrypt.3.gz
2911OLD_FILES+=usr/share/man/man3/krb5_encrypt_EncryptedData.3.gz
2912OLD_FILES+=usr/share/man/man3/krb5_encrypt_iov_ivec.3.gz
2913OLD_FILES+=usr/share/man/man3/krb5_enctype_disable.3.gz
2914OLD_FILES+=usr/share/man/man3/krb5_enctype_enable.3.gz
2915OLD_FILES+=usr/share/man/man3/krb5_enctype_valid.3.gz
2916OLD_FILES+=usr/share/man/man3/krb5_enctypes_compatible_keys.3.gz
2917OLD_FILES+=usr/share/man/man3/krb5_error.3.gz
2918OLD_FILES+=usr/share/man/man3/krb5_expand_hostname.3.gz
2919OLD_FILES+=usr/share/man/man3/krb5_expand_hostname_realms.3.gz
2920OLD_FILES+=usr/share/man/man3/krb5_fcc_ops.3.gz
2921OLD_FILES+=usr/share/man/man3/krb5_fileformats.3.gz
2922OLD_FILES+=usr/share/man/man3/krb5_find_padata.3.gz
2923OLD_FILES+=usr/share/man/man3/krb5_free_address.3.gz
2924OLD_FILES+=usr/share/man/man3/krb5_free_addresses.3.gz
2925OLD_FILES+=usr/share/man/man3/krb5_free_config_files.3.gz
2926OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz
2927OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz
2928OLD_FILES+=usr/share/man/man3/krb5_free_cred_contents.3.gz
2929OLD_FILES+=usr/share/man/man3/krb5_free_creds.3.gz
2930OLD_FILES+=usr/share/man/man3/krb5_free_creds_contents.3.gz
2931OLD_FILES+=usr/share/man/man3/krb5_free_data.3.gz
2932OLD_FILES+=usr/share/man/man3/krb5_free_data_contents.3.gz
2933OLD_FILES+=usr/share/man/man3/krb5_free_error_string.3.gz
2934OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz
2935OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz
2936OLD_FILES+=usr/share/man/man3/krb5_free_keyblock.3.gz
2937OLD_FILES+=usr/share/man/man3/krb5_free_keyblock_contents.3.gz
2938OLD_FILES+=usr/share/man/man3/krb5_free_krbhst.3.gz
2939OLD_FILES+=usr/share/man/man3/krb5_free_principal.3.gz
2940OLD_FILES+=usr/share/man/man3/krb5_free_ticket.3.gz
2941OLD_FILES+=usr/share/man/man3/krb5_free_unparsed_name.3.gz
2942OLD_FILES+=usr/share/man/man3/krb5_fwd_tgt_creds.3.gz
2943OLD_FILES+=usr/share/man/man3/krb5_generate_random_block.3.gz
2944OLD_FILES+=usr/share/man/man3/krb5_generate_subkey.3.gz
2945OLD_FILES+=usr/share/man/man3/krb5_generate_subkey_extended.3.gz
2946OLD_FILES+=usr/share/man/man3/krb5_get_all_client_addrs.3.gz
2947OLD_FILES+=usr/share/man/man3/krb5_get_all_server_addrs.3.gz
2948OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc.3.gz
2949OLD_FILES+=usr/share/man/man3/krb5_get_cred_from_kdc_opt.3.gz
2950OLD_FILES+=usr/share/man/man3/krb5_get_credentials.3.gz
2951OLD_FILES+=usr/share/man/man3/krb5_get_creds.3.gz
2952OLD_FILES+=usr/share/man/man3/krb5_get_default_config_files.3.gz
2953OLD_FILES+=usr/share/man/man3/krb5_get_default_in_tkt_etypes.3.gz
2954OLD_FILES+=usr/share/man/man3/krb5_get_default_principal.3.gz
2955OLD_FILES+=usr/share/man/man3/krb5_get_default_realm.3.gz
2956OLD_FILES+=usr/share/man/man3/krb5_get_default_realms.3.gz
2957OLD_FILES+=usr/share/man/man3/krb5_get_dns_canonicalize_hostname.3.gz
2958OLD_FILES+=usr/share/man/man3/krb5_get_extra_addresses.3.gz
2959OLD_FILES+=usr/share/man/man3/krb5_get_fcache_version.3.gz
2960OLD_FILES+=usr/share/man/man3/krb5_get_forwarded_creds.3.gz
2961OLD_FILES+=usr/share/man/man3/krb5_get_host_realm.3.gz
2962OLD_FILES+=usr/share/man/man3/krb5_get_ignore_addresses.3.gz
2963OLD_FILES+=usr/share/man/man3/krb5_get_in_cred.3.gz
2964OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_keytab.3.gz
2965OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_password.3.gz
2966OLD_FILES+=usr/share/man/man3/krb5_get_in_tkt_with_skey.3.gz
2967OLD_FILES+=usr/share/man/man3/krb5_get_init_creds.3.gz
2968OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keyblock.3.gz
2969OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_keytab.3.gz
2970OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_alloc.3.gz
2971OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_free.3.gz
2972OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_get_error.3.gz
2973OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_opt_init.3.gz
2974OLD_FILES+=usr/share/man/man3/krb5_get_init_creds_password.3.gz
2975OLD_FILES+=usr/share/man/man3/krb5_get_kdc_sec_offset.3.gz
2976OLD_FILES+=usr/share/man/man3/krb5_get_krb524hst.3.gz
2977OLD_FILES+=usr/share/man/man3/krb5_get_krb_admin_hst.3.gz
2978OLD_FILES+=usr/share/man/man3/krb5_get_krb_changepw_hst.3.gz
2979OLD_FILES+=usr/share/man/man3/krb5_get_krbhst.3.gz
2980OLD_FILES+=usr/share/man/man3/krb5_get_max_time_skew.3.gz
2981OLD_FILES+=usr/share/man/man3/krb5_get_use_admin_kdc.3.gz
2982OLD_FILES+=usr/share/man/man3/krb5_get_validated_creds.3.gz
2983OLD_FILES+=usr/share/man/man3/krb5_getportbyname.3.gz
2984OLD_FILES+=usr/share/man/man3/krb5_h_addr2addr.3.gz
2985OLD_FILES+=usr/share/man/man3/krb5_h_addr2sockaddr.3.gz
2986OLD_FILES+=usr/share/man/man3/krb5_h_errno_to_heim_errno.3.gz
2987OLD_FILES+=usr/share/man/man3/krb5_init_context.3.gz
2988OLD_FILES+=usr/share/man/man3/krb5_init_creds_free.3.gz
2989OLD_FILES+=usr/share/man/man3/krb5_init_creds_get.3.gz
2990OLD_FILES+=usr/share/man/man3/krb5_init_creds_get_error.3.gz
2991OLD_FILES+=usr/share/man/man3/krb5_init_creds_init.3.gz
2992OLD_FILES+=usr/share/man/man3/krb5_init_creds_intro.3.gz
2993OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_keytab.3.gz
2994OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_password.3.gz
2995OLD_FILES+=usr/share/man/man3/krb5_init_creds_set_service.3.gz
2996OLD_FILES+=usr/share/man/man3/krb5_init_creds_step.3.gz
2997OLD_FILES+=usr/share/man/man3/krb5_init_ets.3.gz
2998OLD_FILES+=usr/share/man/man3/krb5_initlog.3.gz
2999OLD_FILES+=usr/share/man/man3/krb5_introduction.3.gz
3000OLD_FILES+=usr/share/man/man3/krb5_is_config_principal.3.gz
3001OLD_FILES+=usr/share/man/man3/krb5_is_thread_safe.3.gz
3002OLD_FILES+=usr/share/man/man3/krb5_kerberos_enctypes.3.gz
3003OLD_FILES+=usr/share/man/man3/krb5_keyblock_get_enctype.3.gz
3004OLD_FILES+=usr/share/man/man3/krb5_keyblock_init.3.gz
3005OLD_FILES+=usr/share/man/man3/krb5_keyblock_zero.3.gz
3006OLD_FILES+=usr/share/man/man3/krb5_keytab.3.gz
3007OLD_FILES+=usr/share/man/man3/krb5_keytab_intro.3.gz
3008OLD_FILES+=usr/share/man/man3/krb5_keytab_key_proc.3.gz
3009OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes.3.gz
3010OLD_FILES+=usr/share/man/man3/krb5_keytype_to_enctypes_default.3.gz
3011OLD_FILES+=usr/share/man/man3/krb5_keytype_to_string.3.gz
3012OLD_FILES+=usr/share/man/man3/krb5_krbhst_format_string.3.gz
3013OLD_FILES+=usr/share/man/man3/krb5_krbhst_free.3.gz
3014OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz
3015OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz
3016OLD_FILES+=usr/share/man/man3/krb5_krbhst_init.3.gz
3017OLD_FILES+=usr/share/man/man3/krb5_krbhst_next.3.gz
3018OLD_FILES+=usr/share/man/man3/krb5_krbhst_next_as_string.3.gz
3019OLD_FILES+=usr/share/man/man3/krb5_krbhst_reset.3.gz
3020OLD_FILES+=usr/share/man/man3/krb5_kt_add_entry.3.gz
3021OLD_FILES+=usr/share/man/man3/krb5_kt_close.3.gz
3022OLD_FILES+=usr/share/man/man3/krb5_kt_compare.3.gz
3023OLD_FILES+=usr/share/man/man3/krb5_kt_copy_entry_contents.3.gz
3024OLD_FILES+=usr/share/man/man3/krb5_kt_default.3.gz
3025OLD_FILES+=usr/share/man/man3/krb5_kt_default_modify_name.3.gz
3026OLD_FILES+=usr/share/man/man3/krb5_kt_default_name.3.gz
3027OLD_FILES+=usr/share/man/man3/krb5_kt_destroy.3.gz
3028OLD_FILES+=usr/share/man/man3/krb5_kt_end_seq_get.3.gz
3029OLD_FILES+=usr/share/man/man3/krb5_kt_free_entry.3.gz
3030OLD_FILES+=usr/share/man/man3/krb5_kt_get_entry.3.gz
3031OLD_FILES+=usr/share/man/man3/krb5_kt_get_full_name.3.gz
3032OLD_FILES+=usr/share/man/man3/krb5_kt_get_name.3.gz
3033OLD_FILES+=usr/share/man/man3/krb5_kt_get_type.3.gz
3034OLD_FILES+=usr/share/man/man3/krb5_kt_have_content.3.gz
3035OLD_FILES+=usr/share/man/man3/krb5_kt_next_entry.3.gz
3036OLD_FILES+=usr/share/man/man3/krb5_kt_read_service_key.3.gz
3037OLD_FILES+=usr/share/man/man3/krb5_kt_register.3.gz
3038OLD_FILES+=usr/share/man/man3/krb5_kt_remove_entry.3.gz
3039OLD_FILES+=usr/share/man/man3/krb5_kt_resolve.3.gz
3040OLD_FILES+=usr/share/man/man3/krb5_kt_start_seq_get.3.gz
3041OLD_FILES+=usr/share/man/man3/krb5_kuserok.3.gz
3042OLD_FILES+=usr/share/man/man3/krb5_log.3.gz
3043OLD_FILES+=usr/share/man/man3/krb5_log_msg.3.gz
3044OLD_FILES+=usr/share/man/man3/krb5_make_addrport.3.gz
3045OLD_FILES+=usr/share/man/man3/krb5_make_principal.3.gz
3046OLD_FILES+=usr/share/man/man3/krb5_max_sockaddr_size.3.gz
3047OLD_FILES+=usr/share/man/man3/krb5_mcc_ops.3.gz
3048OLD_FILES+=usr/share/man/man3/krb5_mk_req.3.gz
3049OLD_FILES+=usr/share/man/man3/krb5_mk_safe.3.gz
3050OLD_FILES+=usr/share/man/man3/krb5_openlog.3.gz
3051OLD_FILES+=usr/share/man/man3/krb5_pac.3.gz
3052OLD_FILES+=usr/share/man/man3/krb5_pac_get_buffer.3.gz
3053OLD_FILES+=usr/share/man/man3/krb5_pac_verify.3.gz
3054OLD_FILES+=usr/share/man/man3/krb5_parse_address.3.gz
3055OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz
3056OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz
3057OLD_FILES+=usr/share/man/man3/krb5_parse_name_flags.3.gz
3058OLD_FILES+=usr/share/man/man3/krb5_parse_nametype.3.gz
3059OLD_FILES+=usr/share/man/man3/krb5_password_key_proc.3.gz
3060OLD_FILES+=usr/share/man/man3/krb5_plugin_register.3.gz
3061OLD_FILES+=usr/share/man/man3/krb5_prepend_config_files_default.3.gz
3062OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz
3063OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz
3064OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz
3065OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz
3066OLD_FILES+=usr/share/man/man3/krb5_principal.3.gz
3067OLD_FILES+=usr/share/man/man3/krb5_principal_compare.3.gz
3068OLD_FILES+=usr/share/man/man3/krb5_principal_compare_any_realm.3.gz
3069OLD_FILES+=usr/share/man/man3/krb5_principal_get_comp_string.3.gz
3070OLD_FILES+=usr/share/man/man3/krb5_principal_get_num_comp.3.gz
3071OLD_FILES+=usr/share/man/man3/krb5_principal_get_realm.3.gz
3072OLD_FILES+=usr/share/man/man3/krb5_principal_get_type.3.gz
3073OLD_FILES+=usr/share/man/man3/krb5_principal_intro.3.gz
3074OLD_FILES+=usr/share/man/man3/krb5_principal_is_krbtgt.3.gz
3075OLD_FILES+=usr/share/man/man3/krb5_principal_match.3.gz
3076OLD_FILES+=usr/share/man/man3/krb5_principal_set_realm.3.gz
3077OLD_FILES+=usr/share/man/man3/krb5_principal_set_type.3.gz
3078OLD_FILES+=usr/share/man/man3/krb5_print_address.3.gz
3079OLD_FILES+=usr/share/man/man3/krb5_random_to_key.3.gz
3080OLD_FILES+=usr/share/man/man3/krb5_rcache.3.gz
3081OLD_FILES+=usr/share/man/man3/krb5_rd_error.3.gz
3082OLD_FILES+=usr/share/man/man3/krb5_rd_req_ctx.3.gz
3083OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_ctx_alloc.3.gz
3084OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_keytab.3.gz
3085OLD_FILES+=usr/share/man/man3/krb5_rd_req_in_set_pac_check.3.gz
3086OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_ctx_free.3.gz
3087OLD_FILES+=usr/share/man/man3/krb5_rd_req_out_get_server.3.gz
3088OLD_FILES+=usr/share/man/man3/krb5_rd_safe.3.gz
3089OLD_FILES+=usr/share/man/man3/krb5_realm_compare.3.gz
3090OLD_FILES+=usr/share/man/man3/krb5_ret_address.3.gz
3091OLD_FILES+=usr/share/man/man3/krb5_ret_addrs.3.gz
3092OLD_FILES+=usr/share/man/man3/krb5_ret_authdata.3.gz
3093OLD_FILES+=usr/share/man/man3/krb5_ret_creds.3.gz
3094OLD_FILES+=usr/share/man/man3/krb5_ret_creds_tag.3.gz
3095OLD_FILES+=usr/share/man/man3/krb5_ret_data.3.gz
3096OLD_FILES+=usr/share/man/man3/krb5_ret_int16.3.gz
3097OLD_FILES+=usr/share/man/man3/krb5_ret_int32.3.gz
3098OLD_FILES+=usr/share/man/man3/krb5_ret_int8.3.gz
3099OLD_FILES+=usr/share/man/man3/krb5_ret_keyblock.3.gz
3100OLD_FILES+=usr/share/man/man3/krb5_ret_principal.3.gz
3101OLD_FILES+=usr/share/man/man3/krb5_ret_string.3.gz
3102OLD_FILES+=usr/share/man/man3/krb5_ret_stringz.3.gz
3103OLD_FILES+=usr/share/man/man3/krb5_ret_times.3.gz
3104OLD_FILES+=usr/share/man/man3/krb5_ret_uint16.3.gz
3105OLD_FILES+=usr/share/man/man3/krb5_ret_uint32.3.gz
3106OLD_FILES+=usr/share/man/man3/krb5_ret_uint8.3.gz
3107OLD_FILES+=usr/share/man/man3/krb5_set_config_files.3.gz
3108OLD_FILES+=usr/share/man/man3/krb5_set_default_in_tkt_etypes.3.gz
3109OLD_FILES+=usr/share/man/man3/krb5_set_default_realm.3.gz
3110OLD_FILES+=usr/share/man/man3/krb5_set_dns_canonicalize_hostname.3.gz
3111OLD_FILES+=usr/share/man/man3/krb5_set_error_message.3.gz
3112OLD_FILES+=usr/share/man/man3/krb5_set_error_string.3.gz
3113OLD_FILES+=usr/share/man/man3/krb5_set_extra_addresses.3.gz
3114OLD_FILES+=usr/share/man/man3/krb5_set_fcache_version.3.gz
3115OLD_FILES+=usr/share/man/man3/krb5_set_home_dir_access.3.gz
3116OLD_FILES+=usr/share/man/man3/krb5_set_ignore_addresses.3.gz
3117OLD_FILES+=usr/share/man/man3/krb5_set_kdc_sec_offset.3.gz
3118OLD_FILES+=usr/share/man/man3/krb5_set_max_time_skew.3.gz
3119OLD_FILES+=usr/share/man/man3/krb5_set_password.3.gz
3120OLD_FILES+=usr/share/man/man3/krb5_set_real_time.3.gz
3121OLD_FILES+=usr/share/man/man3/krb5_set_use_admin_kdc.3.gz
3122OLD_FILES+=usr/share/man/man3/krb5_sname_to_principal.3.gz
3123OLD_FILES+=usr/share/man/man3/krb5_sock_to_principal.3.gz
3124OLD_FILES+=usr/share/man/man3/krb5_sockaddr2address.3.gz
3125OLD_FILES+=usr/share/man/man3/krb5_sockaddr2port.3.gz
3126OLD_FILES+=usr/share/man/man3/krb5_sockaddr_uninteresting.3.gz
3127OLD_FILES+=usr/share/man/man3/krb5_storage.3.gz
3128OLD_FILES+=usr/share/man/man3/krb5_storage_clear_flags.3.gz
3129OLD_FILES+=usr/share/man/man3/krb5_storage_emem.3.gz
3130OLD_FILES+=usr/share/man/man3/krb5_storage_free.3.gz
3131OLD_FILES+=usr/share/man/man3/krb5_storage_from_data.3.gz
3132OLD_FILES+=usr/share/man/man3/krb5_storage_from_fd.3.gz
3133OLD_FILES+=usr/share/man/man3/krb5_storage_from_mem.3.gz
3134OLD_FILES+=usr/share/man/man3/krb5_storage_from_readonly_mem.3.gz
3135OLD_FILES+=usr/share/man/man3/krb5_storage_get_byteorder.3.gz
3136OLD_FILES+=usr/share/man/man3/krb5_storage_get_eof_code.3.gz
3137OLD_FILES+=usr/share/man/man3/krb5_storage_is_flags.3.gz
3138OLD_FILES+=usr/share/man/man3/krb5_storage_read.3.gz
3139OLD_FILES+=usr/share/man/man3/krb5_storage_seek.3.gz
3140OLD_FILES+=usr/share/man/man3/krb5_storage_set_byteorder.3.gz
3141OLD_FILES+=usr/share/man/man3/krb5_storage_set_eof_code.3.gz
3142OLD_FILES+=usr/share/man/man3/krb5_storage_set_flags.3.gz
3143OLD_FILES+=usr/share/man/man3/krb5_storage_set_max_alloc.3.gz
3144OLD_FILES+=usr/share/man/man3/krb5_storage_to_data.3.gz
3145OLD_FILES+=usr/share/man/man3/krb5_storage_truncate.3.gz
3146OLD_FILES+=usr/share/man/man3/krb5_storage_write.3.gz
3147OLD_FILES+=usr/share/man/man3/krb5_store_address.3.gz
3148OLD_FILES+=usr/share/man/man3/krb5_store_addrs.3.gz
3149OLD_FILES+=usr/share/man/man3/krb5_store_authdata.3.gz
3150OLD_FILES+=usr/share/man/man3/krb5_store_creds.3.gz
3151OLD_FILES+=usr/share/man/man3/krb5_store_creds_tag.3.gz
3152OLD_FILES+=usr/share/man/man3/krb5_store_data.3.gz
3153OLD_FILES+=usr/share/man/man3/krb5_store_int16.3.gz
3154OLD_FILES+=usr/share/man/man3/krb5_store_int32.3.gz
3155OLD_FILES+=usr/share/man/man3/krb5_store_int8.3.gz
3156OLD_FILES+=usr/share/man/man3/krb5_store_keyblock.3.gz
3157OLD_FILES+=usr/share/man/man3/krb5_store_principal.3.gz
3158OLD_FILES+=usr/share/man/man3/krb5_store_string.3.gz
3159OLD_FILES+=usr/share/man/man3/krb5_store_stringz.3.gz
3160OLD_FILES+=usr/share/man/man3/krb5_store_times.3.gz
3161OLD_FILES+=usr/share/man/man3/krb5_store_uint16.3.gz
3162OLD_FILES+=usr/share/man/man3/krb5_store_uint32.3.gz
3163OLD_FILES+=usr/share/man/man3/krb5_store_uint8.3.gz
3164OLD_FILES+=usr/share/man/man3/krb5_string_to_key.3.gz
3165OLD_FILES+=usr/share/man/man3/krb5_string_to_keytype.3.gz
3166OLD_FILES+=usr/share/man/man3/krb5_support.3.gz
3167OLD_FILES+=usr/share/man/man3/krb5_ticket.3.gz
3168OLD_FILES+=usr/share/man/man3/krb5_ticket_get_authorization_data_type.3.gz
3169OLD_FILES+=usr/share/man/man3/krb5_ticket_get_client.3.gz
3170OLD_FILES+=usr/share/man/man3/krb5_ticket_get_endtime.3.gz
3171OLD_FILES+=usr/share/man/man3/krb5_ticket_get_flags.3.gz
3172OLD_FILES+=usr/share/man/man3/krb5_ticket_get_server.3.gz
3173OLD_FILES+=usr/share/man/man3/krb5_timeofday.3.gz
3174OLD_FILES+=usr/share/man/man3/krb5_unparse_name.3.gz
3175OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed.3.gz
3176OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_flags.3.gz
3177OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_short.3.gz
3178OLD_FILES+=usr/share/man/man3/krb5_unparse_name_flags.3.gz
3179OLD_FILES+=usr/share/man/man3/krb5_unparse_name_short.3.gz
3180OLD_FILES+=usr/share/man/man3/krb5_us_timeofday.3.gz
3181OLD_FILES+=usr/share/man/man3/krb5_v4compat.3.gz
3182OLD_FILES+=usr/share/man/man3/krb5_verify_checksum.3.gz
3183OLD_FILES+=usr/share/man/man3/krb5_verify_checksum_iov.3.gz
3184OLD_FILES+=usr/share/man/man3/krb5_verify_init_creds.3.gz
3185OLD_FILES+=usr/share/man/man3/krb5_verify_opt_init.3.gz
3186OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_flags.3.gz
3187OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_keytab.3.gz
3188OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_secure.3.gz
3189OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_service.3.gz
3190OLD_FILES+=usr/share/man/man3/krb5_verify_user.3.gz
3191OLD_FILES+=usr/share/man/man3/krb5_verify_user_lrealm.3.gz
3192OLD_FILES+=usr/share/man/man3/krb5_verify_user_opt.3.gz
3193OLD_FILES+=usr/share/man/man3/krb5_vlog.3.gz
3194OLD_FILES+=usr/share/man/man3/krb5_vlog_msg.3.gz
3195OLD_FILES+=usr/share/man/man3/krb5_vset_error_string.3.gz
3196OLD_FILES+=usr/share/man/man3/krb5_vwarn.3.gz
3197OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz
3198OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz
3199OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz
3200OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz
3201OLD_FILES+=usr/share/man/man3/ntlm_buf.3.gz
3202OLD_FILES+=usr/share/man/man3/ntlm_core.3.gz
3203OLD_FILES+=usr/share/man/man3/ntlm_type1.3.gz
3204OLD_FILES+=usr/share/man/man3/ntlm_type2.3.gz
3205OLD_FILES+=usr/share/man/man3/ntlm_type3.3.gz
3206OLD_FILES+=usr/share/man/man5/krb5.conf.5.gz
3207OLD_FILES+=usr/share/man/man8/hprop.8.gz
3208OLD_FILES+=usr/share/man/man8/hpropd.8.gz
3209OLD_FILES+=usr/share/man/man8/iprop-log.8.gz
3210OLD_FILES+=usr/share/man/man8/iprop.8.gz
3211OLD_FILES+=usr/share/man/man8/kadmin.8.gz
3212OLD_FILES+=usr/share/man/man8/kadmind.8.gz
3213OLD_FILES+=usr/share/man/man8/kcm.8.gz
3214OLD_FILES+=usr/share/man/man8/kdc.8.gz
3215OLD_FILES+=usr/share/man/man8/kdigest.8.gz
3216OLD_FILES+=usr/share/man/man8/kerberos.8.gz
3217OLD_FILES+=usr/share/man/man8/kimpersonate.8.gz
3218OLD_FILES+=usr/share/man/man8/kpasswdd.8.gz
3219OLD_FILES+=usr/share/man/man8/kstash.8.gz
3220OLD_FILES+=usr/share/man/man8/ktutil.8.gz
3221OLD_FILES+=usr/share/man/man8/pam_krb5.8.gz
3222OLD_FILES+=usr/share/man/man8/pam_ksu.8.gz
3223OLD_FILES+=usr/share/man/man8/string2key.8.gz
3224OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
3225OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
3226.endif
3227
3228#.if ${MK_LIB32} == no
3229# to be filled in
3230#.endif
3231
3232#.if ${MK_LIBTHR} == no
3233# to be filled in
3234#.endif
3235
3236#.if ${MK_LOCALES} == no
3237# to be filled in
3238#.endif
3239
3240.if ${MK_LOCATE} == no
3241OLD_FILES+=etc/locate.rc
3242OLD_FILES+=etc/periodic/weekly/310.locate
3243OLD_FILES+=usr/bin/locate
3244OLD_FILES+=usr/libexec/locate.bigram
3245OLD_FILES+=usr/libexec/locate.code
3246OLD_FILES+=usr/libexec/locate.concatdb
3247OLD_FILES+=usr/libexec/locate.mklocatedb
3248OLD_FILES+=usr/libexec/locate.updatedb
3249OLD_FILES+=usr/share/man/man1/locate.1.gz
3250OLD_FILES+=usr/share/man/man8/locate.updatedb.8.gz
3251OLD_FILES+=usr/share/man/man8/updatedb.8.gz
3252.endif
3253
3254.if ${MK_LPR} == no
3255OLD_FILES+=etc/hosts.lpd
3256OLD_FILES+=etc/printcap
3257OLD_FILES+=usr/bin/lp
3258OLD_FILES+=usr/bin/lpq
3259OLD_FILES+=usr/bin/lpr
3260OLD_FILES+=usr/bin/lprm
3261OLD_FILES+=usr/libexec/lpr/ru/bjc-240.sh.sample
3262OLD_FILES+=usr/libexec/lpr/ru/koi2alt
3263OLD_FILES+=usr/libexec/lpr/ru/koi2855
3264OLD_FILES+=usr/libexec/lpr/lpf
3265OLD_FILES+=usr/sbin/chkprintcap
3266OLD_FILES+=usr/sbin/lpc
3267OLD_FILES+=usr/sbin/lpd
3268OLD_FILES+=usr/sbin/lptest
3269OLD_FILES+=usr/sbin/pac
3270OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
3271OLD_FILES+=usr/share/examples/etc/hosts.lpd
3272OLD_FILES+=usr/share/examples/etc/printcap
3273OLD_FILES+=usr/share/man/man1/lp.1.gz
3274OLD_FILES+=usr/share/man/man1/lpq.1.gz
3275OLD_FILES+=usr/share/man/man1/lpr.1.gz
3276OLD_FILES+=usr/share/man/man1/lprm.1.gz
3277OLD_FILES+=usr/share/man/man1/lptest.1.gz
3278OLD_FILES+=usr/share/man/man5/printcap.5.gz
3279OLD_FILES+=usr/share/man/man8/chkprintcap.8.gz
3280OLD_FILES+=usr/share/man/man8/lpc.8.gz
3281OLD_FILES+=usr/share/man/man8/lpd.8.gz
3282OLD_FILES+=usr/share/man/man8/pac.8.gz
3283.endif
3284
3285.if ${MK_MAIL} == no
3286OLD_FILES+=etc/periodic/daily/130.clean-msgs
3287OLD_FILES+=usr/bin/Mail
3288OLD_FILES+=usr/bin/biff
3289OLD_FILES+=usr/bin/from
3290OLD_FILES+=usr/bin/mail
3291OLD_FILES+=usr/bin/mailx
3292OLD_FILES+=usr/bin/msgs
3293OLD_FILES+=usr/libexec/comsat
3294OLD_FILES+=usr/share/examples/etc/mail.rc
3295OLD_FILES+=usr/share/man/man1/Mail.1.gz
3296OLD_FILES+=usr/share/man/man1/biff.1.gz
3297OLD_FILES+=usr/share/man/man1/from.1.gz
3298OLD_FILES+=usr/share/man/man1/mail.1.gz
3299OLD_FILES+=usr/share/man/man1/mailx.1.gz
3300OLD_FILES+=usr/share/man/man1/msgs.1.gz
3301OLD_FILES+=usr/share/man/man8/comsat.8.gz
3302OLD_FILES+=usr/share/misc/mail.help
3303OLD_FILES+=usr/share/misc/mail.tildehelp
3304.endif
3305
3306.if ${MK_MAILWRAPPER} == no
3307OLD_FILES+=etc/mail/mailer.conf
3308.if ${MK_SENDMAIL} == no
3309OLD_FILES+=usr/sbin/mailwrapper
3310.endif
3311OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
3312.endif
3313
3314#.if ${MK_MAN} == no
3315# This should add a dependency to a special target which removes all man pages.
3316# Listing all of them here is overkill.
3317#.endif
3318
3319.if ${MK_NCP} == no
3320OLD_FILES+=usr/bin/ncplist
3321OLD_FILES+=usr/bin/ncplogin
3322OLD_FILES+=usr/bin/ncplogout
3323OLD_FILES+=usr/include/fs/nwfs/nwfs.h
3324OLD_FILES+=usr/include/fs/nwfs/nwfs_mount.h
3325OLD_FILES+=usr/include/fs/nwfs/nwfs_node.h
3326OLD_FILES+=usr/include/fs/nwfs/nwfs_subr.h
3327#OLD_DIRS+=usr/include/fs/nwfs
3328OLD_FILES+=usr/include/netncp/ncp.h
3329OLD_FILES+=usr/include/netncp/ncp_cfg.h
3330OLD_FILES+=usr/include/netncp/ncp_conn.h
3331OLD_FILES+=usr/include/netncp/ncp_file.h
3332OLD_FILES+=usr/include/netncp/ncp_lib.h
3333OLD_FILES+=usr/include/netncp/ncp_ncp.h
3334OLD_FILES+=usr/include/netncp/ncp_nls.h
3335OLD_FILES+=usr/include/netncp/ncp_rcfile.h
3336OLD_FILES+=usr/include/netncp/ncp_rq.h
3337OLD_FILES+=usr/include/netncp/ncp_sock.h
3338OLD_FILES+=usr/include/netncp/ncp_subr.h
3339OLD_FILES+=usr/include/netncp/ncp_user.h
3340OLD_FILES+=usr/include/netncp/ncpio.h
3341OLD_FILES+=usr/include/netncp/nwerror.h
3342#OLD_DIRS+=usr/include/netncp
3343OLD_FILES+=usr/lib/libncp.a
3344OLD_FILES+=usr/lib/libncp.so
3345OLD_LIBS+=usr/lib/libncp.so.4
3346OLD_FILES+=usr/lib/libncp_p.a
3347.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3348OLD_FILES+=usr/lib32/libncp.a
3349OLD_FILES+=usr/lib32/libncp.so
3350OLD_LIBS+=usr/lib32/libncp.so.4
3351OLD_FILES+=usr/lib32/libncp_p.a
3352.endif
3353OLD_FILES+=usr/sbin/mount_nwfs
3354OLD_FILES+=usr/share/man/man1/ncplist.1.gz
3355OLD_FILES+=usr/share/man/man1/ncplogin.1.gz
3356OLD_FILES+=usr/share/man/man1/ncplogout.1.gz
3357OLD_FILES+=usr/share/man/man8/mount_nwfs.8.gz
3358.endif
3359
3360.if ${MK_NDIS} == no
3361OLD_FILES+=usr/sbin/ndiscvt
3362OLD_FILES+=usr/sbin/ndisgen
3363OLD_FILES+=usr/share/man/man8/ndiscvt.8.gz
3364OLD_FILES+=usr/share/man/man8/ndisgen.8.gz
3365OLD_FILES+=usr/share/misc/windrv_stub.c
3366.endif
3367
3368.if ${MK_NETCAT} == no
3369OLD_FILES+=usr/bin/nc
3370OLD_FILES+=usr/share/man/man1/nc.1.gz
3371.endif
3372
3373#.if ${MK_NIS} == no
3374# to be filled in
3375#.endif
3376
3377#.if ${MK_NLS} == no
3378# to be filled in
3379#.endif
3380
3381.if ${MK_NTP} == no
3382OLD_FILES+=etc/ntp.conf
3383OLD_FILES+=etc/periodic/daily/480.status-ntpd
3384OLD_FILES+=usr/bin/ntpq
3385OLD_FILES+=usr/sbin/ntp-keygen
3386OLD_FILES+=usr/sbin/ntpd
3387OLD_FILES+=usr/sbin/ntpdate
3388OLD_FILES+=usr/sbin/ntpdc
3389OLD_FILES+=usr/sbin/ntptime
3390OLD_FILES+=usr/sbin/sntp
3391OLD_FILES+=usr/share/doc/ntp/accopt.html
3392OLD_FILES+=usr/share/doc/ntp/assoc.html
3393OLD_FILES+=usr/share/doc/ntp/audio.html
3394OLD_FILES+=usr/share/doc/ntp/authopt.html
3395OLD_FILES+=usr/share/doc/ntp/build.html
3396OLD_FILES+=usr/share/doc/ntp/clockopt.html
3397OLD_FILES+=usr/share/doc/ntp/config.html
3398OLD_FILES+=usr/share/doc/ntp/confopt.html
3399OLD_FILES+=usr/share/doc/ntp/copyright.html
3400OLD_FILES+=usr/share/doc/ntp/debug.html
3401OLD_FILES+=usr/share/doc/ntp/driver1.html
3402OLD_FILES+=usr/share/doc/ntp/driver10.html
3403OLD_FILES+=usr/share/doc/ntp/driver11.html
3404OLD_FILES+=usr/share/doc/ntp/driver12.html
3405OLD_FILES+=usr/share/doc/ntp/driver16.html
3406OLD_FILES+=usr/share/doc/ntp/driver18.html
3407OLD_FILES+=usr/share/doc/ntp/driver19.html
3408OLD_FILES+=usr/share/doc/ntp/driver2.html
3409OLD_FILES+=usr/share/doc/ntp/driver20.html
3410OLD_FILES+=usr/share/doc/ntp/driver22.html
3411OLD_FILES+=usr/share/doc/ntp/driver26.html
3412OLD_FILES+=usr/share/doc/ntp/driver27.html
3413OLD_FILES+=usr/share/doc/ntp/driver28.html
3414OLD_FILES+=usr/share/doc/ntp/driver29.html
3415OLD_FILES+=usr/share/doc/ntp/driver3.html
3416OLD_FILES+=usr/share/doc/ntp/driver30.html
3417OLD_FILES+=usr/share/doc/ntp/driver32.html
3418OLD_FILES+=usr/share/doc/ntp/driver33.html
3419OLD_FILES+=usr/share/doc/ntp/driver34.html
3420OLD_FILES+=usr/share/doc/ntp/driver35.html
3421OLD_FILES+=usr/share/doc/ntp/driver36.html
3422OLD_FILES+=usr/share/doc/ntp/driver37.html
3423OLD_FILES+=usr/share/doc/ntp/driver4.html
3424OLD_FILES+=usr/share/doc/ntp/driver5.html
3425OLD_FILES+=usr/share/doc/ntp/driver6.html
3426OLD_FILES+=usr/share/doc/ntp/driver7.html
3427OLD_FILES+=usr/share/doc/ntp/driver8.html
3428OLD_FILES+=usr/share/doc/ntp/driver9.html
3429OLD_FILES+=usr/share/doc/ntp/extern.html
3430OLD_FILES+=usr/share/doc/ntp/hints.html
3431OLD_FILES+=usr/share/doc/ntp/howto.html
3432OLD_FILES+=usr/share/doc/ntp/index.html
3433OLD_FILES+=usr/share/doc/ntp/kern.html
3434OLD_FILES+=usr/share/doc/ntp/ldisc.html
3435OLD_FILES+=usr/share/doc/ntp/measure.html
3436OLD_FILES+=usr/share/doc/ntp/miscopt.html
3437OLD_FILES+=usr/share/doc/ntp/monopt.html
3438OLD_FILES+=usr/share/doc/ntp/mx4200data.html
3439OLD_FILES+=usr/share/doc/ntp/notes.html
3440OLD_FILES+=usr/share/doc/ntp/ntpd.html
3441OLD_FILES+=usr/share/doc/ntp/ntpdate.html
3442OLD_FILES+=usr/share/doc/ntp/ntpdc.html
3443OLD_FILES+=usr/share/doc/ntp/ntpq.html
3444OLD_FILES+=usr/share/doc/ntp/ntptime.html
3445OLD_FILES+=usr/share/doc/ntp/ntptrace.html
3446OLD_FILES+=usr/share/doc/ntp/parsedata.html
3447OLD_FILES+=usr/share/doc/ntp/parsenew.html
3448OLD_FILES+=usr/share/doc/ntp/patches.html
3449OLD_FILES+=usr/share/doc/ntp/porting.html
3450OLD_FILES+=usr/share/doc/ntp/pps.html
3451OLD_FILES+=usr/share/doc/ntp/prefer.html
3452OLD_FILES+=usr/share/doc/ntp/quick.html
3453OLD_FILES+=usr/share/doc/ntp/rdebug.html
3454OLD_FILES+=usr/share/doc/ntp/refclock.html
3455OLD_FILES+=usr/share/doc/ntp/release.html
3456OLD_FILES+=usr/share/doc/ntp/tickadj.html
3457OLD_FILES+=usr/share/examples/etc/ntp.conf
3458OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz
3459OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz
3460OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz
3461OLD_FILES+=usr/share/man/man8/ntpd.8.gz
3462OLD_FILES+=usr/share/man/man8/ntpdate.8.gz
3463OLD_FILES+=usr/share/man/man8/ntpdc.8.gz
3464OLD_FILES+=usr/share/man/man8/ntpq.8.gz
3465OLD_FILES+=usr/share/man/man8/ntptime.8.gz
3466.endif
3467
3468#.if ${MK_OBJC} == no
3469# to be filled in
3470#.endif
3471
3472#.if ${MK_OPENSSH} == no
3473# to be filled in
3474#.endif
3475
3476#.if ${MK_OPENSSL} == no
3477# to be filled in
3478#.endif
3479
3480.if ${MK_PF} == no
3481OLD_FILES+=etc/periodic/security/520.pfdenied
3482OLD_FILES+=etc/pf.os
3483OLD_FILES+=sbin/pfctl
3484OLD_FILES+=sbin/pflogd
3485OLD_FILES+=usr/libexec/tftp-proxy
3486OLD_FILES+=usr/sbin/ftp-proxy
3487OLD_FILES+=usr/share/examples/etc/pf.os
3488OLD_FILES+=usr/share/examples/pf/ackpri
3489OLD_FILES+=usr/share/examples/pf/faq-example1
3490OLD_FILES+=usr/share/examples/pf/faq-example2
3491OLD_FILES+=usr/share/examples/pf/faq-example3
3492OLD_FILES+=usr/share/examples/pf/pf.conf
3493OLD_FILES+=usr/share/examples/pf/queue1
3494OLD_FILES+=usr/share/examples/pf/queue2
3495OLD_FILES+=usr/share/examples/pf/queue3
3496OLD_FILES+=usr/share/examples/pf/queue4
3497OLD_FILES+=usr/share/examples/pf/spamd
3498OLD_FILES+=usr/share/man/man4/pf.4.gz
3499OLD_FILES+=usr/share/man/man4/pflog.4.gz
3500OLD_FILES+=usr/share/man/man4/pfsync.4.gz
3501OLD_FILES+=usr/share/man/man5/pf.conf.5.gz
3502OLD_FILES+=usr/share/man/man5/pf.os.5.gz
3503OLD_FILES+=usr/share/man/man8/ftp-proxy.8.gz
3504OLD_FILES+=usr/share/man/man8/pfctl.8.gz
3505OLD_FILES+=usr/share/man/man8/pflogd.8.gz
3506OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
3507.endif
3508
3509.if ${MK_PKGBOOTSTRAP} == no
3510OLD_FILES+=usr/sbin/pkg
3511.endif
3512
3513.if ${MK_PKGTOOLS} == no
3514OLD_FILES+=etc/periodic/daily/490.status-pkg-changes
3515OLD_FILES+=etc/periodic/security/460.chkportsum
3516OLD_FILES+=etc/periodic/weekly/400.status-pkg
3517OLD_FILES+=usr/include/pkg.h
3518OLD_FILES+=usr/lib/libpkg.a
3519OLD_FILES+=usr/lib/libpkg.so
3520OLD_LIBS+=usr/lib/libpkg.so.0
3521OLD_FILES+=usr/sbin/pkg_add
3522OLD_FILES+=usr/sbin/pkg_create
3523OLD_FILES+=usr/sbin/pkg_delete
3524OLD_FILES+=usr/sbin/pkg_info
3525OLD_FILES+=usr/sbin/pkg_updating
3526OLD_FILES+=usr/sbin/pkg_version
3527OLD_FILES+=usr/share/man/man1/pkg_add.1.gz
3528OLD_FILES+=usr/share/man/man1/pkg_create.1.gz
3529OLD_FILES+=usr/share/man/man1/pkg_delete.1.gz
3530OLD_FILES+=usr/share/man/man1/pkg_info.1.gz
3531OLD_FILES+=usr/share/man/man1/pkg_updating.1.gz
3532OLD_FILES+=usr/share/man/man1/pkg_version.1.gz
3533.endif
3534
3535.if ${MK_PORTSNAP} == no
3536OLD_FILES+=etc/portsnap.conf
3537OLD_FILES+=usr/libexec/make_index
3538OLD_FILES+=usr/libexec/phttpget
3539OLD_FILES+=usr/sbin/portsnap
3540OLD_FILES+=usr/share/examples/etc/portsnap.conf
3541OLD_FILES+=usr/share/man/man8/portsnap.8.gz
3542.endif
3543
3544.if ${MK_PPP} == no
3545OLD_FILES+=etc/ppp/ppp.conf
3546OLD_FILES+=usr/sbin/ppp
3547OLD_FILES+=usr/sbin/pppctl
3548OLD_FILES+=usr/share/man/man8/ppp.8.gz
3549OLD_FILES+=usr/share/man/man8/pppctl.8.gz
3550.endif
3551
3552.if ${MK_PROFILE} == no
3553OLD_FILES+=usr/lib/libalias_cuseeme_p.a
3554OLD_FILES+=usr/lib/libalias_dummy_p.a
3555OLD_FILES+=usr/lib/libalias_ftp_p.a
3556OLD_FILES+=usr/lib/libalias_irc_p.a
3557OLD_FILES+=usr/lib/libalias_nbt_p.a
3558OLD_FILES+=usr/lib/libalias_p.a
3559OLD_FILES+=usr/lib/libalias_pptp_p.a
3560OLD_FILES+=usr/lib/libalias_skinny_p.a
3561OLD_FILES+=usr/lib/libalias_smedia_p.a
3562OLD_FILES+=usr/lib/libarchive_p.a
3563OLD_FILES+=usr/lib/libasn1_p.a
3564OLD_FILES+=usr/lib/libbegemot_p.a
3565OLD_FILES+=usr/lib/libbluetooth_p.a
3566OLD_FILES+=usr/lib/libbsdxml_p.a
3567OLD_FILES+=usr/lib/libbsm_p.a
3568OLD_FILES+=usr/lib/libbsnmp_p.a
3569OLD_FILES+=usr/lib/libbz2_p.a
3570OLD_FILES+=usr/lib/libc_p.a
3571OLD_FILES+=usr/lib/libcalendar_p.a
3572OLD_FILES+=usr/lib/libcam_p.a
3573OLD_FILES+=usr/lib/libcom_err_p.a
3574OLD_FILES+=usr/lib/libcompat_p.a
3575OLD_FILES+=usr/lib/libcrypt_p.a
3576OLD_FILES+=usr/lib/libcrypto_p.a
3577OLD_FILES+=usr/lib/libcurses_p.a
3578OLD_FILES+=usr/lib/libcursesw_p.a
3579OLD_FILES+=usr/lib/libdevinfo_p.a
3580OLD_FILES+=usr/lib/libdevstat_p.a
3581OLD_FILES+=usr/lib/libdialog_p.a
3582OLD_FILES+=usr/lib/libedit_p.a
3583OLD_FILES+=usr/lib/libelf_p.a
3584OLD_FILES+=usr/lib/libfetch_p.a
3585OLD_FILES+=usr/lib/libfl_p.a
3586OLD_FILES+=usr/lib/libform_p.a
3587OLD_FILES+=usr/lib/libformw_p.a
3588OLD_FILES+=usr/lib/libftpio_p.a
3589OLD_FILES+=usr/lib/libgcc_p.a
3590OLD_FILES+=usr/lib/libgeom_p.a
3591OLD_FILES+=usr/lib/libgnuregex_p.a
3592OLD_FILES+=usr/lib/libgpib_p.a
3593OLD_FILES+=usr/lib/libgssapi_krb5_p.a
3594OLD_FILES+=usr/lib/libgssapi_p.a
3595OLD_FILES+=usr/lib/libhdb_p.a
3596OLD_FILES+=usr/lib/libheimbase_p.a
3597OLD_FILES+=usr/lib/libheimsqlite_p.a
3598OLD_FILES+=usr/lib/libhistory_p.a
3599OLD_FILES+=usr/lib/libipsec_p.a
3600OLD_FILES+=usr/lib/libipx_p.a
3601OLD_FILES+=usr/lib/libjail_p.a
3602OLD_FILES+=usr/lib/libkadm5clnt_p.a
3603OLD_FILES+=usr/lib/libkadm5srv_p.a
3604OLD_FILES+=usr/lib/libkafs5_p.a
3605OLD_FILES+=usr/lib/libkdc_p.a
3606OLD_FILES+=usr/lib/libkiconv_p.a
3607OLD_FILES+=usr/lib/libkrb5_p.a
3608OLD_FILES+=usr/lib/libkvm_p.a
3609OLD_FILES+=usr/lib/libl_p.a
3610OLD_FILES+=usr/lib/libln_p.a
3611OLD_FILES+=usr/lib/liblwres_p.a
3612OLD_FILES+=usr/lib/libm_p.a
3613OLD_FILES+=usr/lib/libmagic_p.a
3614OLD_FILES+=usr/lib/libmd_p.a
3615OLD_FILES+=usr/lib/libmemstat_p.a
3616OLD_FILES+=usr/lib/libmenu_p.a
3617OLD_FILES+=usr/lib/libmenuw_p.a
3618OLD_FILES+=usr/lib/libmilter_p.a
3619OLD_FILES+=usr/lib/libmp_p.a
3620OLD_FILES+=usr/lib/libncp_p.a
3621OLD_FILES+=usr/lib/libncurses_p.a
3622OLD_FILES+=usr/lib/libncursesw_p.a
3623OLD_FILES+=usr/lib/libnetgraph_p.a
3624OLD_FILES+=usr/lib/libngatm_p.a
3625OLD_FILES+=usr/lib/libobjc_p.a
3626OLD_FILES+=usr/lib/libopie_p.a
3627OLD_FILES+=usr/lib/libpanel_p.a
3628OLD_FILES+=usr/lib/libpanelw_p.a
3629OLD_FILES+=usr/lib/libpcap_p.a
3630OLD_FILES+=usr/lib/libpmc_p.a
3631OLD_FILES+=usr/lib/libpthread_p.a
3632OLD_FILES+=usr/lib/libradius_p.a
3633OLD_FILES+=usr/lib/libreadline_p.a
3634OLD_FILES+=usr/lib/libroken_p.a
3635OLD_FILES+=usr/lib/librpcsvc_p.a
3636OLD_FILES+=usr/lib/librt_p.a
3637OLD_FILES+=usr/lib/libsbuf_p.a
3638OLD_FILES+=usr/lib/libsdp_p.a
3639OLD_FILES+=usr/lib/libsmb_p.a
3640OLD_FILES+=usr/lib/libssh_p.a
3641OLD_FILES+=usr/lib/libssl_p.a
3642OLD_FILES+=usr/lib/libstdc++_p.a
3643OLD_FILES+=usr/lib/libsupc++_p.a
3644OLD_FILES+=usr/lib/libtacplus_p.a
3645OLD_FILES+=usr/lib/libtermcap_p.a
3646OLD_FILES+=usr/lib/libtermcapw_p.a
3647OLD_FILES+=usr/lib/libtermlib_p.a
3648OLD_FILES+=usr/lib/libtermlibw_p.a
3649OLD_FILES+=usr/lib/libthr_p.a
3650OLD_FILES+=usr/lib/libthread_db_p.a
3651OLD_FILES+=usr/lib/libtinfo_p.a
3652OLD_FILES+=usr/lib/libtinfow_p.a
3653OLD_FILES+=usr/lib/libufs_p.a
3654OLD_FILES+=usr/lib/libugidfw_p.a
3655OLD_FILES+=usr/lib/libusbhid_p.a
3656OLD_FILES+=usr/lib/libutil_p.a
3657OLD_FILES+=usr/lib/libvgl_p.a
3658OLD_FILES+=usr/lib/libwind_p.a
3659OLD_FILES+=usr/lib/libwrap_p.a
3660OLD_FILES+=usr/lib/liby_p.a
3661OLD_FILES+=usr/lib/libypclnt_p.a
3662OLD_FILES+=usr/lib/libz_p.a
3663.endif
3664
3665.if ${MK_RCMDS} == no
3666OLD_FILES+=bin/rcp
3667OLD_FILES+=etc/periodic/daily/140.clean-rwho
3668OLD_FILES+=etc/periodic/daily/430.status-rwho
3669OLD_FILES+=rescue/rcp
3670OLD_FILES+=usr/bin/rlogin
3671OLD_FILES+=usr/bin/rsh
3672OLD_FILES+=usr/bin/ruptime
3673OLD_FILES+=usr/bin/rwho
3674OLD_FILES+=usr/libexec/rlogind
3675OLD_FILES+=usr/libexec/rshd
3676OLD_FILES+=usr/sbin/rwhod
3677OLD_FILES+=usr/share/man/man1/rcp.1.gz
3678OLD_FILES+=usr/share/man/man1/rlogin.1.gz
3679OLD_FILES+=usr/share/man/man1/rsh.1.gz
3680OLD_FILES+=usr/share/man/man1/ruptime.1.gz
3681OLD_FILES+=usr/share/man/man1/rwho.1.gz
3682OLD_FILES+=usr/share/man/man8/rlogind.8.gz
3683OLD_FILES+=usr/share/man/man8/rshd.8.gz
3684OLD_FILES+=usr/share/man/man8/rwhod.8.gz
3685.endif
3686
3687.if ${MK_RCS} == no
3688OLD_FILES+=usr/bin/ci
3689OLD_FILES+=usr/bin/co
3690OLD_FILES+=usr/bin/ident
3691OLD_FILES+=usr/bin/merge
3692OLD_FILES+=usr/bin/rcs
3693OLD_FILES+=usr/bin/rcsclean
3694OLD_FILES+=usr/bin/rcsdiff
3695OLD_FILES+=usr/bin/rcsfreeze
3696OLD_FILES+=usr/bin/rcsmerge
3697OLD_FILES+=usr/bin/rlog
3698OLD_FILES+=usr/share/man/man1/ci.1.gz
3699OLD_FILES+=usr/share/man/man1/co.1.gz
3700OLD_FILES+=usr/share/man/man1/ident.1.gz
3701OLD_FILES+=usr/share/man/man1/merge.1.gz
3702OLD_FILES+=usr/share/man/man1/rcs.1.gz
3703OLD_FILES+=usr/share/man/man1/rcsclean.1.gz
3704OLD_FILES+=usr/share/man/man1/rcsdiff.1.gz
3705OLD_FILES+=usr/share/man/man1/rcsfreeze.1.gz
3706OLD_FILES+=usr/share/man/man1/rcsintro.1.gz
3707OLD_FILES+=usr/share/man/man1/rcsmerge.1.gz
3708OLD_FILES+=usr/share/man/man1/rlog.1.gz
3709OLD_FILES+=usr/share/man/man5/rcsfile.5.gz
3710.endif
3711
3712#.if ${MK_RESCUE} == no
3713# to be filled in or replaced with a special target
3714#.endif
3715
3716.if ${MK_ROUTED} == no
3717OLD_FILES+=sbin/routed
3718OLD_FILES+=sbin/rtquery
3719OLD_FILES+=usr/share/man/man8/routed.8.gz
3720OLD_FILES+=usr/share/man/man8/rtquery.8.gz
3721.endif
3722
3723.if ${MK_SENDMAIL} == no
3724OLD_FILES+=etc/periodic/daily/150.clean-hoststat
3725OLD_FILES+=etc/periodic/daily/210.backup-aliases
3726OLD_FILES+=etc/periodic/daily/440.status-mailq
3727OLD_FILES+=etc/periodic/daily/460.status-mail-rejects
3728OLD_FILES+=etc/periodic/daily/500.queuerun
3729.if ${MK_MAILWRAPPER} == no
3730OLD_FILES+=bin/rmail
3731.endif
3732OLD_FILES+=usr/bin/vacation
3733OLD_FILES+=usr/include/libmilter/mfapi.h
3734OLD_FILES+=usr/include/libmilter/mfdef.h
3735OLD_FILES+=usr/lib/libmilter.a
3736OLD_LIBS+=usr/lib/libmilter.so.5
3737OLD_FILES+=usr/lib/libmilter_p.a
3738.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3739OLD_FILES+=usr/lib32/libmilter.a
3740OLD_LIBS+=usr/lib32/libmilter.so.5
3741OLD_FILES+=usr/lib32/libmilter_p.a
3742.endif
3743OLD_FILES+=usr/libexec/mail.local
3744OLD_FILES+=usr/libexec/sendmail/sendmail
3745OLD_FILES+=usr/libexec/smrsh
3746OLD_FILES+=usr/sbin/editmap
3747OLD_FILES+=usr/sbin/mailstats
3748OLD_FILES+=usr/sbin/makemap
3749OLD_FILES+=usr/sbin/praliases
3750OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
3751OLD_FILES+=usr/share/man/man1/mailq.1.gz
3752OLD_FILES+=usr/share/man/man1/newaliases.1.gz
3753OLD_FILES+=usr/share/man/man1/vacation.1.gz
3754OLD_FILES+=usr/share/man/man5/aliases.5.gz
3755OLD_FILES+=usr/share/man/man8/editmap.8.gz
3756OLD_FILES+=usr/share/man/man8/hoststat.8.gz
3757OLD_FILES+=usr/share/man/man8/mail.local.8.gz
3758OLD_FILES+=usr/share/man/man8/mailstats.8.gz
3759OLD_FILES+=usr/share/man/man8/makemap.8.gz
3760OLD_FILES+=usr/share/man/man8/praliases.8.gz
3761OLD_FILES+=usr/share/man/man8/purgestat.8.gz
3762OLD_FILES+=usr/share/man/man8/rmail.8.gz
3763OLD_FILES+=usr/share/man/man8/sendmail.8.gz
3764OLD_FILES+=usr/share/man/man8/smrsh.8.gz
3765OLD_FILES+=usr/share/sendmail/cf/README
3766OLD_FILES+=usr/share/sendmail/cf/cf/Makefile
3767OLD_FILES+=usr/share/sendmail/cf/cf/README
3768OLD_FILES+=usr/share/sendmail/cf/cf/chez.cs.mc
3769OLD_FILES+=usr/share/sendmail/cf/cf/clientproto.mc
3770OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux10.mc
3771OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux9.mc
3772OLD_FILES+=usr/share/sendmail/cf/cf/cs-osf1.mc
3773OLD_FILES+=usr/share/sendmail/cf/cf/cs-solaris2.mc
3774OLD_FILES+=usr/share/sendmail/cf/cf/cs-sunos4.1.mc
3775OLD_FILES+=usr/share/sendmail/cf/cf/cs-ultrix4.mc
3776OLD_FILES+=usr/share/sendmail/cf/cf/cyrusproto.mc
3777OLD_FILES+=usr/share/sendmail/cf/cf/generic-bsd4.4.mc
3778OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux10.mc
3779OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux9.mc
3780OLD_FILES+=usr/share/sendmail/cf/cf/generic-linux.mc
3781OLD_FILES+=usr/share/sendmail/cf/cf/generic-mpeix.mc
3782OLD_FILES+=usr/share/sendmail/cf/cf/generic-nextstep3.3.mc
3783OLD_FILES+=usr/share/sendmail/cf/cf/generic-osf1.mc
3784OLD_FILES+=usr/share/sendmail/cf/cf/generic-solaris.mc
3785OLD_FILES+=usr/share/sendmail/cf/cf/generic-sunos4.1.mc
3786OLD_FILES+=usr/share/sendmail/cf/cf/generic-ultrix4.mc
3787OLD_FILES+=usr/share/sendmail/cf/cf/huginn.cs.mc
3788OLD_FILES+=usr/share/sendmail/cf/cf/knecht.mc
3789OLD_FILES+=usr/share/sendmail/cf/cf/mail.cs.mc
3790OLD_FILES+=usr/share/sendmail/cf/cf/mail.eecs.mc
3791OLD_FILES+=usr/share/sendmail/cf/cf/mailspool.cs.mc
3792OLD_FILES+=usr/share/sendmail/cf/cf/python.cs.mc
3793OLD_FILES+=usr/share/sendmail/cf/cf/s2k-osf1.mc
3794OLD_FILES+=usr/share/sendmail/cf/cf/s2k-ultrix4.mc
3795OLD_FILES+=usr/share/sendmail/cf/cf/submit.cf
3796OLD_FILES+=usr/share/sendmail/cf/cf/submit.mc
3797OLD_FILES+=usr/share/sendmail/cf/cf/tcpproto.mc
3798OLD_FILES+=usr/share/sendmail/cf/cf/ucbarpa.mc
3799OLD_FILES+=usr/share/sendmail/cf/cf/ucbvax.mc
3800OLD_FILES+=usr/share/sendmail/cf/cf/uucpproto.mc
3801OLD_FILES+=usr/share/sendmail/cf/cf/vangogh.cs.mc
3802OLD_FILES+=usr/share/sendmail/cf/domain/Berkeley.EDU.m4
3803OLD_FILES+=usr/share/sendmail/cf/domain/CS.Berkeley.EDU.m4
3804OLD_FILES+=usr/share/sendmail/cf/domain/EECS.Berkeley.EDU.m4
3805OLD_FILES+=usr/share/sendmail/cf/domain/S2K.Berkeley.EDU.m4
3806OLD_FILES+=usr/share/sendmail/cf/domain/berkeley-only.m4
3807OLD_FILES+=usr/share/sendmail/cf/domain/generic.m4
3808OLD_FILES+=usr/share/sendmail/cf/feature/accept_unqualified_senders.m4
3809OLD_FILES+=usr/share/sendmail/cf/feature/accept_unresolvable_domains.m4
3810OLD_FILES+=usr/share/sendmail/cf/feature/access_db.m4
3811OLD_FILES+=usr/share/sendmail/cf/feature/allmasquerade.m4
3812OLD_FILES+=usr/share/sendmail/cf/feature/always_add_domain.m4
3813OLD_FILES+=usr/share/sendmail/cf/feature/authinfo.m4
3814OLD_FILES+=usr/share/sendmail/cf/feature/badmx.m4
3815OLD_FILES+=usr/share/sendmail/cf/feature/bestmx_is_local.m4
3816OLD_FILES+=usr/share/sendmail/cf/feature/bitdomain.m4
3817OLD_FILES+=usr/share/sendmail/cf/feature/blacklist_recipients.m4
3818OLD_FILES+=usr/share/sendmail/cf/feature/block_bad_helo.m4
3819OLD_FILES+=usr/share/sendmail/cf/feature/compat_check.m4
3820OLD_FILES+=usr/share/sendmail/cf/feature/conncontrol.m4
3821OLD_FILES+=usr/share/sendmail/cf/feature/delay_checks.m4
3822OLD_FILES+=usr/share/sendmail/cf/feature/dnsbl.m4
3823OLD_FILES+=usr/share/sendmail/cf/feature/domaintable.m4
3824OLD_FILES+=usr/share/sendmail/cf/feature/enhdnsbl.m4
3825OLD_FILES+=usr/share/sendmail/cf/feature/generics_entire_domain.m4
3826OLD_FILES+=usr/share/sendmail/cf/feature/genericstable.m4
3827OLD_FILES+=usr/share/sendmail/cf/feature/greet_pause.m4
3828OLD_FILES+=usr/share/sendmail/cf/feature/ldap_routing.m4
3829OLD_FILES+=usr/share/sendmail/cf/feature/limited_masquerade.m4
3830OLD_FILES+=usr/share/sendmail/cf/feature/local_lmtp.m4
3831OLD_FILES+=usr/share/sendmail/cf/feature/local_no_masquerade.m4
3832OLD_FILES+=usr/share/sendmail/cf/feature/local_procmail.m4
3833OLD_FILES+=usr/share/sendmail/cf/feature/lookupdotdomain.m4
3834OLD_FILES+=usr/share/sendmail/cf/feature/loose_relay_check.m4
3835OLD_FILES+=usr/share/sendmail/cf/feature/mailertable.m4
3836OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_entire_domain.m4
3837OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_envelope.m4
3838OLD_FILES+=usr/share/sendmail/cf/feature/msp.m4
3839OLD_FILES+=usr/share/sendmail/cf/feature/mtamark.m4
3840OLD_FILES+=usr/share/sendmail/cf/feature/no_default_msa.m4
3841OLD_FILES+=usr/share/sendmail/cf/feature/nocanonify.m4
3842OLD_FILES+=usr/share/sendmail/cf/feature/notsticky.m4
3843OLD_FILES+=usr/share/sendmail/cf/feature/nouucp.m4
3844OLD_FILES+=usr/share/sendmail/cf/feature/nullclient.m4
3845OLD_FILES+=usr/share/sendmail/cf/feature/preserve_local_plus_detail.m4
3846OLD_FILES+=usr/share/sendmail/cf/feature/preserve_luser_host.m4
3847OLD_FILES+=usr/share/sendmail/cf/feature/promiscuous_relay.m4
3848OLD_FILES+=usr/share/sendmail/cf/feature/queuegroup.m4
3849OLD_FILES+=usr/share/sendmail/cf/feature/ratecontrol.m4
3850OLD_FILES+=usr/share/sendmail/cf/feature/redirect.m4
3851OLD_FILES+=usr/share/sendmail/cf/feature/relay_based_on_MX.m4
3852OLD_FILES+=usr/share/sendmail/cf/feature/relay_entire_domain.m4
3853OLD_FILES+=usr/share/sendmail/cf/feature/relay_hosts_only.m4
3854OLD_FILES+=usr/share/sendmail/cf/feature/relay_local_from.m4
3855OLD_FILES+=usr/share/sendmail/cf/feature/relay_mail_from.m4
3856OLD_FILES+=usr/share/sendmail/cf/feature/require_rdns.m4
3857OLD_FILES+=usr/share/sendmail/cf/feature/smrsh.m4
3858OLD_FILES+=usr/share/sendmail/cf/feature/stickyhost.m4
3859OLD_FILES+=usr/share/sendmail/cf/feature/use_client_ptr.m4
3860OLD_FILES+=usr/share/sendmail/cf/feature/use_ct_file.m4
3861OLD_FILES+=usr/share/sendmail/cf/feature/use_cw_file.m4
3862OLD_FILES+=usr/share/sendmail/cf/feature/uucpdomain.m4
3863OLD_FILES+=usr/share/sendmail/cf/feature/virtuser_entire_domain.m4
3864OLD_FILES+=usr/share/sendmail/cf/feature/virtusertable.m4
3865OLD_FILES+=usr/share/sendmail/cf/hack/cssubdomain.m4
3866OLD_FILES+=usr/share/sendmail/cf/m4/cf.m4
3867OLD_FILES+=usr/share/sendmail/cf/m4/cfhead.m4
3868OLD_FILES+=usr/share/sendmail/cf/m4/proto.m4
3869OLD_FILES+=usr/share/sendmail/cf/m4/version.m4
3870OLD_FILES+=usr/share/sendmail/cf/mailer/cyrus.m4
3871OLD_FILES+=usr/share/sendmail/cf/mailer/cyrusv2.m4
3872OLD_FILES+=usr/share/sendmail/cf/mailer/fax.m4
3873OLD_FILES+=usr/share/sendmail/cf/mailer/local.m4
3874OLD_FILES+=usr/share/sendmail/cf/mailer/mail11.m4
3875OLD_FILES+=usr/share/sendmail/cf/mailer/phquery.m4
3876OLD_FILES+=usr/share/sendmail/cf/mailer/pop.m4
3877OLD_FILES+=usr/share/sendmail/cf/mailer/procmail.m4
3878OLD_FILES+=usr/share/sendmail/cf/mailer/qpage.m4
3879OLD_FILES+=usr/share/sendmail/cf/mailer/smtp.m4
3880OLD_FILES+=usr/share/sendmail/cf/mailer/usenet.m4
3881OLD_FILES+=usr/share/sendmail/cf/mailer/uucp.m4
3882OLD_FILES+=usr/share/sendmail/cf/ostype/a-ux.m4
3883OLD_FILES+=usr/share/sendmail/cf/ostype/aix3.m4
3884OLD_FILES+=usr/share/sendmail/cf/ostype/aix4.m4
3885OLD_FILES+=usr/share/sendmail/cf/ostype/aix5.m4
3886OLD_FILES+=usr/share/sendmail/cf/ostype/altos.m4
3887OLD_FILES+=usr/share/sendmail/cf/ostype/amdahl-uts.m4
3888OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.3.m4
3889OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.4.m4
3890OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi.m4
3891OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi1.0.m4
3892OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi2.0.m4
3893OLD_FILES+=usr/share/sendmail/cf/ostype/darwin.m4
3894OLD_FILES+=usr/share/sendmail/cf/ostype/dgux.m4
3895OLD_FILES+=usr/share/sendmail/cf/ostype/domainos.m4
3896OLD_FILES+=usr/share/sendmail/cf/ostype/dragonfly.m4
3897OLD_FILES+=usr/share/sendmail/cf/ostype/dynix3.2.m4
3898OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd4.m4
3899OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd5.m4
3900OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd6.m4
3901OLD_FILES+=usr/share/sendmail/cf/ostype/gnu.m4
3902OLD_FILES+=usr/share/sendmail/cf/ostype/hpux10.m4
3903OLD_FILES+=usr/share/sendmail/cf/ostype/hpux11.m4
3904OLD_FILES+=usr/share/sendmail/cf/ostype/hpux9.m4
3905OLD_FILES+=usr/share/sendmail/cf/ostype/irix4.m4
3906OLD_FILES+=usr/share/sendmail/cf/ostype/irix5.m4
3907OLD_FILES+=usr/share/sendmail/cf/ostype/irix6.m4
3908OLD_FILES+=usr/share/sendmail/cf/ostype/isc4.1.m4
3909OLD_FILES+=usr/share/sendmail/cf/ostype/linux.m4
3910OLD_FILES+=usr/share/sendmail/cf/ostype/maxion.m4
3911OLD_FILES+=usr/share/sendmail/cf/ostype/mklinux.m4
3912OLD_FILES+=usr/share/sendmail/cf/ostype/mpeix.m4
3913OLD_FILES+=usr/share/sendmail/cf/ostype/nextstep.m4
3914OLD_FILES+=usr/share/sendmail/cf/ostype/openbsd.m4
3915OLD_FILES+=usr/share/sendmail/cf/ostype/osf1.m4
3916OLD_FILES+=usr/share/sendmail/cf/ostype/powerux.m4
3917OLD_FILES+=usr/share/sendmail/cf/ostype/ptx2.m4
3918OLD_FILES+=usr/share/sendmail/cf/ostype/qnx.m4
3919OLD_FILES+=usr/share/sendmail/cf/ostype/riscos4.5.m4
3920OLD_FILES+=usr/share/sendmail/cf/ostype/sco-uw-2.1.m4
3921OLD_FILES+=usr/share/sendmail/cf/ostype/sco3.2.m4
3922OLD_FILES+=usr/share/sendmail/cf/ostype/sinix.m4
3923OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.m4
3924OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.ml.m4
3925OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.pre5.m4
3926OLD_FILES+=usr/share/sendmail/cf/ostype/solaris8.m4
3927OLD_FILES+=usr/share/sendmail/cf/ostype/sunos3.5.m4
3928OLD_FILES+=usr/share/sendmail/cf/ostype/sunos4.1.m4
3929OLD_FILES+=usr/share/sendmail/cf/ostype/svr4.m4
3930OLD_FILES+=usr/share/sendmail/cf/ostype/ultrix4.m4
3931OLD_FILES+=usr/share/sendmail/cf/ostype/unicos.m4
3932OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmk.m4
3933OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmp.m4
3934OLD_FILES+=usr/share/sendmail/cf/ostype/unixware7.m4
3935OLD_FILES+=usr/share/sendmail/cf/ostype/unknown.m4
3936OLD_FILES+=usr/share/sendmail/cf/ostype/uxpds.m4
3937OLD_FILES+=usr/share/sendmail/cf/sendmail.schema
3938OLD_FILES+=usr/share/sendmail/cf/sh/makeinfo.sh
3939OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.cogsci.m4
3940OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.old.arpa.m4
3941OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbarpa.m4
3942OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbvax.m4
3943.endif
3944
3945#.if ${MK_SHAREDOCS} == no
3946# to be filled in
3947#.endif
3948
3949#.if ${MK_SYSCONS} == no
3950# to be filled in
3951#.endif
3952
3953.if ${MK_TCSH} == no
3954OLD_FILES+=bin/csh
3955OLD_FILES+=bin/tcsh
3956OLD_FILES+=rescue/csh
3957OLD_FILES+=rescue/tcsh
3958OLD_FILES+=usr/share/examples/tcsh/complete.tcsh
3959OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
3960OLD_FILES+=usr/share/man/man1/csh.1.gz
3961OLD_FILES+=usr/share/man/man1/tcsh.1.gz
3962OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
3963OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
3964OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
3965OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
3966OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
3967OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
3968OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
3969OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
3970OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
3971OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
3972OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
3973OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
3974OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
3975OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
3976OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
3977OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
3978OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
3979OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
3980OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
3981OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
3982OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
3983OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
3984OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
3985OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
3986OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
3987OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
3988OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
3989.endif
3990
3991.if ${MK_TELNET} == no
3992OLD_FILES+=usr/bin/telnet
3993OLD_FILES+=usr/libexec/telnetd
3994OLD_FILES+=usr/share/man/man1/telnet.1.gz
3995OLD_FILES+=usr/share/man/man8/telnetd.8.gz
3996.endif
3997
3998#.if ${MK_TOOLCHAIN} == no
3999# to be filled in
4000#.endif
4001
4002#.if ${MK_USB} == no
4003# to be filled in
4004#.endif
4005
4006.if ${MK_UTMPX} == no
4007OLD_FILES+=etc/periodic/monthly/200.accounting
4008OLD_FILES+=usr/bin/last
4009OLD_FILES+=usr/bin/users
4010OLD_FILES+=usr/bin/who
4011OLD_FILES+=usr/bin/wtmpcvt
4012OLD_FILES+=usr/sbin/ac
4013OLD_FILES+=usr/sbin/lastlogin
4014OLD_FILES+=usr/sbin/utx
4015OLD_FILES+=usr/sbin/utxrm
4016OLD_FILES+=usr/share/man/man1/last.1.gz
4017OLD_FILES+=usr/share/man/man1/users.1.gz
4018OLD_FILES+=usr/share/man/man1/who.1.gz
4019OLD_FILES+=usr/share/man/man1/wtmpcvt.1.gz
4020OLD_FILES+=usr/share/man/man8/ac.8.gz
4021OLD_FILES+=usr/share/man/man8/lastlogin.8.gz
4022OLD_FILES+=usr/share/man/man8/utx.8.gz
4023OLD_FILES+=usr/share/man/man8/utxrm.8.gz
4024.endif
4025
4026.if ${MK_WIRELESS} == no
4027OLD_FILES+=etc/regdomain.xml
4028OLD_FILES+=usr/sbin/ancontrol
4029OLD_FILES+=usr/sbin/hostapd
4030OLD_FILES+=usr/sbin/hostapd_cli
4031OLD_FILES+=usr/sbin/ndis_events
4032OLD_FILES+=usr/sbin/wlandebug
4033OLD_FILES+=usr/sbin/wlconfig
4034OLD_FILES+=usr/sbin/wpa_cli
4035OLD_FILES+=usr/sbin/wpa_passphrase
4036OLD_FILES+=usr/sbin/wpa_supplicant
4037OLD_FILES+=usr/share/examples/etc/regdomain.xml
4038OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf
4039OLD_FILES+=usr/share/examples/hostapd/hostapd.conf
4040OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user
4041OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk
4042OLD_FILES+=usr/share/man/man5/hostapd.conf.5.gz
4043OLD_FILES+=usr/share/man/man5/wpa_supplicant.conf.5.gz
4044OLD_FILES+=usr/share/man/man8/ancontrol.8.gz
4045OLD_FILES+=usr/share/man/man8/hostapd.8.gz
4046OLD_FILES+=usr/share/man/man8/hostapd_cli.8.gz
4047OLD_FILES+=usr/share/man/man8/i386/wlconfig.8.gz
4048OLD_FILES+=usr/share/man/man8/ndis_events.8.gz
4049OLD_FILES+=usr/share/man/man8/wlandebug.8.gz
4050OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz
4051OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz
4052OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz
4053.endif