]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/build/mk/OptionalObsoleteFiles.inc
MFC r231057:
[FreeBSD/stable/9.git] / tools / build / mk / OptionalObsoleteFiles.inc
1 #
2 # $FreeBSD$
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
9 OLD_FILES+=etc/periodic/daily/310.accounting
10 OLD_FILES+=usr/sbin/accton
11 OLD_FILES+=usr/sbin/sa
12 OLD_FILES+=usr/share/man/man8/accton.8.gz
13 OLD_FILES+=usr/share/man/man8/sa.8.gz
14 .endif
15
16 .if ${MK_ACPI} == no
17 OLD_FILES+=usr/sbin/acpiconf
18 OLD_FILES+=usr/sbin/acpidb
19 OLD_FILES+=usr/sbin/acpidump
20 OLD_FILES+=usr/sbin/iasl
21 OLD_FILES+=usr/share/man/man8/acpiconf.8.gz
22 OLD_FILES+=usr/share/man/man8/acpidb.8.gz
23 OLD_FILES+=usr/share/man/man8/acpidump.8.gz
24 OLD_FILES+=usr/share/man/man8/iasl.8.gz
25 .endif
26
27 .if ${MK_AMD} == no
28 OLD_FILES+=etc/amd.map
29 OLD_FILES+=usr/bin/pawd
30 OLD_FILES+=usr/sbin/amd
31 OLD_FILES+=usr/sbin/amq
32 OLD_FILES+=usr/sbin/fixmount
33 OLD_FILES+=usr/sbin/fsinfo
34 OLD_FILES+=usr/sbin/hlfsd
35 OLD_FILES+=usr/sbin/mk-amd-map
36 OLD_FILES+=usr/sbin/wire-test
37 OLD_FILES+=usr/share/examples/etc/amd.map
38 OLD_FILES+=usr/share/info/am-utils.info.gz
39 OLD_FILES+=usr/share/man/man1/pawd.1.gz
40 OLD_FILES+=usr/share/man/man5/amd.conf.5.gz
41 OLD_FILES+=usr/share/man/man8/amd.8.gz
42 OLD_FILES+=usr/share/man/man8/amq.8.gz
43 OLD_FILES+=usr/share/man/man8/fixmount.8.gz
44 OLD_FILES+=usr/share/man/man8/fsinfo.8.gz
45 OLD_FILES+=usr/share/man/man8/hlfsd.8.gz
46 OLD_FILES+=usr/share/man/man8/mk-amd-map.8.gz
47 OLD_FILES+=usr/share/man/man8/wire-test.8.gz
48 .endif
49
50 .if ${MK_APM} == no
51 OLD_FILES+=etc/apmd.conf
52 OLD_FILES+=usr/sbin/apm
53 OLD_FILES+=usr/share/examples/etc/apmd.conf
54 OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz
55 OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz
56 .endif
57
58 .if ${MK_AT} == no
59 OLD_FILES+=usr/bin/at
60 OLD_FILES+=usr/bin/atq
61 OLD_FILES+=usr/bin/atrm
62 OLD_FILES+=usr/bin/batch
63 OLD_FILES+=usr/libexec/atrun
64 OLD_FILES+=usr/share/man/man1/at.1.gz
65 OLD_FILES+=usr/share/man/man1/atq.1.gz
66 OLD_FILES+=usr/share/man/man1/atrm.1.gz
67 OLD_FILES+=usr/share/man/man1/batch.1.gz
68 OLD_FILES+=usr/share/man/man8/atrun.8.gz
69 .endif
70
71 .if ${MK_ATM} == no
72 OLD_FILES+=rescue/atmconfig
73 OLD_FILES+=sbin/atmconfig
74 OLD_FILES+=usr/bin/sscop
75 OLD_FILES+=usr/include/bsnmp/snmp_atm.h
76 OLD_FILES+=usr/include/netnatm/addr.h
77 OLD_FILES+=usr/include/netnatm/api/atmapi.h
78 OLD_FILES+=usr/include/netnatm/api/ccatm.h
79 OLD_FILES+=usr/include/netnatm/api/unisap.h
80 OLD_FILES+=usr/include/netnatm/msg/uni_config.h
81 OLD_FILES+=usr/include/netnatm/msg/uni_hdr.h
82 OLD_FILES+=usr/include/netnatm/msg/uni_ie.h
83 OLD_FILES+=usr/include/netnatm/msg/uni_msg.h
84 OLD_FILES+=usr/include/netnatm/msg/unimsglib.h
85 OLD_FILES+=usr/include/netnatm/msg/uniprint.h
86 OLD_FILES+=usr/include/netnatm/msg/unistruct.h
87 OLD_FILES+=usr/include/netnatm/saal/sscfu.h
88 OLD_FILES+=usr/include/netnatm/saal/sscfudef.h
89 OLD_FILES+=usr/include/netnatm/saal/sscop.h
90 OLD_FILES+=usr/include/netnatm/saal/sscopdef.h
91 OLD_FILES+=usr/include/netnatm/sig/uni.h
92 OLD_FILES+=usr/include/netnatm/sig/unidef.h
93 OLD_FILES+=usr/include/netnatm/sig/unisig.h
94 OLD_FILES+=usr/include/netnatm/unimsg.h
95 OLD_FILES+=usr/lib/libngatm.a
96 OLD_FILES+=usr/lib/libngatm.so
97 OLD_LIBS+=usr/lib/libngatm.so.4
98 OLD_FILES+=usr/lib/libngatm_p.a
99 OLD_FILES+=usr/lib/snmp_atm.so
100 OLD_LIBS+=usr/lib/snmp_atm.so.6
101 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
102 OLD_FILES+=usr/lib32/libngatm.a
103 OLD_FILES+=usr/lib32/libngatm.so
104 OLD_LIBS+=usr/lib32/libngatm.so.4
105 OLD_FILES+=usr/lib32/libngatm_p.a
106 .endif
107 OLD_FILES+=usr/share/doc/atm/atmconfig.help
108 OLD_FILES+=usr/share/doc/atm/atmconfig_device.help
109 OLD_FILES+=usr/share/man/man1/sscop.1.gz
110 OLD_FILES+=usr/share/man/man3/libngatm.3.gz
111 OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz
112 OLD_FILES+=usr/share/man/man3/uniaddr.3.gz
113 OLD_FILES+=usr/share/man/man3/unifunc.3.gz
114 OLD_FILES+=usr/share/man/man3/unimsg.3.gz
115 OLD_FILES+=usr/share/man/man3/unisap.3.gz
116 OLD_FILES+=usr/share/man/man3/unistruct.3.gz
117 OLD_FILES+=usr/share/man/man8/atmconfig.8.gz
118 OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
119 OLD_FILES+=usr/share/snmp/defs/atm_tree.def
120 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
121 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
122 .endif
123
124 .if ${MK_AUDIT} == no
125 OLD_FILES+=usr/sbin/audit
126 OLD_FILES+=usr/sbin/auditd
127 OLD_FILES+=usr/sbin/auditreduce
128 OLD_FILES+=usr/sbin/praudit
129 OLD_FILES+=usr/share/man/man1/auditreduce.1.gz
130 OLD_FILES+=usr/share/man/man1/praudit.1.gz
131 OLD_FILES+=usr/share/man/man8/audit.8.gz
132 OLD_FILES+=usr/share/man/man8/auditd.8.gz
133 .endif
134
135 .if ${MK_AUTHPF} == no
136 OLD_FILES+=usr/sbin/authpf
137 OLD_FILES+=usr/share/man/man8/authpf.8.gz
138 .endif
139
140 .if ${MK_BIND} == no
141 OLD_FILES+=etc/periodic/daily/470.status-named
142 OLD_FILES+=usr/bin/dig
143 OLD_FILES+=usr/bin/host
144 OLD_FILES+=usr/bin/nslookup
145 OLD_FILES+=usr/bin/nsupdate
146 OLD_FILES+=usr/include/lwres/context.h
147 OLD_FILES+=usr/include/lwres/int.h
148 OLD_FILES+=usr/include/lwres/ipv6.h
149 OLD_FILES+=usr/include/lwres/lang.h
150 OLD_FILES+=usr/include/lwres/list.h
151 OLD_FILES+=usr/include/lwres/lwbuffer.h
152 OLD_FILES+=usr/include/lwres/lwpacket.h
153 OLD_FILES+=usr/include/lwres/lwres.h
154 OLD_FILES+=usr/include/lwres/result.h
155 OLD_FILES+=usr/include/lwres/version.h
156 OLD_FILES+=usr/include/lwres/net.h
157 OLD_FILES+=usr/include/lwres/netdb.h
158 OLD_FILES+=usr/include/lwres/platform.h
159 OLD_DIRS+=usr/include/lwres
160 OLD_FILES+=usr/lib/liblwres.a
161 OLD_FILES+=usr/lib/liblwres_p.a
162 OLD_LIBS+=usr/lib/liblwres.so.50
163 OLD_FILES+=usr/lib/liblwres.so
164 OLD_FILES+=usr/sbin/named
165 OLD_FILES+=usr/sbin/lwresd
166 OLD_FILES+=usr/sbin/named-checkconf
167 OLD_FILES+=usr/sbin/named-checkzone
168 OLD_FILES+=usr/sbin/named.reload
169 OLD_FILES+=usr/sbin/named.reconfig
170 OLD_FILES+=usr/sbin/rndc
171 OLD_FILES+=usr/sbin/rndc-confgen
172 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch01.html
173 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch02.html
174 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch03.html
175 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch04.html
176 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch05.html
177 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch06.html
178 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch07.html
179 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch08.html
180 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch09.html
181 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.html
182 OLD_DIRS+=usr/share/doc/bind9/arm
183 OLD_FILES+=usr/share/doc/bind9/misc/dnssec
184 OLD_FILES+=usr/share/doc/bind9/misc/format-options.pl
185 OLD_FILES+=usr/share/doc/bind9/misc/ipv6
186 OLD_FILES+=usr/share/doc/bind9/misc/migration
187 OLD_FILES+=usr/share/doc/bind9/misc/migration-4to9
188 OLD_FILES+=usr/share/doc/bind9/misc/options
189 OLD_FILES+=usr/share/doc/bind9/misc/rfc-compliance
190 OLD_FILES+=usr/share/doc/bind9/misc/roadmap
191 OLD_FILES+=usr/share/doc/bind9/misc/sdb
192 OLD_DIRS+=usr/share/doc/bind9/misc
193 OLD_DIRS+=usr/share/doc/bind9
194 OLD_FILES+=usr/share/doc/bind9/CHANGES
195 OLD_FILES+=usr/share/doc/bind9/COPYRIGHT
196 OLD_FILES+=usr/share/doc/bind9/FAQ
197 OLD_FILES+=usr/share/doc/bind9/README
198 OLD_FILES+=usr/share/man/man1/dig.1.gz
199 OLD_FILES+=usr/share/man/man1/host.1.gz
200 OLD_FILES+=usr/share/man/man1/nslookup.1.gz
201 OLD_FILES+=usr/share/man/man3/lwres.3.gz
202 OLD_FILES+=usr/share/man/man3/lwres_buffer.3.gz
203 OLD_FILES+=usr/share/man/man3/lwres_config.3.gz
204 OLD_FILES+=usr/share/man/man3/lwres_context.3.gz
205 OLD_FILES+=usr/share/man/man3/lwres_gabn.3.gz
206 OLD_FILES+=usr/share/man/man3/lwres_gai_strerror.3.gz
207 OLD_FILES+=usr/share/man/man3/lwres_getaddrinfo.3.gz
208 OLD_FILES+=usr/share/man/man3/lwres_gethostent.3.gz
209 OLD_FILES+=usr/share/man/man3/lwres_getipnode.3.gz
210 OLD_FILES+=usr/share/man/man3/lwres_getnameinfo.3.gz
211 OLD_FILES+=usr/share/man/man3/lwres_getrrsetbyname.3.gz
212 OLD_FILES+=usr/share/man/man3/lwres_gnba.3.gz
213 OLD_FILES+=usr/share/man/man3/lwres_inetntop.3.gz
214 OLD_FILES+=usr/share/man/man3/lwres_hstrerror.3.gz
215 OLD_FILES+=usr/share/man/man3/lwres_noop.3.gz
216 OLD_FILES+=usr/share/man/man3/lwres_packet.3.gz
217 OLD_FILES+=usr/share/man/man3/lwres_resutil.3.gz
218 OLD_FILES+=usr/share/man/man3/lwres_buffer_add.3.gz
219 OLD_FILES+=usr/share/man/man3/lwres_buffer_back.3.gz
220 OLD_FILES+=usr/share/man/man3/lwres_buffer_clear.3.gz
221 OLD_FILES+=usr/share/man/man3/lwres_buffer_first.3.gz
222 OLD_FILES+=usr/share/man/man3/lwres_buffer_forward.3.gz
223 OLD_FILES+=usr/share/man/man3/lwres_buffer_getmem.3.gz
224 OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint16.3.gz
225 OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint32.3.gz
226 OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint8.3.gz
227 OLD_FILES+=usr/share/man/man3/lwres_buffer_init.3.gz
228 OLD_FILES+=usr/share/man/man3/lwres_buffer_invalidate.3.gz
229 OLD_FILES+=usr/share/man/man3/lwres_buffer_putmem.3.gz
230 OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint16.3.gz
231 OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint32.3.gz
232 OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint8.3.gz
233 OLD_FILES+=usr/share/man/man3/lwres_buffer_subtract.3.gz
234 OLD_FILES+=usr/share/man/man3/lwres_conf_clear.3.gz
235 OLD_FILES+=usr/share/man/man3/lwres_conf_get.3.gz
236 OLD_FILES+=usr/share/man/man3/lwres_conf_init.3.gz
237 OLD_FILES+=usr/share/man/man3/lwres_conf_parse.3.gz
238 OLD_FILES+=usr/share/man/man3/lwres_conf_print.3.gz
239 OLD_FILES+=usr/share/man/man3/lwres_context_allocmem.3.gz
240 OLD_FILES+=usr/share/man/man3/lwres_context_create.3.gz
241 OLD_FILES+=usr/share/man/man3/lwres_context_destroy.3.gz
242 OLD_FILES+=usr/share/man/man3/lwres_context_freemem.3.gz
243 OLD_FILES+=usr/share/man/man3/lwres_freeaddrinfo.3.gz
244 OLD_FILES+=usr/share/man/man3/lwres_context_initserial.3.gz
245 OLD_FILES+=usr/share/man/man3/lwres_context_nextserial.3.gz
246 OLD_FILES+=usr/share/man/man3/lwres_context_sendrecv.3.gz
247 OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_free.3.gz
248 OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_parse.3.gz
249 OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_render.3.gz
250 OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_free.3.gz
251 OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_parse.3.gz
252 OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_render.3.gz
253 OLD_FILES+=usr/share/man/man3/lwres_endhostent.3.gz
254 OLD_FILES+=usr/share/man/man3/lwres_endhostent_r.3.gz
255 OLD_FILES+=usr/share/man/man3/lwres_gethostbyaddr.3.gz
256 OLD_FILES+=usr/share/man/man3/lwres_gethostbyaddr_r.3.gz
257 OLD_FILES+=usr/share/man/man3/lwres_gethostbyname.3.gz
258 OLD_FILES+=usr/share/man/man3/lwres_gethostbyname2.3.gz
259 OLD_FILES+=usr/share/man/man3/lwres_gethostbyname_r.3.gz
260 OLD_FILES+=usr/share/man/man3/lwres_gethostent_r.3.gz
261 OLD_FILES+=usr/share/man/man3/lwres_sethostent.3.gz
262 OLD_FILES+=usr/share/man/man3/lwres_sethostent_r.3.gz
263 OLD_FILES+=usr/share/man/man3/lwres_freehostent.3.gz
264 OLD_FILES+=usr/share/man/man3/lwres_getipnodebyaddr.3.gz
265 OLD_FILES+=usr/share/man/man3/lwres_getipnodebyname.3.gz
266 OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_free.3.gz
267 OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_parse.3.gz
268 OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_render.3.gz
269 OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_free.3.gz
270 OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_parse.3.gz
271 OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_render.3.gz
272 OLD_FILES+=usr/share/man/man3/lwres_herror.3.gz
273 OLD_FILES+=usr/share/man/man3/lwres_net_ntop.3.gz
274 OLD_FILES+=usr/share/man/man3/lwres_nooprequest_free.3.gz
275 OLD_FILES+=usr/share/man/man3/lwres_nooprequest_parse.3.gz
276 OLD_FILES+=usr/share/man/man3/lwres_nooprequest_render.3.gz
277 OLD_FILES+=usr/share/man/man3/lwres_noopresponse_free.3.gz
278 OLD_FILES+=usr/share/man/man3/lwres_noopresponse_parse.3.gz
279 OLD_FILES+=usr/share/man/man3/lwres_noopresponse_render.3.gz
280 OLD_FILES+=usr/share/man/man3/lwres_lwpacket_parseheader.3.gz
281 OLD_FILES+=usr/share/man/man3/lwres_lwpacket_renderheader.3.gz
282 OLD_FILES+=usr/share/man/man3/lwres_addr_parse.3.gz
283 OLD_FILES+=usr/share/man/man3/lwres_getaddrsbyname.3.gz
284 OLD_FILES+=usr/share/man/man3/lwres_getnamebyaddr.3.gz
285 OLD_FILES+=usr/share/man/man3/lwres_string_parse.3.gz
286 OLD_FILES+=usr/share/man/man5/named.conf.5.gz
287 OLD_FILES+=usr/share/man/man5/rndc.conf.5.gz
288 OLD_FILES+=usr/share/man/man1/nsupdate.1.gz
289 OLD_FILES+=usr/share/man/man8/dnssec-keygen.8.gz
290 OLD_FILES+=usr/share/man/man8/dnssec-signzone.8.gz
291 OLD_FILES+=usr/share/man/man8/named.8.gz
292 OLD_FILES+=usr/share/man/man8/lwresd.8.gz
293 OLD_FILES+=usr/share/man/man8/named-checkconf.8.gz
294 OLD_FILES+=usr/share/man/man8/named-checkzone.8.gz
295 OLD_FILES+=usr/share/man/man8/named.reload.8.gz
296 OLD_FILES+=usr/share/man/man8/named.reconfig.8.gz
297 OLD_FILES+=usr/share/man/man8/rndc.8.gz
298 OLD_FILES+=usr/share/man/man8/rndc-confgen.8.gz
299 OLD_DIRS+=var/named/dev
300 OLD_DIRS+=var/named/var/stats
301 OLD_DIRS+=var/named/var/run/named
302 OLD_DIRS+=var/named/var/run
303 OLD_DIRS+=var/named/var/log
304 OLD_DIRS+=var/named/var/dump
305 OLD_DIRS+=var/named/var
306 .endif
307
308 .if ${MK_BIND_DNSSEC} == no || ${MK_BIND} == no
309 OLD_FILES+=usr/sbin/dnssec-keygen
310 OLD_FILES+=usr/sbin/dnssec-signzone
311 .endif
312
313 .if ${MK_BIND_ETC} == no || ${MK_BIND} == no
314 OLD_FILES+=var/named/etc/namedb/PROTO.localhost-v6.rev
315 OLD_FILES+=var/named/etc/namedb/PROTO.localhost.rev
316 OLD_FILES+=var/named/etc/namedb/make-localhost
317 #OLD_FILES+=var/named/etc/namedb/named.conf     # intentionally left out
318 OLD_FILES+=var/named/etc/namedb/named.root
319 OLD_DIRS+=var/named/etc/namedb/slave
320 OLD_DIRS+=var/named/etc/namedb/master
321 OLD_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
339 OLD_FILES+=etc/bluetooth/hcsecd.conf
340 OLD_FILES+=etc/bluetooth/hosts
341 OLD_FILES+=etc/bluetooth/protocols
342 OLD_FILES+=usr/bin/bthost
343 OLD_FILES+=usr/bin/btsockstat
344 OLD_FILES+=usr/bin/rfcomm_sppd
345 OLD_FILES+=usr/include/bluetooth.h
346 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bluetooth.h
347 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bt3c.h
348 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket.h
349 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
350 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h
351 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
352 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h
353 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_h4.h
354 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_hci.h
355 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_l2cap.h
356 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_ubt.h
357 OLD_DIRS+=usr/include/netgraph/bluetooth/include
358 OLD_DIRS+=usr/include/netgraph/bluetooth
359 OLD_FILES+=usr/include/sdp.h
360 OLD_FILES+=usr/lib/libbluetooth.a
361 OLD_FILES+=usr/lib/libbluetooth.so
362 OLD_LIBS+=usr/lib/libbluetooth.so.4
363 OLD_FILES+=usr/lib/libbluetooth_p.a
364 OLD_FILES+=usr/lib/libsdp.a
365 OLD_FILES+=usr/lib/libsdp.so
366 OLD_LIBS+=usr/lib/libsdp.so.4
367 OLD_FILES+=usr/lib/libsdp_p.a
368 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
369 OLD_FILES+=usr/lib32/libbluetooth.a
370 OLD_FILES+=usr/lib32/libbluetooth.so
371 OLD_LIBS+=usr/lib32/libbluetooth.so.4
372 OLD_FILES+=usr/lib32/libbluetooth_p.a
373 OLD_FILES+=usr/lib32/libsdp.a
374 OLD_FILES+=usr/lib32/libsdp.so
375 OLD_LIBS+=usr/lib32/libsdp.so.4
376 OLD_FILES+=usr/lib32/libsdp_p.a
377 .endif
378 OLD_FILES+=usr/sbin/bcmfw
379 OLD_FILES+=usr/sbin/bt3cfw
380 OLD_FILES+=usr/sbin/bthidcontrol
381 OLD_FILES+=usr/sbin/bthidd
382 OLD_FILES+=usr/sbin/btpand
383 OLD_FILES+=usr/sbin/hccontrol
384 OLD_FILES+=usr/sbin/hcsecd
385 OLD_FILES+=usr/sbin/hcseriald
386 OLD_FILES+=usr/sbin/l2control
387 OLD_FILES+=usr/sbin/l2ping
388 OLD_FILES+=usr/sbin/rfcomm_pppd
389 OLD_FILES+=usr/sbin/sdpcontrol
390 OLD_FILES+=usr/sbin/sdpd
391 OLD_FILES+=usr/share/man/man1/bthost.1.gz
392 OLD_FILES+=usr/share/man/man1/btsockstat.1.gz
393 OLD_FILES+=usr/share/man/man1/rfcomm_sppd.1.gz
394 OLD_FILES+=usr/share/man/man3/SDP_GET128.3.gz
395 OLD_FILES+=usr/share/man/man3/SDP_GET16.3.gz
396 OLD_FILES+=usr/share/man/man3/SDP_GET32.3.gz
397 OLD_FILES+=usr/share/man/man3/SDP_GET64.3.gz
398 OLD_FILES+=usr/share/man/man3/SDP_GET8.3.gz
399 OLD_FILES+=usr/share/man/man3/SDP_PUT128.3.gz
400 OLD_FILES+=usr/share/man/man3/SDP_PUT16.3.gz
401 OLD_FILES+=usr/share/man/man3/SDP_PUT32.3.gz
402 OLD_FILES+=usr/share/man/man3/SDP_PUT64.3.gz
403 OLD_FILES+=usr/share/man/man3/SDP_PUT8.3.gz
404 OLD_FILES+=usr/share/man/man3/bdaddr_any.3.gz
405 OLD_FILES+=usr/share/man/man3/bdaddr_copy.3.gz
406 OLD_FILES+=usr/share/man/man3/bdaddr_same.3.gz
407 OLD_FILES+=usr/share/man/man3/bluetooth.3.gz
408 OLD_FILES+=usr/share/man/man3/bt_aton.3.gz
409 OLD_FILES+=usr/share/man/man3/bt_devaddr.3.gz
410 OLD_FILES+=usr/share/man/man3/bt_devclose.3.gz
411 OLD_FILES+=usr/share/man/man3/bt_devenum.3.gz
412 OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz
413 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_clr.3.gz
414 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_set.3.gz
415 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_tst.3.gz
416 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_clr.3.gz
417 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_set.3.gz
418 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_tst.3.gz
419 OLD_FILES+=usr/share/man/man3/bt_devinfo.3.gz
420 OLD_FILES+=usr/share/man/man3/bt_devinquiry.3.gz
421 OLD_FILES+=usr/share/man/man3/bt_devname.3.gz
422 OLD_FILES+=usr/share/man/man3/bt_devopen.3.gz
423 OLD_FILES+=usr/share/man/man3/bt_devreq.3.gz
424 OLD_FILES+=usr/share/man/man3/bt_devsend.3.gz
425 OLD_FILES+=usr/share/man/man3/bt_endhostent.3.gz
426 OLD_FILES+=usr/share/man/man3/bt_endprotoent.3.gz
427 OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz
428 OLD_FILES+=usr/share/man/man3/bt_gethostbyname.3.gz
429 OLD_FILES+=usr/share/man/man3/bt_gethostent.3.gz
430 OLD_FILES+=usr/share/man/man3/bt_getprotobyname.3.gz
431 OLD_FILES+=usr/share/man/man3/bt_getprotobynumber.3.gz
432 OLD_FILES+=usr/share/man/man3/bt_getprotoent.3.gz
433 OLD_FILES+=usr/share/man/man3/bt_ntoa.3.gz
434 OLD_FILES+=usr/share/man/man3/bt_sethostent.3.gz
435 OLD_FILES+=usr/share/man/man3/bt_setprotoent.3.gz
436 OLD_FILES+=usr/share/man/man3/sdp.3.gz
437 OLD_FILES+=usr/share/man/man3/sdp_attr2desc.3.gz
438 OLD_FILES+=usr/share/man/man3/sdp_change_service.3.gz
439 OLD_FILES+=usr/share/man/man3/sdp_close.3.gz
440 OLD_FILES+=usr/share/man/man3/sdp_error.3.gz
441 OLD_FILES+=usr/share/man/man3/sdp_open.3.gz
442 OLD_FILES+=usr/share/man/man3/sdp_open_local.3.gz
443 OLD_FILES+=usr/share/man/man3/sdp_register_service.3.gz
444 OLD_FILES+=usr/share/man/man3/sdp_search.3.gz
445 OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz
446 OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz
447 OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz
448 OLD_FILES+=usr/share/man/man8/bcmfw.8.gz
449 OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz
450 OLD_FILES+=usr/share/man/man8/bthidcontrol.8.gz
451 OLD_FILES+=usr/share/man/man8/bthidd.8.gz
452 OLD_FILES+=usr/share/man/man8/btpand.8.gz
453 OLD_FILES+=usr/share/man/man8/hccontrol.8.gz
454 OLD_FILES+=usr/share/man/man8/hcsecd.8.gz
455 OLD_FILES+=usr/share/man/man8/hcseriald.8.gz
456 OLD_FILES+=usr/share/man/man8/l2control.8.gz
457 OLD_FILES+=usr/share/man/man8/l2ping.8.gz
458 OLD_FILES+=usr/share/man/man8/rfcomm_pppd.8.gz
459 OLD_FILES+=usr/share/man/man8/sdpcontrol.8.gz
460 OLD_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
468 OLD_FILES+=etc/periodic/daily/300.calendar
469 OLD_FILES+=usr/bin/calendar
470 OLD_FILES+=usr/share/calendar/calendar.all
471 OLD_FILES+=usr/share/calendar/calendar.australia
472 OLD_FILES+=usr/share/calendar/calendar.birthday
473 OLD_FILES+=usr/share/calendar/calendar.christian
474 OLD_FILES+=usr/share/calendar/calendar.computer
475 OLD_FILES+=usr/share/calendar/calendar.croatian
476 OLD_FILES+=usr/share/calendar/calendar.dutch
477 OLD_FILES+=usr/share/calendar/calendar.freebsd
478 OLD_FILES+=usr/share/calendar/calendar.french
479 OLD_FILES+=usr/share/calendar/calendar.german
480 OLD_FILES+=usr/share/calendar/calendar.history
481 OLD_FILES+=usr/share/calendar/calendar.holiday
482 OLD_FILES+=usr/share/calendar/calendar.hungarian
483 OLD_FILES+=usr/share/calendar/calendar.judaic
484 OLD_FILES+=usr/share/calendar/calendar.lotr
485 OLD_FILES+=usr/share/calendar/calendar.music
486 OLD_FILES+=usr/share/calendar/calendar.newzealand
487 OLD_FILES+=usr/share/calendar/calendar.russian
488 OLD_FILES+=usr/share/calendar/calendar.southafrica
489 OLD_FILES+=usr/share/calendar/calendar.ukrainian
490 OLD_FILES+=usr/share/calendar/calendar.usholiday
491 OLD_FILES+=usr/share/calendar/calendar.world
492 OLD_DIRS+=usr/share/calendar/de_AT.ISO_8859-15
493 OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag
494 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all
495 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag
496 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte
497 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche
498 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur
499 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik
500 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft
501 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-15
502 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all
503 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes
504 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french
505 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies
506 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes
507 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-15
508 OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all
509 OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici
510 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all
511 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok
512 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek
513 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all
514 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common
515 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday
516 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military
517 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.msk
518 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox
519 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan
520 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all
521 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday
522 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc
523 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox
524 OLD_FILES+=usr/share/man/man1/calendar.1.gz
525 .endif
526
527 .if ${MK_CDDL} == no
528 OLD_LIBS+=lib/libavl.so.2
529 OLD_LIBS+=lib/libctf.so.2
530 OLD_LIBS+=lib/libdtrace.so.2
531 OLD_LIBS+=lib/libnvpair.so.2
532 OLD_LIBS+=lib/libumem.so.2
533 OLD_LIBS+=lib/libuutil.so.2
534 OLD_FILES+=usr/bin/ctfconvert
535 OLD_FILES+=usr/bin/ctfdump
536 OLD_FILES+=usr/bin/ctfmerge
537 OLD_FILES+=usr/bin/sgsmsg
538 OLD_FILES+=usr/lib/dtrace/drti.o
539 OLD_FILES+=usr/lib/dtrace/errno.d
540 OLD_FILES+=usr/lib/dtrace/psinfo.d
541 OLD_FILES+=usr/lib/dtrace/signal.d
542 OLD_FILES+=usr/lib/dtrace/unistd.d
543 OLD_FILES+=usr/lib/libavl.a
544 OLD_FILES+=usr/lib/libavl.so
545 OLD_FILES+=usr/lib/libavl_p.a
546 OLD_FILES+=usr/lib/libctf.a
547 OLD_FILES+=usr/lib/libctf.so
548 OLD_FILES+=usr/lib/libctf_p.a
549 OLD_FILES+=usr/lib/libdtrace.a
550 OLD_FILES+=usr/lib/libdtrace.so
551 OLD_FILES+=usr/lib/libdtrace_p.a
552 OLD_FILES+=usr/lib/libnvpair.a
553 OLD_FILES+=usr/lib/libnvpair.so
554 OLD_FILES+=usr/lib/libnvpair_p.a
555 OLD_FILES+=usr/lib/libumem.a
556 OLD_FILES+=usr/lib/libumem.so
557 OLD_FILES+=usr/lib/libumem_p.a
558 OLD_FILES+=usr/lib/libuutil.a
559 OLD_FILES+=usr/lib/libuutil.so
560 OLD_FILES+=usr/lib/libuutil_p.a
561 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
562 OLD_FILES+=usr/lib32/dtrace/drti.o
563 OLD_FILES+=usr/lib32/libavl.a
564 OLD_FILES+=usr/lib32/libavl.so
565 OLD_LIBS+=usr/lib32/libavl.so.2
566 OLD_FILES+=usr/lib32/libavl_p.a
567 OLD_FILES+=usr/lib32/libctf.a
568 OLD_FILES+=usr/lib32/libctf.so
569 OLD_LIBS+=usr/lib32/libctf.so.2
570 OLD_FILES+=usr/lib32/libctf_p.a
571 OLD_FILES+=usr/lib32/libdtrace.a
572 OLD_FILES+=usr/lib32/libdtrace.so
573 OLD_LIBS+=usr/lib32/libdtrace.so.2
574 OLD_FILES+=usr/lib32/libdtrace_p.a
575 OLD_FILES+=usr/lib32/libnvpair.a
576 OLD_FILES+=usr/lib32/libnvpair.so
577 OLD_LIBS+=usr/lib32/libnvpair.so.2
578 OLD_FILES+=usr/lib32/libnvpair_p.a
579 OLD_FILES+=usr/lib32/libumem.a
580 OLD_FILES+=usr/lib32/libumem.so
581 OLD_LIBS+=usr/lib32/libumem.so.2
582 OLD_FILES+=usr/lib32/libumem_p.a
583 OLD_FILES+=usr/lib32/libuutil.a
584 OLD_FILES+=usr/lib32/libuutil.so
585 OLD_LIBS+=usr/lib32/libuutil.so.2
586 OLD_FILES+=usr/lib32/libuutil_p.a
587 .endif
588 OLD_FILES+=usr/sbin/dtrace
589 OLD_FILES+=usr/sbin/lockstat
590 OLD_FILES+=usr/share/man/man1/dtrace.1.gz
591 .endif
592
593 .if ${MK_ZFS} == no
594 OLD_FILES+=boot/gptzfsboot
595 OLD_FILES+=boot/zfsboot
596 OLD_FILES+=boot/zfsloader
597 OLD_FILES+=etc/periodic/daily/404.status-zfs
598 OLD_FILES+=etc/periodic/daily/800.scrub-zfs
599 OLD_LIBS+=lib/libzfs.so.2
600 OLD_LIBS+=lib/libzpool.so.2
601 OLD_FILES+=rescue/zfs
602 OLD_FILES+=rescue/zpool
603 OLD_FILES+=sbin/zfs
604 OLD_FILES+=sbin/zpool
605 OLD_FILES+=usr/bin/zinject
606 OLD_FILES+=usr/bin/ztest
607 OLD_FILES+=usr/lib/libzfs.a
608 OLD_FILES+=usr/lib/libzfs.so
609 OLD_FILES+=usr/lib/libzfs_p.a
610 OLD_FILES+=usr/lib/libzpool.a
611 OLD_FILES+=usr/lib/libzpool.so
612 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
613 OLD_FILES+=usr/lib32/libzfs.a
614 OLD_FILES+=usr/lib32/libzfs.so
615 OLD_LIBS+=usr/lib32/libzfs.so.2
616 OLD_FILES+=usr/lib32/libzfs_p.a
617 OLD_FILES+=usr/lib32/libzpool.a
618 OLD_FILES+=usr/lib32/libzpool.so
619 OLD_LIBS+=usr/lib32/libzpool.so.2
620 .endif
621 OLD_FILES+=usr/sbin/zdb
622 OLD_FILES+=usr/share/man/man8/zdb.8.gz
623 OLD_FILES+=usr/share/man/man8/zfs.8.gz
624 OLD_FILES+=usr/share/man/man8/zpool.8.gz
625 .endif
626
627 .if ${MK_CLANG} == no
628 OLD_FILES+=usr/bin/clang
629 OLD_FILES+=usr/bin/clang++
630 OLD_FILES+=usr/bin/clang-cpp
631 OLD_FILES+=usr/bin/clang-tblgen
632 OLD_FILES+=usr/bin/tblgen
633 OLD_FILES+=usr/include/clang/2.8/emmintrin.h
634 OLD_FILES+=usr/include/clang/2.8/mm_malloc.h
635 OLD_FILES+=usr/include/clang/2.8/mmintrin.h
636 OLD_FILES+=usr/include/clang/2.8/pmmintrin.h
637 OLD_FILES+=usr/include/clang/2.8/tmmintrin.h
638 OLD_FILES+=usr/include/clang/2.8/xmmintrin.h
639 OLD_DIRS+=usr/include/clang/2.8
640 OLD_FILES+=usr/include/clang/2.9/emmintrin.h
641 OLD_FILES+=usr/include/clang/2.9/mm_malloc.h
642 OLD_FILES+=usr/include/clang/2.9/mmintrin.h
643 OLD_FILES+=usr/include/clang/2.9/pmmintrin.h
644 OLD_FILES+=usr/include/clang/2.9/tmmintrin.h
645 OLD_FILES+=usr/include/clang/2.9/xmmintrin.h
646 OLD_DIRS+=usr/include/clang/2.9
647 OLD_FILES+=usr/include/clang/3.0/altivec.h
648 OLD_FILES+=usr/include/clang/3.0/avxintrin.h
649 OLD_FILES+=usr/include/clang/3.0/emmintrin.h
650 OLD_FILES+=usr/include/clang/3.0/immintrin.h
651 OLD_FILES+=usr/include/clang/3.0/mm3dnow.h
652 OLD_FILES+=usr/include/clang/3.0/mm_malloc.h
653 OLD_FILES+=usr/include/clang/3.0/mmintrin.h
654 OLD_FILES+=usr/include/clang/3.0/nmmintrin.h
655 OLD_FILES+=usr/include/clang/3.0/pmmintrin.h
656 OLD_FILES+=usr/include/clang/3.0/smmintrin.h
657 OLD_FILES+=usr/include/clang/3.0/tmmintrin.h
658 OLD_FILES+=usr/include/clang/3.0/wmmintrin.h
659 OLD_FILES+=usr/include/clang/3.0/x86intrin.h
660 OLD_FILES+=usr/include/clang/3.0/xmmintrin.h
661 OLD_DIRS+=usr/include/clang/3.0
662 OLD_DIRS+=usr/include/clang
663 OLD_FILES+=usr/share/doc/llvm/clang/LICENSE.TXT
664 OLD_DIRS+=usr/share/doc/llvm/clang
665 OLD_FILES+=usr/share/doc/llvm/COPYRIGHT.regex
666 OLD_FILES+=usr/share/doc/llvm/LICENSE.TXT
667 OLD_DIRS+=usr/share/doc/llvm
668 OLD_FILES+=usr/share/man/man1/clang.1.gz
669 OLD_FILES+=usr/share/man/man1/clang++.1.gz
670 OLD_FILES+=usr/share/man/man1/clang-cpp.1.gz
671 OLD_FILES+=usr/share/man/man1/tblgen.1.gz
672 .endif
673
674 .if ${MK_CLANG_EXTRAS} == no
675 OLD_FILES+=usr/bin/bugpoint
676 OLD_FILES+=usr/bin/llc
677 OLD_FILES+=usr/bin/lli
678 OLD_FILES+=usr/bin/llvm-ar
679 OLD_FILES+=usr/bin/llvm-as
680 OLD_FILES+=usr/bin/llvm-bcanalyzer
681 OLD_FILES+=usr/bin/llvm-diff
682 OLD_FILES+=usr/bin/llvm-dis
683 OLD_FILES+=usr/bin/llvm-extract
684 OLD_FILES+=usr/bin/llvm-ld
685 OLD_FILES+=usr/bin/llvm-link
686 OLD_FILES+=usr/bin/llvm-mc
687 OLD_FILES+=usr/bin/llvm-nm
688 OLD_FILES+=usr/bin/llvm-objdump
689 OLD_FILES+=usr/bin/llvm-prof
690 OLD_FILES+=usr/bin/llvm-ranlib
691 OLD_FILES+=usr/bin/llvm-rtdyld
692 OLD_FILES+=usr/bin/llvm-stub
693 OLD_FILES+=usr/bin/macho-dump
694 OLD_FILES+=usr/bin/opt
695 OLD_FILES+=usr/share/man/man1/bugpoint.1.gz
696 OLD_FILES+=usr/share/man/man1/llc.1.gz
697 OLD_FILES+=usr/share/man/man1/lli.1.gz
698 OLD_FILES+=usr/share/man/man1/llvm-ar.1.gz
699 OLD_FILES+=usr/share/man/man1/llvm-as.1.gz
700 OLD_FILES+=usr/share/man/man1/llvm-bcanalyzer.1.gz
701 OLD_FILES+=usr/share/man/man1/llvm-diff.1.gz
702 OLD_FILES+=usr/share/man/man1/llvm-dis.1.gz
703 OLD_FILES+=usr/share/man/man1/llvm-extract.1.gz
704 OLD_FILES+=usr/share/man/man1/llvm-ld.1.gz
705 OLD_FILES+=usr/share/man/man1/llvm-link.1.gz
706 OLD_FILES+=usr/share/man/man1/llvm-nm.1.gz
707 OLD_FILES+=usr/share/man/man1/llvm-prof.1.gz
708 OLD_FILES+=usr/share/man/man1/llvm-ranlib.1.gz
709 OLD_FILES+=usr/share/man/man1/opt.1.gz
710 .endif
711
712 .if ${MK_CPP} == no
713 OLD_FILES+=usr/bin/cpp
714 OLD_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
722 OLD_FILES+=usr/sbin/ctm
723 OLD_FILES+=usr/sbin/ctm_dequeue
724 OLD_FILES+=usr/sbin/ctm_rmail
725 OLD_FILES+=usr/sbin/ctm_smail
726 OLD_FILES+=usr/share/man/man1/ctm.1.gz
727 OLD_FILES+=usr/share/man/man1/ctm_dequeue.1.gz
728 OLD_FILES+=usr/share/man/man1/ctm_rmail.1.gz
729 OLD_FILES+=usr/share/man/man1/ctm_smail.1.gz
730 OLD_FILES+=usr/share/man/man5/ctm.5.gz
731 .endif
732
733 .if ${MK_CVS} == no
734 OLD_FILES+=usr/bin/cvs
735 OLD_FILES+=usr/bin/cvsbug
736 OLD_FILES+=usr/share/examples/cvs/contrib/README
737 OLD_FILES+=usr/share/examples/cvs/contrib/clmerge
738 OLD_FILES+=usr/share/examples/cvs/contrib/cln_hist
739 OLD_FILES+=usr/share/examples/cvs/contrib/commit_prep
740 OLD_FILES+=usr/share/examples/cvs/contrib/cvs2vendor
741 OLD_FILES+=usr/share/examples/cvs/contrib/cvs_acls
742 OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck
743 OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck.man
744 OLD_FILES+=usr/share/examples/cvs/contrib/cvshelp.man
745 OLD_FILES+=usr/share/examples/cvs/contrib/descend.man
746 OLD_FILES+=usr/share/examples/cvs/contrib/easy-import
747 OLD_FILES+=usr/share/examples/cvs/contrib/intro.doc
748 OLD_FILES+=usr/share/examples/cvs/contrib/log
749 OLD_FILES+=usr/share/examples/cvs/contrib/log_accum
750 OLD_FILES+=usr/share/examples/cvs/contrib/mfpipe
751 OLD_FILES+=usr/share/examples/cvs/contrib/rcs-to-cvs
752 OLD_FILES+=usr/share/examples/cvs/contrib/rcs2log
753 OLD_FILES+=usr/share/examples/cvs/contrib/rcslock
754 OLD_FILES+=usr/share/examples/cvs/contrib/sccs2rcs
755 OLD_FILES+=usr/share/info/cvs.info.gz
756 OLD_FILES+=usr/share/info/cvsclient.info.gz
757 OLD_FILES+=usr/share/man/man1/cvs.1.gz
758 OLD_FILES+=usr/share/man/man5/cvs.5.gz
759 OLD_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
764 OLD_FILES+=usr/bin/CC
765 OLD_FILES+=usr/bin/c++
766 OLD_FILES+=usr/bin/c++filt
767 OLD_FILES+=usr/bin/g++
768 OLD_FILES+=usr/include/c++/4.2/algorithm
769 OLD_FILES+=usr/include/c++/4.2/backward/algo.h
770 OLD_FILES+=usr/include/c++/4.2/backward/algobase.h
771 OLD_FILES+=usr/include/c++/4.2/backward/alloc.h
772 OLD_FILES+=usr/include/c++/4.2/backward/backward_warning.h
773 OLD_FILES+=usr/include/c++/4.2/backward/bvector.h
774 OLD_FILES+=usr/include/c++/4.2/backward/complex.h
775 OLD_FILES+=usr/include/c++/4.2/backward/defalloc.h
776 OLD_FILES+=usr/include/c++/4.2/backward/deque.h
777 OLD_FILES+=usr/include/c++/4.2/backward/fstream.h
778 OLD_FILES+=usr/include/c++/4.2/backward/function.h
779 OLD_FILES+=usr/include/c++/4.2/backward/hash_map.h
780 OLD_FILES+=usr/include/c++/4.2/backward/hash_set.h
781 OLD_FILES+=usr/include/c++/4.2/backward/hashtable.h
782 OLD_FILES+=usr/include/c++/4.2/backward/heap.h
783 OLD_FILES+=usr/include/c++/4.2/backward/iomanip.h
784 OLD_FILES+=usr/include/c++/4.2/backward/iostream.h
785 OLD_FILES+=usr/include/c++/4.2/backward/istream.h
786 OLD_FILES+=usr/include/c++/4.2/backward/iterator.h
787 OLD_FILES+=usr/include/c++/4.2/backward/list.h
788 OLD_FILES+=usr/include/c++/4.2/backward/map.h
789 OLD_FILES+=usr/include/c++/4.2/backward/multimap.h
790 OLD_FILES+=usr/include/c++/4.2/backward/multiset.h
791 OLD_FILES+=usr/include/c++/4.2/backward/new.h
792 OLD_FILES+=usr/include/c++/4.2/backward/ostream.h
793 OLD_FILES+=usr/include/c++/4.2/backward/pair.h
794 OLD_FILES+=usr/include/c++/4.2/backward/queue.h
795 OLD_FILES+=usr/include/c++/4.2/backward/rope.h
796 OLD_FILES+=usr/include/c++/4.2/backward/set.h
797 OLD_FILES+=usr/include/c++/4.2/backward/slist.h
798 OLD_FILES+=usr/include/c++/4.2/backward/stack.h
799 OLD_FILES+=usr/include/c++/4.2/backward/stream.h
800 OLD_FILES+=usr/include/c++/4.2/backward/streambuf.h
801 OLD_FILES+=usr/include/c++/4.2/backward/strstream
802 OLD_FILES+=usr/include/c++/4.2/backward/tempbuf.h
803 OLD_FILES+=usr/include/c++/4.2/backward/tree.h
804 OLD_FILES+=usr/include/c++/4.2/backward/vector.h
805 OLD_FILES+=usr/include/c++/4.2/bits/allocator.h
806 OLD_FILES+=usr/include/c++/4.2/bits/atomic_word.h
807 OLD_FILES+=usr/include/c++/4.2/bits/basic_file.h
808 OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.h
809 OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.tcc
810 OLD_FILES+=usr/include/c++/4.2/bits/basic_string.h
811 OLD_FILES+=usr/include/c++/4.2/bits/basic_string.tcc
812 OLD_FILES+=usr/include/c++/4.2/bits/boost_concept_check.h
813 OLD_FILES+=usr/include/c++/4.2/bits/c++allocator.h
814 OLD_FILES+=usr/include/c++/4.2/bits/c++config.h
815 OLD_FILES+=usr/include/c++/4.2/bits/c++io.h
816 OLD_FILES+=usr/include/c++/4.2/bits/c++locale.h
817 OLD_FILES+=usr/include/c++/4.2/bits/c++locale_internal.h
818 OLD_FILES+=usr/include/c++/4.2/bits/char_traits.h
819 OLD_FILES+=usr/include/c++/4.2/bits/cmath.tcc
820 OLD_FILES+=usr/include/c++/4.2/bits/codecvt.h
821 OLD_FILES+=usr/include/c++/4.2/bits/compatibility.h
822 OLD_FILES+=usr/include/c++/4.2/bits/concept_check.h
823 OLD_FILES+=usr/include/c++/4.2/bits/cpp_type_traits.h
824 OLD_FILES+=usr/include/c++/4.2/bits/cpu_defines.h
825 OLD_FILES+=usr/include/c++/4.2/bits/ctype_base.h
826 OLD_FILES+=usr/include/c++/4.2/bits/ctype_inline.h
827 OLD_FILES+=usr/include/c++/4.2/bits/ctype_noninline.h
828 OLD_FILES+=usr/include/c++/4.2/bits/cxxabi_tweaks.h
829 OLD_FILES+=usr/include/c++/4.2/bits/deque.tcc
830 OLD_FILES+=usr/include/c++/4.2/bits/fstream.tcc
831 OLD_FILES+=usr/include/c++/4.2/bits/functexcept.h
832 OLD_FILES+=usr/include/c++/4.2/bits/gslice.h
833 OLD_FILES+=usr/include/c++/4.2/bits/gslice_array.h
834 OLD_FILES+=usr/include/c++/4.2/bits/gthr-default.h
835 OLD_FILES+=usr/include/c++/4.2/bits/gthr-posix.h
836 OLD_FILES+=usr/include/c++/4.2/bits/gthr-single.h
837 OLD_FILES+=usr/include/c++/4.2/bits/gthr-tpf.h
838 OLD_FILES+=usr/include/c++/4.2/bits/gthr.h
839 OLD_FILES+=usr/include/c++/4.2/bits/indirect_array.h
840 OLD_FILES+=usr/include/c++/4.2/bits/ios_base.h
841 OLD_FILES+=usr/include/c++/4.2/bits/istream.tcc
842 OLD_FILES+=usr/include/c++/4.2/bits/list.tcc
843 OLD_FILES+=usr/include/c++/4.2/bits/locale_classes.h
844 OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.h
845 OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.tcc
846 OLD_FILES+=usr/include/c++/4.2/bits/localefwd.h
847 OLD_FILES+=usr/include/c++/4.2/bits/mask_array.h
848 OLD_FILES+=usr/include/c++/4.2/bits/messages_members.h
849 OLD_FILES+=usr/include/c++/4.2/bits/os_defines.h
850 OLD_FILES+=usr/include/c++/4.2/bits/ostream.tcc
851 OLD_FILES+=usr/include/c++/4.2/bits/ostream_insert.h
852 OLD_FILES+=usr/include/c++/4.2/bits/postypes.h
853 OLD_FILES+=usr/include/c++/4.2/bits/slice_array.h
854 OLD_FILES+=usr/include/c++/4.2/bits/sstream.tcc
855 OLD_FILES+=usr/include/c++/4.2/bits/stl_algo.h
856 OLD_FILES+=usr/include/c++/4.2/bits/stl_algobase.h
857 OLD_FILES+=usr/include/c++/4.2/bits/stl_bvector.h
858 OLD_FILES+=usr/include/c++/4.2/bits/stl_construct.h
859 OLD_FILES+=usr/include/c++/4.2/bits/stl_deque.h
860 OLD_FILES+=usr/include/c++/4.2/bits/stl_function.h
861 OLD_FILES+=usr/include/c++/4.2/bits/stl_heap.h
862 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator.h
863 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_funcs.h
864 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_types.h
865 OLD_FILES+=usr/include/c++/4.2/bits/stl_list.h
866 OLD_FILES+=usr/include/c++/4.2/bits/stl_map.h
867 OLD_FILES+=usr/include/c++/4.2/bits/stl_multimap.h
868 OLD_FILES+=usr/include/c++/4.2/bits/stl_multiset.h
869 OLD_FILES+=usr/include/c++/4.2/bits/stl_numeric.h
870 OLD_FILES+=usr/include/c++/4.2/bits/stl_pair.h
871 OLD_FILES+=usr/include/c++/4.2/bits/stl_queue.h
872 OLD_FILES+=usr/include/c++/4.2/bits/stl_raw_storage_iter.h
873 OLD_FILES+=usr/include/c++/4.2/bits/stl_relops.h
874 OLD_FILES+=usr/include/c++/4.2/bits/stl_set.h
875 OLD_FILES+=usr/include/c++/4.2/bits/stl_stack.h
876 OLD_FILES+=usr/include/c++/4.2/bits/stl_tempbuf.h
877 OLD_FILES+=usr/include/c++/4.2/bits/stl_tree.h
878 OLD_FILES+=usr/include/c++/4.2/bits/stl_uninitialized.h
879 OLD_FILES+=usr/include/c++/4.2/bits/stl_vector.h
880 OLD_FILES+=usr/include/c++/4.2/bits/stream_iterator.h
881 OLD_FILES+=usr/include/c++/4.2/bits/streambuf.tcc
882 OLD_FILES+=usr/include/c++/4.2/bits/streambuf_iterator.h
883 OLD_FILES+=usr/include/c++/4.2/bits/stringfwd.h
884 OLD_FILES+=usr/include/c++/4.2/bits/time_members.h
885 OLD_FILES+=usr/include/c++/4.2/bits/valarray_after.h
886 OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.h
887 OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.tcc
888 OLD_FILES+=usr/include/c++/4.2/bits/valarray_before.h
889 OLD_FILES+=usr/include/c++/4.2/bits/vector.tcc
890 OLD_FILES+=usr/include/c++/4.2/bitset
891 OLD_FILES+=usr/include/c++/4.2/cassert
892 OLD_FILES+=usr/include/c++/4.2/cctype
893 OLD_FILES+=usr/include/c++/4.2/cerrno
894 OLD_FILES+=usr/include/c++/4.2/cfloat
895 OLD_FILES+=usr/include/c++/4.2/ciso646
896 OLD_FILES+=usr/include/c++/4.2/climits
897 OLD_FILES+=usr/include/c++/4.2/clocale
898 OLD_FILES+=usr/include/c++/4.2/cmath
899 OLD_FILES+=usr/include/c++/4.2/complex
900 OLD_FILES+=usr/include/c++/4.2/csetjmp
901 OLD_FILES+=usr/include/c++/4.2/csignal
902 OLD_FILES+=usr/include/c++/4.2/cstdarg
903 OLD_FILES+=usr/include/c++/4.2/cstddef
904 OLD_FILES+=usr/include/c++/4.2/cstdio
905 OLD_FILES+=usr/include/c++/4.2/cstdlib
906 OLD_FILES+=usr/include/c++/4.2/cstring
907 OLD_FILES+=usr/include/c++/4.2/ctime
908 OLD_FILES+=usr/include/c++/4.2/cwchar
909 OLD_FILES+=usr/include/c++/4.2/cwctype
910 OLD_FILES+=usr/include/c++/4.2/cxxabi.h
911 OLD_FILES+=usr/include/c++/4.2/debug/bitset
912 OLD_FILES+=usr/include/c++/4.2/debug/debug.h
913 OLD_FILES+=usr/include/c++/4.2/debug/deque
914 OLD_FILES+=usr/include/c++/4.2/debug/formatter.h
915 OLD_FILES+=usr/include/c++/4.2/debug/functions.h
916 OLD_FILES+=usr/include/c++/4.2/debug/hash_map
917 OLD_FILES+=usr/include/c++/4.2/debug/hash_map.h
918 OLD_FILES+=usr/include/c++/4.2/debug/hash_multimap.h
919 OLD_FILES+=usr/include/c++/4.2/debug/hash_multiset.h
920 OLD_FILES+=usr/include/c++/4.2/debug/hash_set
921 OLD_FILES+=usr/include/c++/4.2/debug/hash_set.h
922 OLD_FILES+=usr/include/c++/4.2/debug/list
923 OLD_FILES+=usr/include/c++/4.2/debug/macros.h
924 OLD_FILES+=usr/include/c++/4.2/debug/map
925 OLD_FILES+=usr/include/c++/4.2/debug/map.h
926 OLD_FILES+=usr/include/c++/4.2/debug/multimap.h
927 OLD_FILES+=usr/include/c++/4.2/debug/multiset.h
928 OLD_FILES+=usr/include/c++/4.2/debug/safe_base.h
929 OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.h
930 OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.tcc
931 OLD_FILES+=usr/include/c++/4.2/debug/safe_sequence.h
932 OLD_FILES+=usr/include/c++/4.2/debug/set
933 OLD_FILES+=usr/include/c++/4.2/debug/set.h
934 OLD_FILES+=usr/include/c++/4.2/debug/string
935 OLD_FILES+=usr/include/c++/4.2/debug/vector
936 OLD_FILES+=usr/include/c++/4.2/deque
937 OLD_FILES+=usr/include/c++/4.2/exception
938 OLD_FILES+=usr/include/c++/4.2/exception_defines.h
939 OLD_FILES+=usr/include/c++/4.2/ext/algorithm
940 OLD_FILES+=usr/include/c++/4.2/ext/array_allocator.h
941 OLD_FILES+=usr/include/c++/4.2/ext/atomicity.h
942 OLD_FILES+=usr/include/c++/4.2/ext/bitmap_allocator.h
943 OLD_FILES+=usr/include/c++/4.2/ext/codecvt_specializations.h
944 OLD_FILES+=usr/include/c++/4.2/ext/concurrence.h
945 OLD_FILES+=usr/include/c++/4.2/ext/debug_allocator.h
946 OLD_FILES+=usr/include/c++/4.2/ext/functional
947 OLD_FILES+=usr/include/c++/4.2/ext/hash_fun.h
948 OLD_FILES+=usr/include/c++/4.2/ext/hash_map
949 OLD_FILES+=usr/include/c++/4.2/ext/hash_set
950 OLD_FILES+=usr/include/c++/4.2/ext/hashtable.h
951 OLD_FILES+=usr/include/c++/4.2/ext/iterator
952 OLD_FILES+=usr/include/c++/4.2/ext/malloc_allocator.h
953 OLD_FILES+=usr/include/c++/4.2/ext/memory
954 OLD_FILES+=usr/include/c++/4.2/ext/mt_allocator.h
955 OLD_FILES+=usr/include/c++/4.2/ext/new_allocator.h
956 OLD_FILES+=usr/include/c++/4.2/ext/numeric
957 OLD_FILES+=usr/include/c++/4.2/ext/numeric_traits.h
958 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/assoc_container.hpp
959 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp
960 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp
961 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/traits.hpp
962 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_types.hpp
963 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
964 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
965 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
966 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
967 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
968 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
969 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
970 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
971 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
972 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
973 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
974 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
975 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
976 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
977 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
978 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
979 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp
980 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
981 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
982 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp
983 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
984 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
985 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
986 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
987 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
988 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
989 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
990 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
991 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
992 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
993 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
994 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
995 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
996 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
997 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
998 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
999 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
1000 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
1001 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
1002 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
1003 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
1004 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
1005 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
1006 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
1007 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
1008 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
1009 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
1010 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1011 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1012 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
1013 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1014 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
1015 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
1016 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
1017 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1018 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
1019 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
1020 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
1021 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
1022 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
1023 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1024 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
1025 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
1026 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
1027 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
1028 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1029 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
1030 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
1031 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp
1032 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
1033 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cond_dealtor.hpp
1034 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
1035 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/container_base_dispatch.hpp
1036 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
1037 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
1038 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
1039 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1040 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1041 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
1042 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1043 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
1044 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
1045 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1046 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
1047 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
1048 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
1049 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
1050 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
1051 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
1052 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
1053 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1054 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
1055 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
1056 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
1057 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
1058 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1059 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
1060 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp
1061 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
1062 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
1063 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
1064 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
1065 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
1066 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
1067 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
1068 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
1069 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
1070 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
1071 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
1072 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
1073 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
1074 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
1075 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
1076 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp
1077 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
1078 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
1079 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
1080 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
1081 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
1082 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
1083 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
1084 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
1085 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
1086 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
1087 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
1088 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
1089 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
1090 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
1091 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
1092 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
1093 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
1094 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
1095 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
1096 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
1097 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
1098 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
1099 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp
1100 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp
1101 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
1102 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/map_debug_base.hpp
1103 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp
1104 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
1105 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
1106 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
1107 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
1108 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
1109 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
1110 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
1111 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
1112 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
1113 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
1114 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp
1115 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
1116 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
1117 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
1118 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
1119 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
1120 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
1121 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
1122 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/child_iterator.hpp
1123 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp
1124 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp
1125 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
1126 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
1127 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
1128 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
1129 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/head.hpp
1130 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
1131 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
1132 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/internal_node.hpp
1133 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
1134 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/leaf.hpp
1135 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_base.hpp
1136 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_iterators.hpp
1137 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp
1138 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
1139 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/point_iterators.hpp
1140 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
1141 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
1142 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
1143 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
1144 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
1145 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp
1146 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
1147 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/traits.hpp
1148 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
1149 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
1150 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
1151 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
1152 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
1153 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
1154 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
1155 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
1156 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/node.hpp
1157 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
1158 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
1159 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp
1160 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
1161 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
1162 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
1163 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
1164 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
1165 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
1166 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
1167 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
1168 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
1169 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
1170 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
1171 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
1172 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
1173 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
1174 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
1175 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
1176 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
1177 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
1178 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
1179 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
1180 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
1181 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
1182 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
1183 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/node.hpp
1184 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
1185 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
1186 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
1187 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/traits.hpp
1188 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/standard_policies.hpp
1189 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
1190 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
1191 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
1192 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
1193 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
1194 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
1195 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
1196 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
1197 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
1198 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp
1199 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
1200 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
1201 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_trace_base.hpp
1202 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
1203 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp
1204 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
1205 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
1206 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp
1207 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
1208 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp
1209 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
1210 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/type_utils.hpp
1211 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/types_traits.hpp
1212 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
1213 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp
1214 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp
1215 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
1216 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/exception.hpp
1217 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/hash_policy.hpp
1218 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/list_update_policy.hpp
1219 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/priority_queue.hpp
1220 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tag_and_trait.hpp
1221 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tree_policy.hpp
1222 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/trie_policy.hpp
1223 OLD_FILES+=usr/include/c++/4.2/ext/pod_char_traits.h
1224 OLD_FILES+=usr/include/c++/4.2/ext/pool_allocator.h
1225 OLD_FILES+=usr/include/c++/4.2/ext/rb_tree
1226 OLD_FILES+=usr/include/c++/4.2/ext/rc_string_base.h
1227 OLD_FILES+=usr/include/c++/4.2/ext/rope
1228 OLD_FILES+=usr/include/c++/4.2/ext/ropeimpl.h
1229 OLD_FILES+=usr/include/c++/4.2/ext/slist
1230 OLD_FILES+=usr/include/c++/4.2/ext/sso_string_base.h
1231 OLD_FILES+=usr/include/c++/4.2/ext/stdio_filebuf.h
1232 OLD_FILES+=usr/include/c++/4.2/ext/stdio_sync_filebuf.h
1233 OLD_FILES+=usr/include/c++/4.2/ext/throw_allocator.h
1234 OLD_FILES+=usr/include/c++/4.2/ext/type_traits.h
1235 OLD_FILES+=usr/include/c++/4.2/ext/typelist.h
1236 OLD_FILES+=usr/include/c++/4.2/ext/vstring.h
1237 OLD_FILES+=usr/include/c++/4.2/ext/vstring.tcc
1238 OLD_FILES+=usr/include/c++/4.2/ext/vstring_fwd.h
1239 OLD_FILES+=usr/include/c++/4.2/ext/vstring_util.h
1240 OLD_FILES+=usr/include/c++/4.2/fstream
1241 OLD_FILES+=usr/include/c++/4.2/functional
1242 OLD_FILES+=usr/include/c++/4.2/iomanip
1243 OLD_FILES+=usr/include/c++/4.2/ios
1244 OLD_FILES+=usr/include/c++/4.2/iosfwd
1245 OLD_FILES+=usr/include/c++/4.2/iostream
1246 OLD_FILES+=usr/include/c++/4.2/istream
1247 OLD_FILES+=usr/include/c++/4.2/iterator
1248 OLD_FILES+=usr/include/c++/4.2/limits
1249 OLD_FILES+=usr/include/c++/4.2/list
1250 OLD_FILES+=usr/include/c++/4.2/locale
1251 OLD_FILES+=usr/include/c++/4.2/map
1252 OLD_FILES+=usr/include/c++/4.2/memory
1253 OLD_FILES+=usr/include/c++/4.2/new
1254 OLD_FILES+=usr/include/c++/4.2/numeric
1255 OLD_FILES+=usr/include/c++/4.2/ostream
1256 OLD_FILES+=usr/include/c++/4.2/queue
1257 OLD_FILES+=usr/include/c++/4.2/set
1258 OLD_FILES+=usr/include/c++/4.2/sstream
1259 OLD_FILES+=usr/include/c++/4.2/stack
1260 OLD_FILES+=usr/include/c++/4.2/stdexcept
1261 OLD_FILES+=usr/include/c++/4.2/streambuf
1262 OLD_FILES+=usr/include/c++/4.2/string
1263 OLD_FILES+=usr/include/c++/4.2/tr1/array
1264 OLD_FILES+=usr/include/c++/4.2/tr1/bind_iterate.h
1265 OLD_FILES+=usr/include/c++/4.2/tr1/bind_repeat.h
1266 OLD_FILES+=usr/include/c++/4.2/tr1/boost_shared_ptr.h
1267 OLD_FILES+=usr/include/c++/4.2/tr1/cctype
1268 OLD_FILES+=usr/include/c++/4.2/tr1/cfenv
1269 OLD_FILES+=usr/include/c++/4.2/tr1/cfloat
1270 OLD_FILES+=usr/include/c++/4.2/tr1/cinttypes
1271 OLD_FILES+=usr/include/c++/4.2/tr1/climits
1272 OLD_FILES+=usr/include/c++/4.2/tr1/cmath
1273 OLD_FILES+=usr/include/c++/4.2/tr1/common.h
1274 OLD_FILES+=usr/include/c++/4.2/tr1/complex
1275 OLD_FILES+=usr/include/c++/4.2/tr1/cstdarg
1276 OLD_FILES+=usr/include/c++/4.2/tr1/cstdbool
1277 OLD_FILES+=usr/include/c++/4.2/tr1/cstdint
1278 OLD_FILES+=usr/include/c++/4.2/tr1/cstdio
1279 OLD_FILES+=usr/include/c++/4.2/tr1/cstdlib
1280 OLD_FILES+=usr/include/c++/4.2/tr1/ctgmath
1281 OLD_FILES+=usr/include/c++/4.2/tr1/ctime
1282 OLD_FILES+=usr/include/c++/4.2/tr1/ctype.h
1283 OLD_FILES+=usr/include/c++/4.2/tr1/cwchar
1284 OLD_FILES+=usr/include/c++/4.2/tr1/cwctype
1285 OLD_FILES+=usr/include/c++/4.2/tr1/fenv.h
1286 OLD_FILES+=usr/include/c++/4.2/tr1/float.h
1287 OLD_FILES+=usr/include/c++/4.2/tr1/functional
1288 OLD_FILES+=usr/include/c++/4.2/tr1/functional_hash.h
1289 OLD_FILES+=usr/include/c++/4.2/tr1/functional_iterate.h
1290 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable
1291 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable_policy.h
1292 OLD_FILES+=usr/include/c++/4.2/tr1/inttypes.h
1293 OLD_FILES+=usr/include/c++/4.2/tr1/limits.h
1294 OLD_FILES+=usr/include/c++/4.2/tr1/math.h
1295 OLD_FILES+=usr/include/c++/4.2/tr1/memory
1296 OLD_FILES+=usr/include/c++/4.2/tr1/mu_iterate.h
1297 OLD_FILES+=usr/include/c++/4.2/tr1/random
1298 OLD_FILES+=usr/include/c++/4.2/tr1/random.tcc
1299 OLD_FILES+=usr/include/c++/4.2/tr1/ref_fwd.h
1300 OLD_FILES+=usr/include/c++/4.2/tr1/ref_wrap_iterate.h
1301 OLD_FILES+=usr/include/c++/4.2/tr1/repeat.h
1302 OLD_FILES+=usr/include/c++/4.2/tr1/stdarg.h
1303 OLD_FILES+=usr/include/c++/4.2/tr1/stdbool.h
1304 OLD_FILES+=usr/include/c++/4.2/tr1/stdint.h
1305 OLD_FILES+=usr/include/c++/4.2/tr1/stdio.h
1306 OLD_FILES+=usr/include/c++/4.2/tr1/stdlib.h
1307 OLD_FILES+=usr/include/c++/4.2/tr1/tgmath.h
1308 OLD_FILES+=usr/include/c++/4.2/tr1/tuple
1309 OLD_FILES+=usr/include/c++/4.2/tr1/tuple_defs.h
1310 OLD_FILES+=usr/include/c++/4.2/tr1/tuple_iterate.h
1311 OLD_FILES+=usr/include/c++/4.2/tr1/type_traits
1312 OLD_FILES+=usr/include/c++/4.2/tr1/type_traits_fwd.h
1313 OLD_FILES+=usr/include/c++/4.2/tr1/unordered_map
1314 OLD_FILES+=usr/include/c++/4.2/tr1/unordered_set
1315 OLD_FILES+=usr/include/c++/4.2/tr1/utility
1316 OLD_FILES+=usr/include/c++/4.2/tr1/wchar.h
1317 OLD_FILES+=usr/include/c++/4.2/tr1/wctype.h
1318 OLD_FILES+=usr/include/c++/4.2/typeinfo
1319 OLD_FILES+=usr/include/c++/4.2/utility
1320 OLD_FILES+=usr/include/c++/4.2/valarray
1321 OLD_FILES+=usr/include/c++/4.2/vector
1322 OLD_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
1326 OLD_FILES+=usr/lib/libstdc++_p.a
1327 OLD_FILES+=usr/lib/libsupc++.a
1328 OLD_FILES+=usr/lib/libsupc++_p.a
1329 OLD_FILES+=usr/libexec/cc1plus
1330 .endif
1331
1332 .if ${MK_DICT} == no
1333 OLD_FILES+=usr/share/dict/README
1334 OLD_FILES+=usr/share/dict/freebsd
1335 OLD_FILES+=usr/share/dict/propernames
1336 OLD_FILES+=usr/share/dict/web2
1337 OLD_FILES+=usr/share/dict/web2a
1338 OLD_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
1346 OLD_FILES+=usr/sbin/fdcontrol
1347 OLD_FILES+=usr/sbin/fdformat
1348 OLD_FILES+=usr/sbin/fdread
1349 OLD_FILES+=usr/sbin/fdwrite
1350 OLD_FILES+=usr/share/man/man1/fdformat.1.gz
1351 OLD_FILES+=usr/share/man/man1/fdread.1.gz
1352 OLD_FILES+=usr/share/man/man1/fdwrite.1.gz
1353 OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
1354 .endif
1355
1356 .if ${MK_FREEBSD_UPDATE} == no
1357 OLD_FILES+=etc/freebsd-update.conf
1358 OLD_FILES+=usr/sbin/freebsd-update
1359 OLD_FILES+=usr/share/examples/etc/freebsd-update.conf
1360 OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz
1361 .endif
1362
1363 .if ${MK_GAMES} == no
1364 OLD_FILES+=usr/games/bcd
1365 OLD_FILES+=usr/games/caesar
1366 OLD_FILES+=usr/games/factor
1367 OLD_FILES+=usr/games/fortune
1368 OLD_FILES+=usr/games/grdc
1369 OLD_FILES+=usr/games/morse
1370 OLD_FILES+=usr/games/number
1371 OLD_FILES+=usr/games/pom
1372 OLD_FILES+=usr/games/ppt
1373 OLD_FILES+=usr/games/primes
1374 OLD_FILES+=usr/games/random
1375 OLD_FILES+=usr/games/rot13
1376 OLD_FILES+=usr/games/strfile
1377 OLD_FILES+=usr/games/unstr
1378 OLD_FILES+=usr/share/games/fortune/fortunes
1379 OLD_FILES+=usr/share/games/fortune/fortunes-o
1380 OLD_FILES+=usr/share/games/fortune/fortunes-o.dat
1381 OLD_FILES+=usr/share/games/fortune/fortunes.dat
1382 OLD_FILES+=usr/share/games/fortune/freebsd-tips
1383 OLD_FILES+=usr/share/games/fortune/freebsd-tips.dat
1384 OLD_FILES+=usr/share/games/fortune/gerrold.limerick
1385 OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat
1386 OLD_FILES+=usr/share/games/fortune/limerick
1387 OLD_FILES+=usr/share/games/fortune/limerick.dat
1388 OLD_FILES+=usr/share/games/fortune/murphy
1389 OLD_FILES+=usr/share/games/fortune/murphy-o
1390 OLD_FILES+=usr/share/games/fortune/murphy-o.dat
1391 OLD_FILES+=usr/share/games/fortune/murphy.dat
1392 OLD_FILES+=usr/share/games/fortune/startrek
1393 OLD_FILES+=usr/share/games/fortune/startrek.dat
1394 OLD_FILES+=usr/share/games/fortune/zippy
1395 OLD_FILES+=usr/share/games/fortune/zippy.dat
1396 OLD_FILES+=usr/share/man/man6/bcd.6.gz
1397 OLD_FILES+=usr/share/man/man6/caesar.6.gz
1398 OLD_FILES+=usr/share/man/man6/factor.6.gz
1399 OLD_FILES+=usr/share/man/man6/fortune.6.gz
1400 OLD_FILES+=usr/share/man/man6/grdc.6.gz
1401 OLD_FILES+=usr/share/man/man6/morse.6.gz
1402 OLD_FILES+=usr/share/man/man6/number.6.gz
1403 OLD_FILES+=usr/share/man/man6/pom.6.gz
1404 OLD_FILES+=usr/share/man/man6/ppt.6.gz
1405 OLD_FILES+=usr/share/man/man6/primes.6.gz
1406 OLD_FILES+=usr/share/man/man6/random.6.gz
1407 OLD_FILES+=usr/share/man/man6/rot13.6.gz
1408 OLD_FILES+=usr/share/man/man8/strfile.8.gz
1409 OLD_FILES+=usr/share/man/man8/unstr.8.gz
1410 .endif
1411
1412 .if ${MK_GCOV} == no
1413 OLD_FILES+=usr/bin/gcov
1414 OLD_FILES+=usr/share/man/man1/gcov.1.gz
1415 .endif
1416
1417 .if ${MK_GDB} == no
1418 OLD_FILES+=usr/bin/gdb
1419 OLD_FILES+=usr/bin/gdbserver
1420 OLD_FILES+=usr/bin/gdbtui
1421 OLD_FILES+=usr/bin/kgdb
1422 OLD_FILES+=usr/share/info/gdb.info.gz
1423 OLD_FILES+=usr/share/info/gdbint.info.gz
1424 OLD_FILES+=usr/share/info/stabs.info.gz
1425 OLD_FILES+=usr/share/man/man1/gdb.1.gz
1426 OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
1427 OLD_FILES+=usr/share/man/man1/kgdb.1.gz
1428 .endif
1429
1430 .if ${MK_GPIB} == no
1431 OLD_FILES+=usr/include/dev/ieee488/ibfoo_int.h
1432 OLD_FILES+=usr/include/dev/ieee488/ugpib.h
1433 OLD_FILES+=usr/include/dev/ieee488/upd7210.h
1434 OLD_FILES+=usr/include/gpib/gpib.h
1435 OLD_FILES+=usr/lib/libgpib.a
1436 OLD_FILES+=usr/lib/libgpib.so
1437 OLD_LIBS+=usr/lib/libgpib.so.3
1438 OLD_FILES+=usr/lib/libgpib_p.a
1439 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
1440 OLD_FILES+=usr/lib32/libgpib.a
1441 OLD_FILES+=usr/lib32/libgpib.so
1442 OLD_LIBS+=usr/lib32/libgpib.so.3
1443 OLD_FILES+=usr/lib32/libgpib_p.a
1444 .endif
1445 .endif
1446
1447 .if ${MK_GPIO} == no
1448 OLD_FILES+=usr/sbin/gpioctl
1449 OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
1450 .endif
1451
1452 # Also includes vgrind(1)
1453 .if ${MK_GROFF} == no
1454 OLD_FILES+=usr/bin/addftinfo
1455 OLD_FILES+=usr/bin/afmtodit
1456 OLD_FILES+=usr/bin/eqn
1457 OLD_FILES+=usr/bin/grn
1458 OLD_FILES+=usr/bin/grodvi
1459 OLD_FILES+=usr/bin/groff
1460 OLD_FILES+=usr/bin/grog
1461 OLD_FILES+=usr/bin/grolbp
1462 OLD_FILES+=usr/bin/grolj4
1463 OLD_FILES+=usr/bin/grops
1464 OLD_FILES+=usr/bin/grotty
1465 OLD_FILES+=usr/bin/hpftodit
1466 OLD_FILES+=usr/bin/indxbib
1467 OLD_FILES+=usr/bin/lkbib
1468 OLD_FILES+=usr/bin/lookbib
1469 OLD_FILES+=usr/bin/mmroff
1470 OLD_FILES+=usr/bin/neqn
1471 OLD_FILES+=usr/bin/nroff
1472 OLD_FILES+=usr/bin/pfbtops
1473 OLD_FILES+=usr/bin/pic
1474 OLD_FILES+=usr/bin/post-grohtml
1475 OLD_FILES+=usr/bin/pre-grohtml
1476 OLD_FILES+=usr/bin/psroff
1477 OLD_FILES+=usr/bin/refer
1478 OLD_FILES+=usr/bin/soelim
1479 OLD_FILES+=usr/bin/tbl
1480 OLD_FILES+=usr/bin/tfmtodit
1481 OLD_FILES+=usr/bin/troff
1482 OLD_FILES+=usr/bin/vgrind
1483 OLD_FILES+=usr/libexec/vfontedpr
1484 OLD_FILES+=usr/share/groff_font/devX100-12/CB
1485 OLD_FILES+=usr/share/groff_font/devX100-12/CBI
1486 OLD_FILES+=usr/share/groff_font/devX100-12/CI
1487 OLD_FILES+=usr/share/groff_font/devX100-12/CR
1488 OLD_FILES+=usr/share/groff_font/devX100-12/DESC
1489 OLD_FILES+=usr/share/groff_font/devX100-12/HB
1490 OLD_FILES+=usr/share/groff_font/devX100-12/HBI
1491 OLD_FILES+=usr/share/groff_font/devX100-12/HI
1492 OLD_FILES+=usr/share/groff_font/devX100-12/HR
1493 OLD_FILES+=usr/share/groff_font/devX100-12/NB
1494 OLD_FILES+=usr/share/groff_font/devX100-12/NBI
1495 OLD_FILES+=usr/share/groff_font/devX100-12/NI
1496 OLD_FILES+=usr/share/groff_font/devX100-12/NR
1497 OLD_FILES+=usr/share/groff_font/devX100-12/S
1498 OLD_FILES+=usr/share/groff_font/devX100-12/TB
1499 OLD_FILES+=usr/share/groff_font/devX100-12/TBI
1500 OLD_FILES+=usr/share/groff_font/devX100-12/TI
1501 OLD_FILES+=usr/share/groff_font/devX100-12/TR
1502 OLD_DIRS+=usr/share/groff_font/devX100-12
1503 OLD_FILES+=usr/share/groff_font/devX100/CB
1504 OLD_FILES+=usr/share/groff_font/devX100/CBI
1505 OLD_FILES+=usr/share/groff_font/devX100/CI
1506 OLD_FILES+=usr/share/groff_font/devX100/CR
1507 OLD_FILES+=usr/share/groff_font/devX100/DESC
1508 OLD_FILES+=usr/share/groff_font/devX100/HB
1509 OLD_FILES+=usr/share/groff_font/devX100/HBI
1510 OLD_FILES+=usr/share/groff_font/devX100/HI
1511 OLD_FILES+=usr/share/groff_font/devX100/HR
1512 OLD_FILES+=usr/share/groff_font/devX100/NB
1513 OLD_FILES+=usr/share/groff_font/devX100/NBI
1514 OLD_FILES+=usr/share/groff_font/devX100/NI
1515 OLD_FILES+=usr/share/groff_font/devX100/NR
1516 OLD_FILES+=usr/share/groff_font/devX100/S
1517 OLD_FILES+=usr/share/groff_font/devX100/TB
1518 OLD_FILES+=usr/share/groff_font/devX100/TBI
1519 OLD_FILES+=usr/share/groff_font/devX100/TI
1520 OLD_FILES+=usr/share/groff_font/devX100/TR
1521 OLD_DIRS+=usr/share/groff_font/devX100
1522 OLD_FILES+=usr/share/groff_font/devX75-12/CB
1523 OLD_FILES+=usr/share/groff_font/devX75-12/CBI
1524 OLD_FILES+=usr/share/groff_font/devX75-12/CI
1525 OLD_FILES+=usr/share/groff_font/devX75-12/CR
1526 OLD_FILES+=usr/share/groff_font/devX75-12/DESC
1527 OLD_FILES+=usr/share/groff_font/devX75-12/HB
1528 OLD_FILES+=usr/share/groff_font/devX75-12/HBI
1529 OLD_FILES+=usr/share/groff_font/devX75-12/HI
1530 OLD_FILES+=usr/share/groff_font/devX75-12/HR
1531 OLD_FILES+=usr/share/groff_font/devX75-12/NB
1532 OLD_FILES+=usr/share/groff_font/devX75-12/NBI
1533 OLD_FILES+=usr/share/groff_font/devX75-12/NI
1534 OLD_FILES+=usr/share/groff_font/devX75-12/NR
1535 OLD_FILES+=usr/share/groff_font/devX75-12/S
1536 OLD_FILES+=usr/share/groff_font/devX75-12/TB
1537 OLD_FILES+=usr/share/groff_font/devX75-12/TBI
1538 OLD_FILES+=usr/share/groff_font/devX75-12/TI
1539 OLD_FILES+=usr/share/groff_font/devX75-12/TR
1540 OLD_DIRS+=usr/share/groff_font/devX75-12
1541 OLD_FILES+=usr/share/groff_font/devX75/CB
1542 OLD_FILES+=usr/share/groff_font/devX75/CBI
1543 OLD_FILES+=usr/share/groff_font/devX75/CI
1544 OLD_FILES+=usr/share/groff_font/devX75/CR
1545 OLD_FILES+=usr/share/groff_font/devX75/DESC
1546 OLD_FILES+=usr/share/groff_font/devX75/HB
1547 OLD_FILES+=usr/share/groff_font/devX75/HBI
1548 OLD_FILES+=usr/share/groff_font/devX75/HI
1549 OLD_FILES+=usr/share/groff_font/devX75/HR
1550 OLD_FILES+=usr/share/groff_font/devX75/NB
1551 OLD_FILES+=usr/share/groff_font/devX75/NBI
1552 OLD_FILES+=usr/share/groff_font/devX75/NI
1553 OLD_FILES+=usr/share/groff_font/devX75/NR
1554 OLD_FILES+=usr/share/groff_font/devX75/S
1555 OLD_FILES+=usr/share/groff_font/devX75/TB
1556 OLD_FILES+=usr/share/groff_font/devX75/TBI
1557 OLD_FILES+=usr/share/groff_font/devX75/TI
1558 OLD_FILES+=usr/share/groff_font/devX75/TR
1559 OLD_DIRS+=usr/share/groff_font/devX75
1560 OLD_FILES+=usr/share/groff_font/devascii/B
1561 OLD_FILES+=usr/share/groff_font/devascii/BI
1562 OLD_FILES+=usr/share/groff_font/devascii/CW
1563 OLD_FILES+=usr/share/groff_font/devascii/DESC
1564 OLD_FILES+=usr/share/groff_font/devascii/I
1565 OLD_FILES+=usr/share/groff_font/devascii/L
1566 OLD_FILES+=usr/share/groff_font/devascii/R
1567 OLD_FILES+=usr/share/groff_font/devascii/S
1568 OLD_DIRS+=usr/share/groff_font/devascii
1569 OLD_FILES+=usr/share/groff_font/devcp1047/B
1570 OLD_FILES+=usr/share/groff_font/devcp1047/BI
1571 OLD_FILES+=usr/share/groff_font/devcp1047/CW
1572 OLD_FILES+=usr/share/groff_font/devcp1047/DESC
1573 OLD_FILES+=usr/share/groff_font/devcp1047/I
1574 OLD_FILES+=usr/share/groff_font/devcp1047/L
1575 OLD_FILES+=usr/share/groff_font/devcp1047/R
1576 OLD_FILES+=usr/share/groff_font/devcp1047/S
1577 OLD_DIRS+=usr/share/groff_font/devcp1047
1578 OLD_FILES+=usr/share/groff_font/devdvi/CW
1579 OLD_FILES+=usr/share/groff_font/devdvi/CWEC
1580 OLD_FILES+=usr/share/groff_font/devdvi/CWI
1581 OLD_FILES+=usr/share/groff_font/devdvi/CWIEC
1582 OLD_FILES+=usr/share/groff_font/devdvi/CWITC
1583 OLD_FILES+=usr/share/groff_font/devdvi/CWTC
1584 OLD_FILES+=usr/share/groff_font/devdvi/CompileFonts
1585 OLD_FILES+=usr/share/groff_font/devdvi/DESC
1586 OLD_FILES+=usr/share/groff_font/devdvi/EX
1587 OLD_FILES+=usr/share/groff_font/devdvi/HB
1588 OLD_FILES+=usr/share/groff_font/devdvi/HBEC
1589 OLD_FILES+=usr/share/groff_font/devdvi/HBI
1590 OLD_FILES+=usr/share/groff_font/devdvi/HBIEC
1591 OLD_FILES+=usr/share/groff_font/devdvi/HBITC
1592 OLD_FILES+=usr/share/groff_font/devdvi/HBTC
1593 OLD_FILES+=usr/share/groff_font/devdvi/HI
1594 OLD_FILES+=usr/share/groff_font/devdvi/HIEC
1595 OLD_FILES+=usr/share/groff_font/devdvi/HITC
1596 OLD_FILES+=usr/share/groff_font/devdvi/HR
1597 OLD_FILES+=usr/share/groff_font/devdvi/HREC
1598 OLD_FILES+=usr/share/groff_font/devdvi/HRTC
1599 OLD_FILES+=usr/share/groff_font/devdvi/MI
1600 OLD_FILES+=usr/share/groff_font/devdvi/Makefile
1601 OLD_FILES+=usr/share/groff_font/devdvi/S
1602 OLD_FILES+=usr/share/groff_font/devdvi/SA
1603 OLD_FILES+=usr/share/groff_font/devdvi/SB
1604 OLD_FILES+=usr/share/groff_font/devdvi/SC
1605 OLD_FILES+=usr/share/groff_font/devdvi/TB
1606 OLD_FILES+=usr/share/groff_font/devdvi/TBEC
1607 OLD_FILES+=usr/share/groff_font/devdvi/TBI
1608 OLD_FILES+=usr/share/groff_font/devdvi/TBIEC
1609 OLD_FILES+=usr/share/groff_font/devdvi/TBITC
1610 OLD_FILES+=usr/share/groff_font/devdvi/TBTC
1611 OLD_FILES+=usr/share/groff_font/devdvi/TI
1612 OLD_FILES+=usr/share/groff_font/devdvi/TIEC
1613 OLD_FILES+=usr/share/groff_font/devdvi/TITC
1614 OLD_FILES+=usr/share/groff_font/devdvi/TR
1615 OLD_FILES+=usr/share/groff_font/devdvi/TREC
1616 OLD_FILES+=usr/share/groff_font/devdvi/TRTC
1617 OLD_FILES+=usr/share/groff_font/devdvi/ec.map
1618 OLD_FILES+=usr/share/groff_font/devdvi/msam.map
1619 OLD_FILES+=usr/share/groff_font/devdvi/msbm.map
1620 OLD_FILES+=usr/share/groff_font/devdvi/tc.map
1621 OLD_FILES+=usr/share/groff_font/devdvi/texb.map
1622 OLD_FILES+=usr/share/groff_font/devdvi/texex.map
1623 OLD_FILES+=usr/share/groff_font/devdvi/texi.map
1624 OLD_FILES+=usr/share/groff_font/devdvi/texmi.map
1625 OLD_FILES+=usr/share/groff_font/devdvi/texr.map
1626 OLD_FILES+=usr/share/groff_font/devdvi/texsy.map
1627 OLD_FILES+=usr/share/groff_font/devdvi/textex.map
1628 OLD_FILES+=usr/share/groff_font/devdvi/textt.map
1629 OLD_DIRS+=usr/share/groff_font/devdvi
1630 OLD_FILES+=usr/share/groff_font/devhtml/B
1631 OLD_FILES+=usr/share/groff_font/devhtml/BI
1632 OLD_FILES+=usr/share/groff_font/devhtml/CB
1633 OLD_FILES+=usr/share/groff_font/devhtml/CBI
1634 OLD_FILES+=usr/share/groff_font/devhtml/CI
1635 OLD_FILES+=usr/share/groff_font/devhtml/CR
1636 OLD_FILES+=usr/share/groff_font/devhtml/DESC
1637 OLD_FILES+=usr/share/groff_font/devhtml/I
1638 OLD_FILES+=usr/share/groff_font/devhtml/R
1639 OLD_FILES+=usr/share/groff_font/devhtml/S
1640 OLD_DIRS+=usr/share/groff_font/devhtml
1641 OLD_FILES+=usr/share/groff_font/devkoi8-r/B
1642 OLD_FILES+=usr/share/groff_font/devkoi8-r/BI
1643 OLD_FILES+=usr/share/groff_font/devkoi8-r/CW
1644 OLD_FILES+=usr/share/groff_font/devkoi8-r/DESC
1645 OLD_FILES+=usr/share/groff_font/devkoi8-r/I
1646 OLD_FILES+=usr/share/groff_font/devkoi8-r/L
1647 OLD_FILES+=usr/share/groff_font/devkoi8-r/R
1648 OLD_FILES+=usr/share/groff_font/devkoi8-r/S
1649 OLD_DIRS+=usr/share/groff_font/devkoi8-r
1650 OLD_FILES+=usr/share/groff_font/devlatin1/B
1651 OLD_FILES+=usr/share/groff_font/devlatin1/BI
1652 OLD_FILES+=usr/share/groff_font/devlatin1/CW
1653 OLD_FILES+=usr/share/groff_font/devlatin1/DESC
1654 OLD_FILES+=usr/share/groff_font/devlatin1/I
1655 OLD_FILES+=usr/share/groff_font/devlatin1/L
1656 OLD_FILES+=usr/share/groff_font/devlatin1/R
1657 OLD_FILES+=usr/share/groff_font/devlatin1/S
1658 OLD_DIRS+=usr/share/groff_font/devlatin1
1659 OLD_FILES+=usr/share/groff_font/devlbp/CB
1660 OLD_FILES+=usr/share/groff_font/devlbp/CI
1661 OLD_FILES+=usr/share/groff_font/devlbp/CR
1662 OLD_FILES+=usr/share/groff_font/devlbp/DESC
1663 OLD_FILES+=usr/share/groff_font/devlbp/EB
1664 OLD_FILES+=usr/share/groff_font/devlbp/EI
1665 OLD_FILES+=usr/share/groff_font/devlbp/ER
1666 OLD_FILES+=usr/share/groff_font/devlbp/HB
1667 OLD_FILES+=usr/share/groff_font/devlbp/HBI
1668 OLD_FILES+=usr/share/groff_font/devlbp/HI
1669 OLD_FILES+=usr/share/groff_font/devlbp/HNB
1670 OLD_FILES+=usr/share/groff_font/devlbp/HNBI
1671 OLD_FILES+=usr/share/groff_font/devlbp/HNI
1672 OLD_FILES+=usr/share/groff_font/devlbp/HNR
1673 OLD_FILES+=usr/share/groff_font/devlbp/HR
1674 OLD_FILES+=usr/share/groff_font/devlbp/TB
1675 OLD_FILES+=usr/share/groff_font/devlbp/TBI
1676 OLD_FILES+=usr/share/groff_font/devlbp/TI
1677 OLD_FILES+=usr/share/groff_font/devlbp/TR
1678 OLD_DIRS+=usr/share/groff_font/devlbp
1679 OLD_FILES+=usr/share/groff_font/devlj4/AB
1680 OLD_FILES+=usr/share/groff_font/devlj4/ABI
1681 OLD_FILES+=usr/share/groff_font/devlj4/AI
1682 OLD_FILES+=usr/share/groff_font/devlj4/ALBB
1683 OLD_FILES+=usr/share/groff_font/devlj4/ALBR
1684 OLD_FILES+=usr/share/groff_font/devlj4/AOB
1685 OLD_FILES+=usr/share/groff_font/devlj4/AOI
1686 OLD_FILES+=usr/share/groff_font/devlj4/AOR
1687 OLD_FILES+=usr/share/groff_font/devlj4/AR
1688 OLD_FILES+=usr/share/groff_font/devlj4/CB
1689 OLD_FILES+=usr/share/groff_font/devlj4/CBI
1690 OLD_FILES+=usr/share/groff_font/devlj4/CI
1691 OLD_FILES+=usr/share/groff_font/devlj4/CLARENDON
1692 OLD_FILES+=usr/share/groff_font/devlj4/CORONET
1693 OLD_FILES+=usr/share/groff_font/devlj4/CR
1694 OLD_FILES+=usr/share/groff_font/devlj4/DESC
1695 OLD_FILES+=usr/share/groff_font/devlj4/GB
1696 OLD_FILES+=usr/share/groff_font/devlj4/GBI
1697 OLD_FILES+=usr/share/groff_font/devlj4/GI
1698 OLD_FILES+=usr/share/groff_font/devlj4/GR
1699 OLD_FILES+=usr/share/groff_font/devlj4/LGB
1700 OLD_FILES+=usr/share/groff_font/devlj4/LGI
1701 OLD_FILES+=usr/share/groff_font/devlj4/LGR
1702 OLD_FILES+=usr/share/groff_font/devlj4/MARIGOLD
1703 OLD_FILES+=usr/share/groff_font/devlj4/OB
1704 OLD_FILES+=usr/share/groff_font/devlj4/OBI
1705 OLD_FILES+=usr/share/groff_font/devlj4/OI
1706 OLD_FILES+=usr/share/groff_font/devlj4/OR
1707 OLD_FILES+=usr/share/groff_font/devlj4/S
1708 OLD_FILES+=usr/share/groff_font/devlj4/SYMBOL
1709 OLD_FILES+=usr/share/groff_font/devlj4/TB
1710 OLD_FILES+=usr/share/groff_font/devlj4/TBI
1711 OLD_FILES+=usr/share/groff_font/devlj4/TI
1712 OLD_FILES+=usr/share/groff_font/devlj4/TNRB
1713 OLD_FILES+=usr/share/groff_font/devlj4/TNRBI
1714 OLD_FILES+=usr/share/groff_font/devlj4/TNRI
1715 OLD_FILES+=usr/share/groff_font/devlj4/TNRR
1716 OLD_FILES+=usr/share/groff_font/devlj4/TR
1717 OLD_FILES+=usr/share/groff_font/devlj4/UB
1718 OLD_FILES+=usr/share/groff_font/devlj4/UBI
1719 OLD_FILES+=usr/share/groff_font/devlj4/UCB
1720 OLD_FILES+=usr/share/groff_font/devlj4/UCBI
1721 OLD_FILES+=usr/share/groff_font/devlj4/UCI
1722 OLD_FILES+=usr/share/groff_font/devlj4/UCR
1723 OLD_FILES+=usr/share/groff_font/devlj4/UI
1724 OLD_FILES+=usr/share/groff_font/devlj4/UR
1725 OLD_FILES+=usr/share/groff_font/devlj4/WINGDINGS
1726 OLD_DIRS+=usr/share/groff_font/devlj4
1727 OLD_FILES+=usr/share/groff_font/devps/AB
1728 OLD_FILES+=usr/share/groff_font/devps/ABI
1729 OLD_FILES+=usr/share/groff_font/devps/AI
1730 OLD_FILES+=usr/share/groff_font/devps/AR
1731 OLD_FILES+=usr/share/groff_font/devps/BMB
1732 OLD_FILES+=usr/share/groff_font/devps/BMBI
1733 OLD_FILES+=usr/share/groff_font/devps/BMI
1734 OLD_FILES+=usr/share/groff_font/devps/BMR
1735 OLD_FILES+=usr/share/groff_font/devps/CB
1736 OLD_FILES+=usr/share/groff_font/devps/CBI
1737 OLD_FILES+=usr/share/groff_font/devps/CI
1738 OLD_FILES+=usr/share/groff_font/devps/CR
1739 OLD_FILES+=usr/share/groff_font/devps/DESC
1740 OLD_FILES+=usr/share/groff_font/devps/EURO
1741 OLD_FILES+=usr/share/groff_font/devps/HB
1742 OLD_FILES+=usr/share/groff_font/devps/HBI
1743 OLD_FILES+=usr/share/groff_font/devps/HI
1744 OLD_FILES+=usr/share/groff_font/devps/HNB
1745 OLD_FILES+=usr/share/groff_font/devps/HNBI
1746 OLD_FILES+=usr/share/groff_font/devps/HNI
1747 OLD_FILES+=usr/share/groff_font/devps/HNR
1748 OLD_FILES+=usr/share/groff_font/devps/HR
1749 OLD_FILES+=usr/share/groff_font/devps/Makefile
1750 OLD_FILES+=usr/share/groff_font/devps/NB
1751 OLD_FILES+=usr/share/groff_font/devps/NBI
1752 OLD_FILES+=usr/share/groff_font/devps/NI
1753 OLD_FILES+=usr/share/groff_font/devps/NR
1754 OLD_FILES+=usr/share/groff_font/devps/PB
1755 OLD_FILES+=usr/share/groff_font/devps/PBI
1756 OLD_FILES+=usr/share/groff_font/devps/PI
1757 OLD_FILES+=usr/share/groff_font/devps/PR
1758 OLD_FILES+=usr/share/groff_font/devps/S
1759 OLD_FILES+=usr/share/groff_font/devps/SS
1760 OLD_FILES+=usr/share/groff_font/devps/TB
1761 OLD_FILES+=usr/share/groff_font/devps/TBI
1762 OLD_FILES+=usr/share/groff_font/devps/TI
1763 OLD_FILES+=usr/share/groff_font/devps/TR
1764 OLD_FILES+=usr/share/groff_font/devps/ZCMI
1765 OLD_FILES+=usr/share/groff_font/devps/ZD
1766 OLD_FILES+=usr/share/groff_font/devps/ZDR
1767 OLD_FILES+=usr/share/groff_font/devps/afmname
1768 OLD_FILES+=usr/share/groff_font/devps/dingbats.map
1769 OLD_FILES+=usr/share/groff_font/devps/dingbats.rmap
1770 OLD_FILES+=usr/share/groff_font/devps/download
1771 OLD_FILES+=usr/share/groff_font/devps/freeeuro.pfa
1772 OLD_FILES+=usr/share/groff_font/devps/lgreekmap
1773 OLD_FILES+=usr/share/groff_font/devps/prologue
1774 OLD_FILES+=usr/share/groff_font/devps/symbol.sed
1775 OLD_FILES+=usr/share/groff_font/devps/symbolchars
1776 OLD_FILES+=usr/share/groff_font/devps/symbolsl.afm
1777 OLD_FILES+=usr/share/groff_font/devps/symbolsl.pfa
1778 OLD_FILES+=usr/share/groff_font/devps/text.enc
1779 OLD_FILES+=usr/share/groff_font/devps/textmap
1780 OLD_FILES+=usr/share/groff_font/devps/zapfdr.pfa
1781 OLD_DIRS+=usr/share/groff_font/devps
1782 OLD_FILES+=usr/share/groff_font/devutf8/B
1783 OLD_FILES+=usr/share/groff_font/devutf8/BI
1784 OLD_FILES+=usr/share/groff_font/devutf8/CW
1785 OLD_FILES+=usr/share/groff_font/devutf8/DESC
1786 OLD_FILES+=usr/share/groff_font/devutf8/I
1787 OLD_FILES+=usr/share/groff_font/devutf8/L
1788 OLD_FILES+=usr/share/groff_font/devutf8/R
1789 OLD_FILES+=usr/share/groff_font/devutf8/S
1790 OLD_DIRS+=usr/share/groff_font/devutf8
1791 OLD_DIRS+=usr/share/groff_font
1792 OLD_FILES+=usr/share/info/groff.info.gz
1793 OLD_FILES+=usr/share/man/man1/addftinfo.1.gz
1794 OLD_FILES+=usr/share/man/man1/afmtodit.1.gz
1795 OLD_FILES+=usr/share/man/man1/eqn.1.gz
1796 OLD_FILES+=usr/share/man/man1/grn.1.gz
1797 OLD_FILES+=usr/share/man/man1/grodvi.1.gz
1798 OLD_FILES+=usr/share/man/man1/groff.1.gz
1799 OLD_FILES+=usr/share/man/man1/grog.1.gz
1800 OLD_FILES+=usr/share/man/man1/grolbp.1.gz
1801 OLD_FILES+=usr/share/man/man1/grolj4.1.gz
1802 OLD_FILES+=usr/share/man/man1/grops.1.gz
1803 OLD_FILES+=usr/share/man/man1/grotty.1.gz
1804 OLD_FILES+=usr/share/man/man1/hpftodit.1.gz
1805 OLD_FILES+=usr/share/man/man1/indxbib.1.gz
1806 OLD_FILES+=usr/share/man/man1/lkbib.1.gz
1807 OLD_FILES+=usr/share/man/man1/lookbib.1.gz
1808 OLD_FILES+=usr/share/man/man1/mmroff.1.gz
1809 OLD_FILES+=usr/share/man/man1/neqn.1.gz
1810 OLD_FILES+=usr/share/man/man1/nroff.1.gz
1811 OLD_FILES+=usr/share/man/man1/pfbtops.1.gz
1812 OLD_FILES+=usr/share/man/man1/pic.1.gz
1813 OLD_FILES+=usr/share/man/man1/psroff.1.gz
1814 OLD_FILES+=usr/share/man/man1/refer.1.gz
1815 OLD_FILES+=usr/share/man/man1/soelim.1.gz
1816 OLD_FILES+=usr/share/man/man1/tbl.1.gz
1817 OLD_FILES+=usr/share/man/man1/tfmtodit.1.gz
1818 OLD_FILES+=usr/share/man/man1/troff.1.gz
1819 OLD_FILES+=usr/share/man/man1/vgrind.1.gz
1820 OLD_FILES+=usr/share/man/man5/groff_font.5.gz
1821 OLD_FILES+=usr/share/man/man5/groff_out.5.gz
1822 OLD_FILES+=usr/share/man/man5/groff_tmac.5.gz
1823 OLD_FILES+=usr/share/man/man5/lj4_font.5.gz
1824 OLD_FILES+=usr/share/man/man5/tmac.5.gz
1825 OLD_FILES+=usr/share/man/man5/vgrindefs.5.gz
1826 OLD_FILES+=usr/share/man/man7/ditroff.7.gz
1827 OLD_FILES+=usr/share/man/man7/groff.7.gz
1828 OLD_FILES+=usr/share/man/man7/groff_char.7.gz
1829 OLD_FILES+=usr/share/man/man7/groff_diff.7.gz
1830 OLD_FILES+=usr/share/man/man7/groff_man.7.gz
1831 OLD_FILES+=usr/share/man/man7/groff_mdoc.7.gz
1832 OLD_FILES+=usr/share/man/man7/groff_me.7.gz
1833 OLD_FILES+=usr/share/man/man7/groff_mm.7.gz
1834 OLD_FILES+=usr/share/man/man7/groff_mmse.7.gz
1835 OLD_FILES+=usr/share/man/man7/groff_ms.7.gz
1836 OLD_FILES+=usr/share/man/man7/groff_trace.7.gz
1837 OLD_FILES+=usr/share/man/man7/groff_www.7.gz
1838 OLD_FILES+=usr/share/man/man7/man.7.gz
1839 OLD_FILES+=usr/share/man/man7/mdoc.7.gz
1840 OLD_FILES+=usr/share/man/man7/mdoc.samples.7.gz
1841 OLD_FILES+=usr/share/man/man7/me.7.gz
1842 OLD_FILES+=usr/share/man/man7/mm.7.gz
1843 OLD_FILES+=usr/share/man/man7/mmse.7.gz
1844 OLD_FILES+=usr/share/man/man7/ms.7.gz
1845 OLD_FILES+=usr/share/man/man7/orig_me.7.gz
1846 OLD_FILES+=usr/share/man/man7/roff.7.gz
1847 OLD_FILES+=usr/share/me/acm.me
1848 OLD_FILES+=usr/share/me/chars.me
1849 OLD_FILES+=usr/share/me/deltext.me
1850 OLD_FILES+=usr/share/me/eqn.me
1851 OLD_FILES+=usr/share/me/float.me
1852 OLD_FILES+=usr/share/me/footnote.me
1853 OLD_FILES+=usr/share/me/index.me
1854 OLD_FILES+=usr/share/me/letterhead.me
1855 OLD_FILES+=usr/share/me/local.me
1856 OLD_FILES+=usr/share/me/null.me
1857 OLD_FILES+=usr/share/me/refer.me
1858 OLD_FILES+=usr/share/me/revisions
1859 OLD_FILES+=usr/share/me/sh.me
1860 OLD_FILES+=usr/share/me/tbl.me
1861 OLD_FILES+=usr/share/me/thesis.me
1862 OLD_DIRS+=usr/share/me
1863 OLD_FILES+=usr/share/misc/vgrindefs
1864 OLD_FILES+=usr/share/misc/vgrindefs.db
1865 OLD_FILES+=usr/share/tmac/X.tmac
1866 OLD_FILES+=usr/share/tmac/Xps.tmac
1867 OLD_FILES+=usr/share/tmac/a4.tmac
1868 OLD_FILES+=usr/share/tmac/an-old.tmac
1869 OLD_FILES+=usr/share/tmac/an.tmac
1870 OLD_FILES+=usr/share/tmac/andoc.tmac
1871 OLD_FILES+=usr/share/tmac/composite.tmac
1872 OLD_FILES+=usr/share/tmac/cp1047.tmac
1873 OLD_FILES+=usr/share/tmac/devtag.tmac
1874 OLD_FILES+=usr/share/tmac/doc.tmac
1875 OLD_FILES+=usr/share/tmac/dvi.tmac
1876 OLD_FILES+=usr/share/tmac/e.tmac
1877 OLD_FILES+=usr/share/tmac/ec.tmac
1878 OLD_FILES+=usr/share/tmac/eqnrc
1879 OLD_FILES+=usr/share/tmac/europs.tmac
1880 OLD_FILES+=usr/share/tmac/html-end.tmac
1881 OLD_FILES+=usr/share/tmac/html.tmac
1882 OLD_FILES+=usr/share/tmac/hyphen.ru
1883 OLD_FILES+=usr/share/tmac/hyphen.us
1884 OLD_FILES+=usr/share/tmac/hyphenex.us
1885 OLD_FILES+=usr/share/tmac/koi8-r.tmac
1886 OLD_FILES+=usr/share/tmac/latin1.tmac
1887 OLD_FILES+=usr/share/tmac/latin2.tmac
1888 OLD_FILES+=usr/share/tmac/latin9.tmac
1889 OLD_FILES+=usr/share/tmac/lbp.tmac
1890 OLD_FILES+=usr/share/tmac/lj4.tmac
1891 OLD_FILES+=usr/share/tmac/m.tmac
1892 OLD_FILES+=usr/share/tmac/man.local
1893 OLD_FILES+=usr/share/tmac/man.tmac
1894 OLD_FILES+=usr/share/tmac/mandoc.tmac
1895 OLD_FILES+=usr/share/tmac/mdoc.local
1896 OLD_FILES+=usr/share/tmac/mdoc.tmac
1897 OLD_FILES+=usr/share/tmac/mdoc/doc-common
1898 OLD_FILES+=usr/share/tmac/mdoc/doc-ditroff
1899 OLD_FILES+=usr/share/tmac/mdoc/doc-nroff
1900 OLD_FILES+=usr/share/tmac/mdoc/doc-syms
1901 OLD_FILES+=usr/share/tmac/mdoc/fr.ISO8859-1
1902 OLD_FILES+=usr/share/tmac/mdoc/ru.KOI8-R
1903 OLD_DIRS+=usr/share/tmac/mdoc
1904 OLD_FILES+=usr/share/tmac/me.tmac
1905 OLD_FILES+=usr/share/tmac/mm/0.MT
1906 OLD_FILES+=usr/share/tmac/mm/4.MT
1907 OLD_FILES+=usr/share/tmac/mm/5.MT
1908 OLD_FILES+=usr/share/tmac/mm/locale
1909 OLD_FILES+=usr/share/tmac/mm/mm.tmac
1910 OLD_FILES+=usr/share/tmac/mm/mmse.tmac
1911 OLD_FILES+=usr/share/tmac/mm/ms.cov
1912 OLD_FILES+=usr/share/tmac/mm/se_locale
1913 OLD_FILES+=usr/share/tmac/mm/se_ms.cov
1914 OLD_DIRS+=usr/share/tmac/mm
1915 OLD_FILES+=usr/share/tmac/ms.tmac
1916 OLD_FILES+=usr/share/tmac/mse.tmac
1917 OLD_FILES+=usr/share/tmac/papersize.tmac
1918 OLD_FILES+=usr/share/tmac/pic.tmac
1919 OLD_FILES+=usr/share/tmac/ps.tmac
1920 OLD_FILES+=usr/share/tmac/psatk.tmac
1921 OLD_FILES+=usr/share/tmac/psold.tmac
1922 OLD_FILES+=usr/share/tmac/pspic.tmac
1923 OLD_FILES+=usr/share/tmac/s.tmac
1924 OLD_FILES+=usr/share/tmac/safer.tmac
1925 OLD_FILES+=usr/share/tmac/tmac.orig_me
1926 OLD_FILES+=usr/share/tmac/tmac.vgrind
1927 OLD_FILES+=usr/share/tmac/trace.tmac
1928 OLD_FILES+=usr/share/tmac/troffrc
1929 OLD_FILES+=usr/share/tmac/troffrc-end
1930 OLD_FILES+=usr/share/tmac/tty-char.tmac
1931 OLD_FILES+=usr/share/tmac/tty.tmac
1932 OLD_FILES+=usr/share/tmac/unicode.tmac
1933 OLD_FILES+=usr/share/tmac/www.tmac
1934 OLD_DIRS+=usr/share/tmac
1935 .endif
1936
1937 .if ${MK_GSSAPI} == no
1938 OLD_FILES+=usr/lib/libgssapi.a
1939 OLD_FILES+=usr/lib/libgssapi.so
1940 OLD_LIBS+=usr/lib/libgssapi.so.10
1941 OLD_FILES+=usr/lib/libgssapi_p.a
1942 OLD_FILES+=usr/lib/librpcsec_gss.a
1943 OLD_FILES+=usr/lib/librpcsec_gss.so
1944 OLD_LIBS+=usr/lib/librpcsec_gss.so.1
1945 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
1946 OLD_FILES+=usr/lib32/libgssapi.a
1947 OLD_FILES+=usr/lib32/libgssapi.so
1948 OLD_LIBS+=usr/lib32/libgssapi.so.10
1949 OLD_FILES+=usr/lib32/libgssapi_p.a
1950 OLD_FILES+=usr/lib32/librpcsec_gss.a
1951 OLD_FILES+=usr/lib32/librpcsec_gss.so
1952 OLD_LIBS+=usr/lib32/librpcsec_gss.so.1
1953 .endif
1954 OLD_FILES+=usr/sbin/gssd
1955 OLD_FILES+=usr/share/man/man3/gss_accept_sec_context.3.gz
1956 OLD_FILES+=usr/share/man/man3/gss_acquire_cred.3.gz
1957 OLD_FILES+=usr/share/man/man3/gss_add_cred.3.gz
1958 OLD_FILES+=usr/share/man/man3/gss_add_oid_set_member.3.gz
1959 OLD_FILES+=usr/share/man/man3/gss_canonicalize_name.3.gz
1960 OLD_FILES+=usr/share/man/man3/gss_compare_name.3.gz
1961 OLD_FILES+=usr/share/man/man3/gss_context_time.3.gz
1962 OLD_FILES+=usr/share/man/man3/gss_create_empty_oid_set.3.gz
1963 OLD_FILES+=usr/share/man/man3/gss_delete_sec_context.3.gz
1964 OLD_FILES+=usr/share/man/man3/gss_display_name.3.gz
1965 OLD_FILES+=usr/share/man/man3/gss_display_status.3.gz
1966 OLD_FILES+=usr/share/man/man3/gss_duplicate_name.3.gz
1967 OLD_FILES+=usr/share/man/man3/gss_export_name.3.gz
1968 OLD_FILES+=usr/share/man/man3/gss_export_sec_context.3.gz
1969 OLD_FILES+=usr/share/man/man3/gss_get_mic.3.gz
1970 OLD_FILES+=usr/share/man/man3/gss_import_name.3.gz
1971 OLD_FILES+=usr/share/man/man3/gss_import_sec_context.3.gz
1972 OLD_FILES+=usr/share/man/man3/gss_indicate_mechs.3.gz
1973 OLD_FILES+=usr/share/man/man3/gss_init_sec_context.3.gz
1974 OLD_FILES+=usr/share/man/man3/gss_inquire_context.3.gz
1975 OLD_FILES+=usr/share/man/man3/gss_inquire_cred.3.gz
1976 OLD_FILES+=usr/share/man/man3/gss_inquire_cred_by_mech.3.gz
1977 OLD_FILES+=usr/share/man/man3/gss_inquire_mechs_for_name.3.gz
1978 OLD_FILES+=usr/share/man/man3/gss_inquire_names_for_mech.3.gz
1979 OLD_FILES+=usr/share/man/man3/gss_process_context_token.3.gz
1980 OLD_FILES+=usr/share/man/man3/gss_release_buffer.3.gz
1981 OLD_FILES+=usr/share/man/man3/gss_release_cred.3.gz
1982 OLD_FILES+=usr/share/man/man3/gss_release_name.3.gz
1983 OLD_FILES+=usr/share/man/man3/gss_release_oid_set.3.gz
1984 OLD_FILES+=usr/share/man/man3/gss_seal.3.gz
1985 OLD_FILES+=usr/share/man/man3/gss_sign.3.gz
1986 OLD_FILES+=usr/share/man/man3/gss_test_oid_set_member.3.gz
1987 OLD_FILES+=usr/share/man/man3/gss_unseal.3.gz
1988 OLD_FILES+=usr/share/man/man3/gss_unwrap.3.gz
1989 OLD_FILES+=usr/share/man/man3/gss_verify.3.gz
1990 OLD_FILES+=usr/share/man/man3/gss_verify_mic.3.gz
1991 OLD_FILES+=usr/share/man/man3/gss_wrap.3.gz
1992 OLD_FILES+=usr/share/man/man3/gss_wrap_size_limit.3.gz
1993 OLD_FILES+=usr/share/man/man3/gssapi.3.gz
1994 OLD_FILES+=usr/share/man/man3/rpc_gss_get_error.3.gz
1995 OLD_FILES+=usr/share/man/man3/rpc_gss_get_mech_info.3.gz
1996 OLD_FILES+=usr/share/man/man3/rpc_gss_get_mechanisms.3.gz
1997 OLD_FILES+=usr/share/man/man3/rpc_gss_get_principal_name.3.gz
1998 OLD_FILES+=usr/share/man/man3/rpc_gss_get_versions.3.gz
1999 OLD_FILES+=usr/share/man/man3/rpc_gss_getcred.3.gz
2000 OLD_FILES+=usr/share/man/man3/rpc_gss_is_installed.3.gz
2001 OLD_FILES+=usr/share/man/man3/rpc_gss_max_data_length.3.gz
2002 OLD_FILES+=usr/share/man/man3/rpc_gss_mech_to_oid.3.gz
2003 OLD_FILES+=usr/share/man/man3/rpc_gss_oid_to_mech.3.gz
2004 OLD_FILES+=usr/share/man/man3/rpc_gss_qop_to_num.3.gz
2005 OLD_FILES+=usr/share/man/man3/rpc_gss_seccreate.3.gz
2006 OLD_FILES+=usr/share/man/man3/rpc_gss_set_callback.3.gz
2007 OLD_FILES+=usr/share/man/man3/rpc_gss_set_defaults.3.gz
2008 OLD_FILES+=usr/share/man/man3/rpc_gss_set_svc_name.3.gz
2009 OLD_FILES+=usr/share/man/man3/rpc_gss_svc_max_data_length.3.gz
2010 OLD_FILES+=usr/share/man/man3/rpcsec_gss.3.gz
2011 OLD_FILES+=usr/share/man/man5/mech.5.gz
2012 OLD_FILES+=usr/share/man/man5/qop.5.gz
2013 OLD_FILES+=usr/share/man/man8/gssd.8.gz
2014 .endif
2015
2016 .if ${MK_HESIOD} == no
2017 OLD_FILES+=usr/bin/hesinfo
2018 OLD_FILES+=usr/include/hesiod.h
2019 OLD_FILES+=usr/share/man/man1/hesinfo.1.gz
2020 OLD_FILES+=usr/share/man/man3/hesiod.3.gz
2021 OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
2022 .endif
2023
2024 #.if ${MK_HTML} == no
2025 # to be filled in
2026 #.endif
2027
2028 .if ${MK_IDEA} == no
2029 OLD_FILES+=usr/include/openssl/idea.h
2030 .endif
2031
2032 .if ${MK_INET6} == no
2033 OLD_FILES+=sbin/ping6
2034 OLD_FILES+=sbin/rtsol
2035 OLD_FILES+=usr/sbin/faithd
2036 OLD_FILES+=usr/sbin/ip6addrctl
2037 OLD_FILES+=usr/sbin/mld6query
2038 OLD_FILES+=usr/sbin/ndp
2039 OLD_FILES+=usr/sbin/rip6query
2040 OLD_FILES+=usr/sbin/route6d
2041 OLD_FILES+=usr/sbin/rrenumd
2042 OLD_FILES+=usr/sbin/rtadvd
2043 OLD_FILES+=usr/sbin/rtsold
2044 OLD_FILES+=usr/sbin/traceroute6
2045 OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz
2046 OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz
2047 OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz
2048 OLD_FILES+=usr/share/man/man8/mld6query.8.gz
2049 OLD_FILES+=usr/share/man/man8/ndp.8.gz
2050 OLD_FILES+=usr/share/man/man8/ping6.8.gz
2051 OLD_FILES+=usr/share/man/man8/rip6query.8.gz
2052 OLD_FILES+=usr/share/man/man8/route6d.8.gz
2053 OLD_FILES+=usr/share/man/man8/rrenumd.8.gz
2054 OLD_FILES+=usr/share/man/man8/rtadvd.8.gz
2055 OLD_FILES+=usr/share/man/man8/rtsol.8.gz
2056 OLD_FILES+=usr/share/man/man8/rtsold.8.gz
2057 OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
2058 .endif
2059
2060 .if ${MK_INET6_SUPPORT} == no
2061 OLD_FILES+=rescue/ping6
2062 .endif
2063
2064 #.if ${MK_INFO} == no
2065 # to be filled in
2066 #.endif
2067
2068 .if ${MK_IPFILTER} == no
2069 OLD_FILES+=etc/periodic/security/510.ipfdenied
2070 OLD_FILES+=rescue/ipf
2071 OLD_FILES+=sbin/ipf
2072 OLD_FILES+=sbin/ipfs
2073 OLD_FILES+=sbin/ipfstat
2074 OLD_FILES+=sbin/ipftest
2075 OLD_FILES+=sbin/ipmon
2076 OLD_FILES+=sbin/ipnat
2077 OLD_FILES+=sbin/ippool
2078 OLD_FILES+=sbin/ipresend
2079 OLD_FILES+=usr/include/netinet/ip_auth.h
2080 OLD_FILES+=usr/include/netinet/ip_compat.h
2081 OLD_FILES+=usr/include/netinet/ip_fil.h
2082 OLD_FILES+=usr/include/netinet/ip_frag.h
2083 OLD_FILES+=usr/include/netinet/ip_htable.h
2084 OLD_FILES+=usr/include/netinet/ip_lookup.h
2085 OLD_FILES+=usr/include/netinet/ip_nat.h
2086 OLD_FILES+=usr/include/netinet/ip_pool.h
2087 OLD_FILES+=usr/include/netinet/ip_proxy.h
2088 OLD_FILES+=usr/include/netinet/ip_rules.h
2089 OLD_FILES+=usr/include/netinet/ip_scan.h
2090 OLD_FILES+=usr/include/netinet/ip_state.h
2091 OLD_FILES+=usr/include/netinet/ip_sync.h
2092 OLD_FILES+=usr/include/netinet/ipl.h
2093 OLD_FILES+=usr/share/examples/ipfilter/README
2094 OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT
2095 OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW
2096 OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW
2097 OLD_FILES+=usr/share/examples/ipfilter/example.1
2098 OLD_FILES+=usr/share/examples/ipfilter/example.2
2099 OLD_FILES+=usr/share/examples/ipfilter/example.3
2100 OLD_FILES+=usr/share/examples/ipfilter/example.4
2101 OLD_FILES+=usr/share/examples/ipfilter/example.5
2102 OLD_FILES+=usr/share/examples/ipfilter/example.6
2103 OLD_FILES+=usr/share/examples/ipfilter/example.7
2104 OLD_FILES+=usr/share/examples/ipfilter/example.8
2105 OLD_FILES+=usr/share/examples/ipfilter/example.9
2106 OLD_FILES+=usr/share/examples/ipfilter/example.10
2107 OLD_FILES+=usr/share/examples/ipfilter/example.11
2108 OLD_FILES+=usr/share/examples/ipfilter/example.12
2109 OLD_FILES+=usr/share/examples/ipfilter/example.13
2110 OLD_FILES+=usr/share/examples/ipfilter/example.sr
2111 OLD_FILES+=usr/share/examples/ipfilter/firewall
2112 OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy
2113 OLD_FILES+=usr/share/examples/ipfilter/ftppxy
2114 OLD_FILES+=usr/share/examples/ipfilter/nat-setup
2115 OLD_FILES+=usr/share/examples/ipfilter/nat.eg
2116 OLD_FILES+=usr/share/examples/ipfilter/server
2117 OLD_FILES+=usr/share/examples/ipfilter/tcpstate
2118 OLD_FILES+=usr/share/examples/ipfilter/example.14
2119 OLD_FILES+=usr/share/examples/ipfilter/firewall.1
2120 OLD_FILES+=usr/share/examples/ipfilter/firewall.2
2121 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive
2122 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive
2123 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample
2124 OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample
2125 OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt
2126 OLD_FILES+=usr/share/examples/ipfilter/examples.txt
2127 OLD_FILES+=usr/share/examples/ipfilter/rules.txt
2128 OLD_FILES+=usr/share/man/man1/ipftest.1.gz
2129 OLD_FILES+=usr/share/man/man1/ipresend.1.gz
2130 OLD_FILES+=usr/share/man/man4/ipf.4.gz
2131 OLD_FILES+=usr/share/man/man4/ipl.4.gz
2132 OLD_FILES+=usr/share/man/man4/ipfilter.4.gz
2133 OLD_FILES+=usr/share/man/man4/ipnat.4.gz
2134 OLD_FILES+=usr/share/man/man5/ipf.5.gz
2135 OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz
2136 OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz
2137 OLD_FILES+=usr/share/man/man5/ipnat.5.gz
2138 OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz
2139 OLD_FILES+=usr/share/man/man5/ippool.5.gz
2140 OLD_FILES+=usr/share/man/man8/ipf.8.gz
2141 OLD_FILES+=usr/share/man/man8/ipfs.8.gz
2142 OLD_FILES+=usr/share/man/man8/ipfstat.8.gz
2143 OLD_FILES+=usr/share/man/man8/ipmon.8.gz
2144 OLD_FILES+=usr/share/man/man8/ipnat.8.gz
2145 OLD_FILES+=usr/share/man/man8/ippool.8.gz
2146 .endif
2147
2148 .if ${MK_IPFW} == no
2149 OLD_FILES+=etc/periodic/security/500.ipfwdenied
2150 OLD_FILES+=etc/periodic/security/550.ipfwlimit
2151 OLD_FILES+=sbin/ipfw
2152 OLD_FILES+=sbin/natd
2153 OLD_FILES+=usr/sbin/ipfwpcap
2154 OLD_FILES+=usr/share/man/man8/ipfw.8.gz
2155 OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz
2156 OLD_FILES+=usr/share/man/man8/natd.8.gz
2157 .endif
2158
2159 .if ${MK_IPX} == no
2160 OLD_LIBS+=lib/libipx.so.5
2161 OLD_FILES+=usr/lib/libipx.a
2162 OLD_FILES+=usr/lib/libipx.so
2163 OLD_FILES+=usr/lib/libipx_p.a
2164 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2165 OLD_FILES+=usr/lib32/libipx.a
2166 OLD_FILES+=usr/lib32/libipx.so
2167 OLD_LIBS+=usr/lib32/libipx.so.5
2168 OLD_FILES+=usr/lib32/libipx_p.a
2169 .endif
2170 OLD_FILES+=usr/sbin/IPXrouted
2171 OLD_FILES+=usr/share/man/man3/ipx.3.gz
2172 OLD_FILES+=usr/share/man/man3/ipx_addr.3.gz
2173 OLD_FILES+=usr/share/man/man3/ipx_ntoa.3.gz
2174 OLD_FILES+=usr/share/man/man8/IPXrouted.8.gz
2175 .endif
2176
2177 .if ${MK_JAIL} == no
2178 OLD_FILES+=usr/sbin/jail
2179 OLD_FILES+=usr/sbin/jexec
2180 OLD_FILES+=usr/sbin/jls
2181 OLD_FILES+=usr/share/man/man8/jail.8.gz
2182 OLD_FILES+=usr/share/man/man8/jexec.8.gz
2183 OLD_FILES+=usr/share/man/man8/jls.8.gz
2184 .endif
2185
2186 .if ${MK_KERBEROS} == no
2187 OLD_FILES+=usr/bin/kadmin
2188 OLD_FILES+=usr/bin/kdestroy
2189 OLD_FILES+=usr/bin/kinit
2190 OLD_FILES+=usr/bin/klist
2191 OLD_FILES+=usr/bin/kpasswd
2192 OLD_FILES+=usr/bin/krb5-config
2193 OLD_FILES+=usr/bin/ksu
2194 OLD_FILES+=usr/bin/verify_krb5_conf
2195 OLD_FILES+=usr/include/asn1_err.h
2196 OLD_FILES+=usr/include/cms_asn1.h
2197 OLD_FILES+=usr/include/digest_asn1.h
2198 OLD_FILES+=usr/include/gssapi/gssapi_krb5.h
2199 OLD_FILES+=usr/include/hdb-private.h
2200 OLD_FILES+=usr/include/hdb-protos.h
2201 OLD_FILES+=usr/include/hdb.h
2202 OLD_FILES+=usr/include/hdb_asn1.h
2203 OLD_FILES+=usr/include/hdb_err.h
2204 OLD_FILES+=usr/include/heim_asn1.h
2205 OLD_FILES+=usr/include/heim_err.h
2206 OLD_FILES+=usr/include/heim_threads.h
2207 OLD_FILES+=usr/include/heimntlm-protos.h
2208 OLD_FILES+=usr/include/heimntlm.h
2209 OLD_FILES+=usr/include/hx509-private.h
2210 OLD_FILES+=usr/include/hx509-protos.h
2211 OLD_FILES+=usr/include/hx509.h
2212 OLD_FILES+=usr/include/hx509_err.h
2213 OLD_FILES+=usr/include/k524_err.h
2214 OLD_FILES+=usr/include/kadm5/admin.h
2215 OLD_FILES+=usr/include/kadm5/kadm5-private.h
2216 OLD_FILES+=usr/include/kadm5/kadm5-protos.h
2217 OLD_FILES+=usr/include/kadm5/kadm5_err.h
2218 OLD_FILES+=usr/include/kadm5/private.h
2219 OLD_FILES+=usr/include/kafs.h
2220 OLD_FILES+=usr/include/krb5-protos.h
2221 OLD_FILES+=usr/include/krb5-types.h
2222 OLD_FILES+=usr/include/krb5-v4compat.h
2223 OLD_FILES+=usr/include/krb5.h
2224 OLD_FILES+=usr/include/krb5_asn1.h
2225 OLD_FILES+=usr/include/krb5_err.h
2226 OLD_FILES+=usr/include/krb_err.h
2227 OLD_FILES+=usr/include/kx509_asn1.h
2228 OLD_FILES+=usr/include/ocsp_asn1.h
2229 OLD_FILES+=usr/include/pkcs10_asn1.h
2230 OLD_FILES+=usr/include/pkcs12_asn1.h
2231 OLD_FILES+=usr/include/pkcs8_asn1.h
2232 OLD_FILES+=usr/include/pkcs9_asn1.h
2233 OLD_FILES+=usr/include/pkinit_asn1.h
2234 OLD_FILES+=usr/include/rfc2459_asn1.h
2235 OLD_FILES+=usr/include/roken-common.h
2236 OLD_FILES+=usr/include/roken.h
2237 OLD_FILES+=usr/lib/libasn1.a
2238 OLD_FILES+=usr/lib/libasn1.so
2239 OLD_LIBS+=usr/lib/libasn1.so.10
2240 OLD_FILES+=usr/lib/libasn1_p.a
2241 OLD_FILES+=usr/lib/libgssapi_krb5.a
2242 OLD_FILES+=usr/lib/libgssapi_krb5.so
2243 OLD_LIBS+=usr/lib/libgssapi_krb5.so.10
2244 OLD_FILES+=usr/lib/libgssapi_krb5_p.a
2245 OLD_FILES+=usr/lib/libgssapi_ntlm.a
2246 OLD_FILES+=usr/lib/libgssapi_ntlm.so
2247 OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10
2248 OLD_FILES+=usr/lib/libgssapi_ntlm_p.a
2249 OLD_FILES+=usr/lib/libgssapi_spnego.a
2250 OLD_FILES+=usr/lib/libgssapi_spnego.so
2251 OLD_LIBS+=usr/lib/libgssapi_spnego.so.10
2252 OLD_FILES+=usr/lib/libgssapi_spnego_p.a
2253 OLD_FILES+=usr/lib/libhdb.a
2254 OLD_FILES+=usr/lib/libhdb.so
2255 OLD_LIBS+=usr/lib/libhdb.so.10
2256 OLD_FILES+=usr/lib/libhdb_p.a
2257 OLD_FILES+=usr/lib/libheimntlm.a
2258 OLD_FILES+=usr/lib/libheimntlm.so
2259 OLD_LIBS+=usr/lib/libheimntlm.so.10
2260 OLD_FILES+=usr/lib/libheimntlm_p.a
2261 OLD_FILES+=usr/lib/libhx509.a
2262 OLD_FILES+=usr/lib/libhx509.so
2263 OLD_LIBS+=usr/lib/libhx509.so.10
2264 OLD_FILES+=usr/lib/libhx509_p.a
2265 OLD_FILES+=usr/lib/libkadm5clnt.a
2266 OLD_FILES+=usr/lib/libkadm5clnt.so
2267 OLD_LIBS+=usr/lib/libkadm5clnt.so.10
2268 OLD_FILES+=usr/lib/libkadm5clnt_p.a
2269 OLD_FILES+=usr/lib/libkadm5srv.a
2270 OLD_FILES+=usr/lib/libkadm5srv.so
2271 OLD_LIBS+=usr/lib/libkadm5srv.so.10
2272 OLD_FILES+=usr/lib/libkadm5srv_p.a
2273 OLD_FILES+=usr/lib/libkafs5.a
2274 OLD_FILES+=usr/lib/libkafs5.so
2275 OLD_LIBS+=usr/lib/libkafs5.so.10
2276 OLD_FILES+=usr/lib/libkafs5_p.a
2277 OLD_FILES+=usr/lib/libkrb5.a
2278 OLD_FILES+=usr/lib/libkrb5.so
2279 OLD_LIBS+=usr/lib/libkrb5.so.10
2280 OLD_FILES+=usr/lib/libkrb5_p.a
2281 OLD_FILES+=usr/lib/libroken.a
2282 OLD_FILES+=usr/lib/libroken.so
2283 OLD_LIBS+=usr/lib/libroken.so.10
2284 OLD_FILES+=usr/lib/libroken_p.a
2285 OLD_FILES+=usr/lib/pam_krb5.so
2286 OLD_LIBS+=usr/lib/pam_krb5.so.5
2287 OLD_FILES+=usr/lib/pam_ksu.so
2288 OLD_LIBS+=usr/lib/pam_ksu.so.5
2289 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2290 OLD_FILES+=usr/lib32/libasn1.a
2291 OLD_FILES+=usr/lib32/libasn1.so
2292 OLD_LIBS+=usr/lib32/libasn1.so.10
2293 OLD_FILES+=usr/lib32/libasn1_p.a
2294 OLD_FILES+=usr/lib32/libgssapi_krb5.a
2295 OLD_FILES+=usr/lib32/libgssapi_krb5.so
2296 OLD_LIBS+=usr/lib32/libgssapi_krb5.so.10
2297 OLD_FILES+=usr/lib32/libgssapi_krb5_p.a
2298 OLD_FILES+=usr/lib32/libgssapi_ntlm.a
2299 OLD_FILES+=usr/lib32/libgssapi_ntlm.so
2300 OLD_LIBS+=usr/lib32/libgssapi_ntlm.so.10
2301 OLD_FILES+=usr/lib32/libgssapi_ntlm_p.a
2302 OLD_FILES+=usr/lib32/libgssapi_spnego.a
2303 OLD_FILES+=usr/lib32/libgssapi_spnego.so
2304 OLD_LIBS+=usr/lib32/libgssapi_spnego.so.10
2305 OLD_FILES+=usr/lib32/libgssapi_spnego_p.a
2306 OLD_FILES+=usr/lib32/libhdb.a
2307 OLD_FILES+=usr/lib32/libhdb.so
2308 OLD_LIBS+=usr/lib32/libhdb.so.10
2309 OLD_FILES+=usr/lib32/libhdb_p.a
2310 OLD_FILES+=usr/lib32/libheimntlm.a
2311 OLD_FILES+=usr/lib32/libheimntlm.so
2312 OLD_LIBS+=usr/lib32/libheimntlm.so.10
2313 OLD_FILES+=usr/lib32/libheimntlm_p.a
2314 OLD_FILES+=usr/lib32/libhx509.a
2315 OLD_FILES+=usr/lib32/libhx509.so
2316 OLD_LIBS+=usr/lib32/libhx509.so.10
2317 OLD_FILES+=usr/lib32/libhx509_p.a
2318 OLD_FILES+=usr/lib32/libkadm5clnt.a
2319 OLD_FILES+=usr/lib32/libkadm5clnt.so
2320 OLD_LIBS+=usr/lib32/libkadm5clnt.so.10
2321 OLD_FILES+=usr/lib32/libkadm5clnt_p.a
2322 OLD_FILES+=usr/lib32/libkadm5srv.a
2323 OLD_FILES+=usr/lib32/libkadm5srv.so
2324 OLD_LIBS+=usr/lib32/libkadm5srv.so.10
2325 OLD_FILES+=usr/lib32/libkadm5srv_p.a
2326 OLD_FILES+=usr/lib32/libkafs5.a
2327 OLD_FILES+=usr/lib32/libkafs5.so
2328 OLD_LIBS+=usr/lib32/libkafs5.so.10
2329 OLD_FILES+=usr/lib32/libkafs5_p.a
2330 OLD_FILES+=usr/lib32/libkrb5.a
2331 OLD_FILES+=usr/lib32/libkrb5.so
2332 OLD_LIBS+=usr/lib32/libkrb5.so.10
2333 OLD_FILES+=usr/lib32/libkrb5_p.a
2334 OLD_FILES+=usr/lib32/libroken.a
2335 OLD_FILES+=usr/lib32/libroken.so
2336 OLD_LIBS+=usr/lib32/libroken.so.10
2337 OLD_FILES+=usr/lib32/libroken_p.a
2338 OLD_FILES+=usr/lib32/pam_krb5.so
2339 OLD_LIBS+=usr/lib32/pam_krb5.so.5
2340 OLD_FILES+=usr/lib32/pam_ksu.so
2341 OLD_LIBS+=usr/lib32/pam_ksu.so.5
2342 .endif
2343 OLD_FILES+=usr/libexec/hprop
2344 OLD_FILES+=usr/libexec/hpropd
2345 OLD_FILES+=usr/libexec/ipropd-master
2346 OLD_FILES+=usr/libexec/ipropd-slave
2347 OLD_FILES+=usr/libexec/kadmind
2348 OLD_FILES+=usr/libexec/kcm
2349 OLD_FILES+=usr/libexec/kdc
2350 OLD_FILES+=usr/libexec/kpasswdd
2351 OLD_FILES+=usr/sbin/kstash
2352 OLD_FILES+=usr/sbin/ktutil
2353 OLD_FILES+=usr/share/info/heimdal.info.gz
2354 OLD_FILES+=usr/share/man/man1/kdestroy.1.gz
2355 OLD_FILES+=usr/share/man/man1/kinit.1.gz
2356 OLD_FILES+=usr/share/man/man1/klist.1.gz
2357 OLD_FILES+=usr/share/man/man1/kpasswd.1.gz
2358 OLD_FILES+=usr/share/man/man1/krb5-config.1.gz
2359 OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz
2360 OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz
2361 OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz
2362 OLD_FILES+=usr/share/man/man3/k_setpag.3.gz
2363 OLD_FILES+=usr/share/man/man3/k_unlog.3.gz
2364 OLD_FILES+=usr/share/man/man3/kafs.3.gz
2365 OLD_FILES+=usr/share/man/man3/kafs5.3.gz
2366 OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz
2367 OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz
2368 OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz
2369 OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz
2370 OLD_FILES+=usr/share/man/man3/krb5.3.gz
2371 OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc.3.gz
2372 OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal.3.gz
2373 OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal_ext.3.gz
2374 OLD_FILES+=usr/share/man/man3/krb5_524_conv_principal.3.gz
2375 OLD_FILES+=usr/share/man/man3/krb5_acl_match_file.3.gz
2376 OLD_FILES+=usr/share/man/man3/krb5_addlog_dest.3.gz
2377 OLD_FILES+=usr/share/man/man3/krb5_addlog_func.3.gz
2378 OLD_FILES+=usr/share/man/man3/krb5_addr2sockaddr.3.gz
2379 OLD_FILES+=usr/share/man/man3/krb5_address.3.gz
2380 OLD_FILES+=usr/share/man/man3/krb5_address_compare.3.gz
2381 OLD_FILES+=usr/share/man/man3/krb5_address_order.3.gz
2382 OLD_FILES+=usr/share/man/man3/krb5_address_search.3.gz
2383 OLD_FILES+=usr/share/man/man3/krb5_addresses.3.gz
2384 OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz
2385 OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz
2386 OLD_FILES+=usr/share/man/man3/krb5_aname_to_localname.3.gz
2387 OLD_FILES+=usr/share/man/man3/krb5_anyaddr.3.gz
2388 OLD_FILES+=usr/share/man/man3/krb5_appdefault.3.gz
2389 OLD_FILES+=usr/share/man/man3/krb5_appdefault_boolean.3.gz
2390 OLD_FILES+=usr/share/man/man3/krb5_appdefault_string.3.gz
2391 OLD_FILES+=usr/share/man/man3/krb5_appdefault_time.3.gz
2392 OLD_FILES+=usr/share/man/man3/krb5_append_addresses.3.gz
2393 OLD_FILES+=usr/share/man/man3/krb5_auth_con_free.3.gz
2394 OLD_FILES+=usr/share/man/man3/krb5_auth_con_genaddrs.3.gz
2395 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getaddrs.3.gz
2396 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getflags.3.gz
2397 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getkey.3.gz
2398 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getlocalsubkey.3.gz
2399 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getrcache.3.gz
2400 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getremotesubkey.3.gz
2401 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getuserkey.3.gz
2402 OLD_FILES+=usr/share/man/man3/krb5_auth_con_init.3.gz
2403 OLD_FILES+=usr/share/man/man3/krb5_auth_con_initivector.3.gz
2404 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs.3.gz
2405 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs_from_fd.3.gz
2406 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setflags.3.gz
2407 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setivector.3.gz
2408 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setkey.3.gz
2409 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setlocalsubkey.3.gz
2410 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setrcache.3.gz
2411 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setremotesubkey.3.gz
2412 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setuserkey.3.gz
2413 OLD_FILES+=usr/share/man/man3/krb5_auth_context.3.gz
2414 OLD_FILES+=usr/share/man/man3/krb5_auth_getauthenticator.3.gz
2415 OLD_FILES+=usr/share/man/man3/krb5_auth_getcksumtype.3.gz
2416 OLD_FILES+=usr/share/man/man3/krb5_auth_getkeytype.3.gz
2417 OLD_FILES+=usr/share/man/man3/krb5_auth_getlocalseqnumber.3.gz
2418 OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz
2419 OLD_FILES+=usr/share/man/man3/krb5_auth_setcksumtype.3.gz
2420 OLD_FILES+=usr/share/man/man3/krb5_auth_setkeytype.3.gz
2421 OLD_FILES+=usr/share/man/man3/krb5_auth_setlocalseqnumber.3.gz
2422 OLD_FILES+=usr/share/man/man3/krb5_auth_setremoteseqnumber.3.gz
2423 OLD_FILES+=usr/share/man/man3/krb5_build_principal.3.gz
2424 OLD_FILES+=usr/share/man/man3/krb5_build_principal_ext.3.gz
2425 OLD_FILES+=usr/share/man/man3/krb5_build_principal_va.3.gz
2426 OLD_FILES+=usr/share/man/man3/krb5_build_principal_va_ext.3.gz
2427 OLD_FILES+=usr/share/man/man3/krb5_c_make_checksum.3.gz
2428 OLD_FILES+=usr/share/man/man3/krb5_cc_close.3.gz
2429 OLD_FILES+=usr/share/man/man3/krb5_cc_copy_cache.3.gz
2430 OLD_FILES+=usr/share/man/man3/krb5_cc_cursor.3.gz
2431 OLD_FILES+=usr/share/man/man3/krb5_cc_default.3.gz
2432 OLD_FILES+=usr/share/man/man3/krb5_cc_default_name.3.gz
2433 OLD_FILES+=usr/share/man/man3/krb5_cc_destroy.3.gz
2434 OLD_FILES+=usr/share/man/man3/krb5_cc_end_seq_get.3.gz
2435 OLD_FILES+=usr/share/man/man3/krb5_cc_gen_new.3.gz
2436 OLD_FILES+=usr/share/man/man3/krb5_cc_get_name.3.gz
2437 OLD_FILES+=usr/share/man/man3/krb5_cc_get_ops.3.gz
2438 OLD_FILES+=usr/share/man/man3/krb5_cc_get_principal.3.gz
2439 OLD_FILES+=usr/share/man/man3/krb5_cc_get_type.3.gz
2440 OLD_FILES+=usr/share/man/man3/krb5_cc_get_version.3.gz
2441 OLD_FILES+=usr/share/man/man3/krb5_cc_initialize.3.gz
2442 OLD_FILES+=usr/share/man/man3/krb5_cc_next_cred.3.gz
2443 OLD_FILES+=usr/share/man/man3/krb5_cc_ops.3.gz
2444 OLD_FILES+=usr/share/man/man3/krb5_cc_register.3.gz
2445 OLD_FILES+=usr/share/man/man3/krb5_cc_remove_cred.3.gz
2446 OLD_FILES+=usr/share/man/man3/krb5_cc_resolve.3.gz
2447 OLD_FILES+=usr/share/man/man3/krb5_cc_retrieve_cred.3.gz
2448 OLD_FILES+=usr/share/man/man3/krb5_cc_set_default_name.3.gz
2449 OLD_FILES+=usr/share/man/man3/krb5_cc_set_flags.3.gz
2450 OLD_FILES+=usr/share/man/man3/krb5_cc_store_cred.3.gz
2451 OLD_FILES+=usr/share/man/man3/krb5_ccache.3.gz
2452 OLD_FILES+=usr/share/man/man3/krb5_check_transited.3.gz
2453 OLD_FILES+=usr/share/man/man3/krb5_checksum_is_collision_proof.3.gz
2454 OLD_FILES+=usr/share/man/man3/krb5_checksum_is_keyed.3.gz
2455 OLD_FILES+=usr/share/man/man3/krb5_checksumsize.3.gz
2456 OLD_FILES+=usr/share/man/man3/krb5_closelog.3.gz
2457 OLD_FILES+=usr/share/man/man3/krb5_compare_creds.3.gz
2458 OLD_FILES+=usr/share/man/man3/krb5_config.3.gz
2459 OLD_FILES+=usr/share/man/man3/krb5_config_get_bool_default.3.gz
2460 OLD_FILES+=usr/share/man/man3/krb5_config_get_int_default.3.gz
2461 OLD_FILES+=usr/share/man/man3/krb5_config_get_string_default.3.gz
2462 OLD_FILES+=usr/share/man/man3/krb5_config_get_time_default.3.gz
2463 OLD_FILES+=usr/share/man/man3/krb5_context.3.gz
2464 OLD_FILES+=usr/share/man/man3/krb5_copy_address.3.gz
2465 OLD_FILES+=usr/share/man/man3/krb5_copy_addresses.3.gz
2466 OLD_FILES+=usr/share/man/man3/krb5_copy_data.3.gz
2467 OLD_FILES+=usr/share/man/man3/krb5_copy_principal.3.gz
2468 OLD_FILES+=usr/share/man/man3/krb5_create_checksum.3.gz
2469 OLD_FILES+=usr/share/man/man3/krb5_creds.3.gz
2470 OLD_FILES+=usr/share/man/man3/krb5_crypto_destroy.3.gz
2471 OLD_FILES+=usr/share/man/man3/krb5_crypto_init.3.gz
2472 OLD_FILES+=usr/share/man/man3/krb5_data.3.gz
2473 OLD_FILES+=usr/share/man/man3/krb5_data_alloc.3.gz
2474 OLD_FILES+=usr/share/man/man3/krb5_data_copy.3.gz
2475 OLD_FILES+=usr/share/man/man3/krb5_data_free.3.gz
2476 OLD_FILES+=usr/share/man/man3/krb5_data_realloc.3.gz
2477 OLD_FILES+=usr/share/man/man3/krb5_data_zero.3.gz
2478 OLD_FILES+=usr/share/man/man3/krb5_decrypt.3.gz
2479 OLD_FILES+=usr/share/man/man3/krb5_decrypt_EncryptedData.3.gz
2480 OLD_FILES+=usr/share/man/man3/krb5_digest.3.gz
2481 OLD_FILES+=usr/share/man/man3/krb5_eai_to_heim_errno.3.gz
2482 OLD_FILES+=usr/share/man/man3/krb5_encrypt.3.gz
2483 OLD_FILES+=usr/share/man/man3/krb5_encrypt_EncryptedData.3.gz
2484 OLD_FILES+=usr/share/man/man3/krb5_err.3.gz
2485 OLD_FILES+=usr/share/man/man3/krb5_errx.3.gz
2486 OLD_FILES+=usr/share/man/man3/krb5_expand_hostname.3.gz
2487 OLD_FILES+=usr/share/man/man3/krb5_fcc_ops.3.gz
2488 OLD_FILES+=usr/share/man/man3/krb5_find_padata.3.gz
2489 OLD_FILES+=usr/share/man/man3/krb5_free_address.3.gz
2490 OLD_FILES+=usr/share/man/man3/krb5_free_addresses.3.gz
2491 OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz
2492 OLD_FILES+=usr/share/man/man3/krb5_free_data.3.gz
2493 OLD_FILES+=usr/share/man/man3/krb5_free_data_contents.3.gz
2494 OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz
2495 OLD_FILES+=usr/share/man/man3/krb5_free_krbhst.3.gz
2496 OLD_FILES+=usr/share/man/man3/krb5_free_principal.3.gz
2497 OLD_FILES+=usr/share/man/man3/krb5_generate_random_block.3.gz
2498 OLD_FILES+=usr/share/man/man3/krb5_get_all_client_addrs.3.gz
2499 OLD_FILES+=usr/share/man/man3/krb5_get_all_server_addrs.3.gz
2500 OLD_FILES+=usr/share/man/man3/krb5_get_credentials.3.gz
2501 OLD_FILES+=usr/share/man/man3/krb5_get_creds.3.gz
2502 OLD_FILES+=usr/share/man/man3/krb5_get_default_principal.3.gz
2503 OLD_FILES+=usr/share/man/man3/krb5_get_default_realm.3.gz
2504 OLD_FILES+=usr/share/man/man3/krb5_get_default_realms.3.gz
2505 OLD_FILES+=usr/share/man/man3/krb5_get_forwarded_creds.3.gz
2506 OLD_FILES+=usr/share/man/man3/krb5_get_host_realm.3.gz
2507 OLD_FILES+=usr/share/man/man3/krb5_get_in_cred.3.gz
2508 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds.3.gz
2509 OLD_FILES+=usr/share/man/man3/krb5_get_krb524hst.3.gz
2510 OLD_FILES+=usr/share/man/man3/krb5_get_krb_admin_hst.3.gz
2511 OLD_FILES+=usr/share/man/man3/krb5_get_krb_changepw_hst.3.gz
2512 OLD_FILES+=usr/share/man/man3/krb5_get_krbhst.3.gz
2513 OLD_FILES+=usr/share/man/man3/krb5_getportbyname.3.gz
2514 OLD_FILES+=usr/share/man/man3/krb5_h_addr2addr.3.gz
2515 OLD_FILES+=usr/share/man/man3/krb5_h_addr2sockaddr.3.gz
2516 OLD_FILES+=usr/share/man/man3/krb5_init_context.3.gz
2517 OLD_FILES+=usr/share/man/man3/krb5_initlog.3.gz
2518 OLD_FILES+=usr/share/man/man3/krb5_is_thread_safe.3.gz
2519 OLD_FILES+=usr/share/man/man3/krb5_keyblock.3.gz
2520 OLD_FILES+=usr/share/man/man3/krb5_keytab.3.gz
2521 OLD_FILES+=usr/share/man/man3/krb5_keytab_entry.3.gz
2522 OLD_FILES+=usr/share/man/man3/krb5_krbhst_format_string.3.gz
2523 OLD_FILES+=usr/share/man/man3/krb5_krbhst_free.3.gz
2524 OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz
2525 OLD_FILES+=usr/share/man/man3/krb5_krbhst_init.3.gz
2526 OLD_FILES+=usr/share/man/man3/krb5_krbhst_next.3.gz
2527 OLD_FILES+=usr/share/man/man3/krb5_krbhst_next_as_string.3.gz
2528 OLD_FILES+=usr/share/man/man3/krb5_krbhst_reset.3.gz
2529 OLD_FILES+=usr/share/man/man3/krb5_kt_add_entry.3.gz
2530 OLD_FILES+=usr/share/man/man3/krb5_kt_close.3.gz
2531 OLD_FILES+=usr/share/man/man3/krb5_kt_compare.3.gz
2532 OLD_FILES+=usr/share/man/man3/krb5_kt_copy_entry_contents.3.gz
2533 OLD_FILES+=usr/share/man/man3/krb5_kt_cursor.3.gz
2534 OLD_FILES+=usr/share/man/man3/krb5_kt_default.3.gz
2535 OLD_FILES+=usr/share/man/man3/krb5_kt_default_name.3.gz
2536 OLD_FILES+=usr/share/man/man3/krb5_kt_end_seq_get.3.gz
2537 OLD_FILES+=usr/share/man/man3/krb5_kt_free_entry.3.gz
2538 OLD_FILES+=usr/share/man/man3/krb5_kt_get_entry.3.gz
2539 OLD_FILES+=usr/share/man/man3/krb5_kt_get_name.3.gz
2540 OLD_FILES+=usr/share/man/man3/krb5_kt_get_type.3.gz
2541 OLD_FILES+=usr/share/man/man3/krb5_kt_next_entry.3.gz
2542 OLD_FILES+=usr/share/man/man3/krb5_kt_ops.3.gz
2543 OLD_FILES+=usr/share/man/man3/krb5_kt_read_service_key.3.gz
2544 OLD_FILES+=usr/share/man/man3/krb5_kt_register.3.gz
2545 OLD_FILES+=usr/share/man/man3/krb5_kt_remove_entry.3.gz
2546 OLD_FILES+=usr/share/man/man3/krb5_kt_resolve.3.gz
2547 OLD_FILES+=usr/share/man/man3/krb5_kt_start_seq_get.3.gz
2548 OLD_FILES+=usr/share/man/man3/krb5_kuserok.3.gz
2549 OLD_FILES+=usr/share/man/man3/krb5_log.3.gz
2550 OLD_FILES+=usr/share/man/man3/krb5_log_msg.3.gz
2551 OLD_FILES+=usr/share/man/man3/krb5_make_addrport.3.gz
2552 OLD_FILES+=usr/share/man/man3/krb5_make_principal.3.gz
2553 OLD_FILES+=usr/share/man/man3/krb5_max_sockaddr_size.3.gz
2554 OLD_FILES+=usr/share/man/man3/krb5_mcc_ops.3.gz
2555 OLD_FILES+=usr/share/man/man3/krb5_mk_req.3.gz
2556 OLD_FILES+=usr/share/man/man3/krb5_mk_safe.3.gz
2557 OLD_FILES+=usr/share/man/man3/krb5_openlog.3.gz
2558 OLD_FILES+=usr/share/man/man3/krb5_parse_address.3.gz
2559 OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz
2560 OLD_FILES+=usr/share/man/man3/krb5_parse_name_flags.3.gz
2561 OLD_FILES+=usr/share/man/man3/krb5_parse_nametype.3.gz
2562 OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz
2563 OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz
2564 OLD_FILES+=usr/share/man/man3/krb5_principal.3.gz
2565 OLD_FILES+=usr/share/man/man3/krb5_principal_compare.3.gz
2566 OLD_FILES+=usr/share/man/man3/krb5_principal_compare_any_realm.3.gz
2567 OLD_FILES+=usr/share/man/man3/krb5_principal_get_comp_string.3.gz
2568 OLD_FILES+=usr/share/man/man3/krb5_principal_get_realm.3.gz
2569 OLD_FILES+=usr/share/man/man3/krb5_principal_get_type.3.gz
2570 OLD_FILES+=usr/share/man/man3/krb5_principal_match.3.gz
2571 OLD_FILES+=usr/share/man/man3/krb5_principal_set_type.3.gz
2572 OLD_FILES+=usr/share/man/man3/krb5_print_address.3.gz
2573 OLD_FILES+=usr/share/man/man3/krb5_rcache.3.gz
2574 OLD_FILES+=usr/share/man/man3/krb5_rd_error.3.gz
2575 OLD_FILES+=usr/share/man/man3/krb5_rd_safe.3.gz
2576 OLD_FILES+=usr/share/man/man3/krb5_realm_compare.3.gz
2577 OLD_FILES+=usr/share/man/man3/krb5_set_default_realm.3.gz
2578 OLD_FILES+=usr/share/man/man3/krb5_set_password.3.gz
2579 OLD_FILES+=usr/share/man/man3/krb5_set_warn_dest.3.gz
2580 OLD_FILES+=usr/share/man/man3/krb5_sname_to_principal.3.gz
2581 OLD_FILES+=usr/share/man/man3/krb5_sock_to_principal.3.gz
2582 OLD_FILES+=usr/share/man/man3/krb5_sockaddr2address.3.gz
2583 OLD_FILES+=usr/share/man/man3/krb5_sockaddr2port.3.gz
2584 OLD_FILES+=usr/share/man/man3/krb5_sockaddr_uninteresting.3.gz
2585 OLD_FILES+=usr/share/man/man3/krb5_storage.3.gz
2586 OLD_FILES+=usr/share/man/man3/krb5_string_to_key.3.gz
2587 OLD_FILES+=usr/share/man/man3/krb5_ticket.3.gz
2588 OLD_FILES+=usr/share/man/man3/krb5_timeofday.3.gz
2589 OLD_FILES+=usr/share/man/man3/krb5_unparse_name.3.gz
2590 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed.3.gz
2591 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_flags.3.gz
2592 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_short.3.gz
2593 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_flags.3.gz
2594 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_short.3.gz
2595 OLD_FILES+=usr/share/man/man3/krb5_us_timeofday.3.gz
2596 OLD_FILES+=usr/share/man/man3/krb5_verify_checksum.3.gz
2597 OLD_FILES+=usr/share/man/man3/krb5_verify_init_creds.3.gz
2598 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_init.3.gz
2599 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_flags.3.gz
2600 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_keytab.3.gz
2601 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_secure.3.gz
2602 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_service.3.gz
2603 OLD_FILES+=usr/share/man/man3/krb5_verify_user.3.gz
2604 OLD_FILES+=usr/share/man/man3/krb5_verify_user_lrealm.3.gz
2605 OLD_FILES+=usr/share/man/man3/krb5_verify_user_opt.3.gz
2606 OLD_FILES+=usr/share/man/man3/krb5_verr.3.gz
2607 OLD_FILES+=usr/share/man/man3/krb5_verrx.3.gz
2608 OLD_FILES+=usr/share/man/man3/krb5_vlog.3.gz
2609 OLD_FILES+=usr/share/man/man3/krb5_vlog_msg.3.gz
2610 OLD_FILES+=usr/share/man/man3/krb5_vwarn.3.gz
2611 OLD_FILES+=usr/share/man/man3/krb5_vwarnx.3.gz
2612 OLD_FILES+=usr/share/man/man3/krb5_warn.3.gz
2613 OLD_FILES+=usr/share/man/man3/krb5_warnx.3.gz
2614 OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz
2615 OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz
2616 OLD_FILES+=usr/share/man/man5/krb5.conf.5.gz
2617 OLD_FILES+=usr/share/man/man8/hprop.8.gz
2618 OLD_FILES+=usr/share/man/man8/hpropd.8.gz
2619 OLD_FILES+=usr/share/man/man8/kadmin.8.gz
2620 OLD_FILES+=usr/share/man/man8/kadmind.8.gz
2621 OLD_FILES+=usr/share/man/man8/kcm.8.gz
2622 OLD_FILES+=usr/share/man/man8/kdc.8.gz
2623 OLD_FILES+=usr/share/man/man8/kerberos.8.gz
2624 OLD_FILES+=usr/share/man/man8/kpasswdd.8.gz
2625 OLD_FILES+=usr/share/man/man8/kstash.8.gz
2626 OLD_FILES+=usr/share/man/man8/ktutil.8.gz
2627 OLD_FILES+=usr/share/man/man8/pam_krb5.8.gz
2628 OLD_FILES+=usr/share/man/man8/pam_ksu.8.gz
2629 OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
2630 .endif
2631
2632 #.if ${MK_LIB32} == no
2633 # to be filled in
2634 #.endif
2635
2636 #.if ${MK_LIBTHR} == no
2637 # to be filled in
2638 #.endif
2639
2640 #.if ${MK_LOCALES} == no
2641 # to be filled in
2642 #.endif
2643
2644 .if ${MK_LOCATE} == no
2645 OLD_FILES+=etc/locate.rc
2646 OLD_FILES+=etc/periodic/weekly/310.locate
2647 OLD_FILES+=usr/bin/locate
2648 OLD_FILES+=usr/libexec/locate.bigram
2649 OLD_FILES+=usr/libexec/locate.code
2650 OLD_FILES+=usr/libexec/locate.concatdb
2651 OLD_FILES+=usr/libexec/locate.mklocatedb
2652 OLD_FILES+=usr/libexec/locate.updatedb
2653 OLD_FILES+=usr/share/man/man1/locate.1.gz
2654 OLD_FILES+=usr/share/man/man8/locate.updatedb.8.gz
2655 OLD_FILES+=usr/share/man/man8/updatedb.8.gz
2656 .endif
2657
2658 .if ${MK_LPR} == no
2659 OLD_FILES+=etc/hosts.lpd
2660 OLD_FILES+=etc/printcap
2661 OLD_FILES+=usr/bin/lp
2662 OLD_FILES+=usr/bin/lpq
2663 OLD_FILES+=usr/bin/lpr
2664 OLD_FILES+=usr/bin/lprm
2665 OLD_FILES+=usr/libexec/lpr/ru/bjc-240.sh.sample
2666 OLD_FILES+=usr/libexec/lpr/ru/koi2alt
2667 OLD_FILES+=usr/libexec/lpr/ru/koi2855
2668 OLD_FILES+=usr/libexec/lpr/lpf
2669 OLD_FILES+=usr/sbin/chkprintcap
2670 OLD_FILES+=usr/sbin/lpc
2671 OLD_FILES+=usr/sbin/lpd
2672 OLD_FILES+=usr/sbin/lptest
2673 OLD_FILES+=usr/sbin/pac
2674 OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
2675 OLD_FILES+=usr/share/examples/etc/hosts.lpd
2676 OLD_FILES+=usr/share/examples/etc/printcap
2677 OLD_FILES+=usr/share/man/man1/lp.1.gz
2678 OLD_FILES+=usr/share/man/man1/lpq.1.gz
2679 OLD_FILES+=usr/share/man/man1/lpr.1.gz
2680 OLD_FILES+=usr/share/man/man1/lprm.1.gz
2681 OLD_FILES+=usr/share/man/man1/lptest.1.gz
2682 OLD_FILES+=usr/share/man/man5/printcap.5.gz
2683 OLD_FILES+=usr/share/man/man8/chkprintcap.8.gz
2684 OLD_FILES+=usr/share/man/man8/lpc.8.gz
2685 OLD_FILES+=usr/share/man/man8/lpd.8.gz
2686 OLD_FILES+=usr/share/man/man8/pac.8.gz
2687 .endif
2688
2689 .if ${MK_MAIL} == no
2690 OLD_FILES+=etc/periodic/daily/130.clean-msgs
2691 OLD_FILES+=usr/bin/Mail
2692 OLD_FILES+=usr/bin/biff
2693 OLD_FILES+=usr/bin/from
2694 OLD_FILES+=usr/bin/mail
2695 OLD_FILES+=usr/bin/mailx
2696 OLD_FILES+=usr/bin/msgs
2697 OLD_FILES+=usr/libexec/comsat
2698 OLD_FILES+=usr/share/examples/etc/mail.rc
2699 OLD_FILES+=usr/share/man/man1/Mail.1.gz
2700 OLD_FILES+=usr/share/man/man1/biff.1.gz
2701 OLD_FILES+=usr/share/man/man1/from.1.gz
2702 OLD_FILES+=usr/share/man/man1/mail.1.gz
2703 OLD_FILES+=usr/share/man/man1/mailx.1.gz
2704 OLD_FILES+=usr/share/man/man1/msgs.1.gz
2705 OLD_FILES+=usr/share/man/man8/comsat.8.gz
2706 OLD_FILES+=usr/share/misc/mail.help
2707 OLD_FILES+=usr/share/misc/mail.tildehelp
2708 .endif
2709
2710 .if ${MK_MAILWRAPPER} == no
2711 OLD_FILES+=etc/mail/mailer.conf
2712 .if ${MK_SENDMAIL} == no
2713 OLD_FILES+=usr/sbin/mailwrapper
2714 .endif
2715 OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
2716 .endif
2717
2718 #.if ${MK_MAN} == no
2719 # This should add a dependency to a special target which removes all man pages.
2720 # Listing all of them here is overkill.
2721 #.endif
2722
2723 .if ${MK_NCP} == no
2724 OLD_FILES+=usr/bin/ncplist
2725 OLD_FILES+=usr/bin/ncplogin
2726 OLD_FILES+=usr/bin/ncplogout
2727 OLD_FILES+=usr/include/fs/nwfs/nwfs.h
2728 OLD_FILES+=usr/include/fs/nwfs/nwfs_mount.h
2729 OLD_FILES+=usr/include/fs/nwfs/nwfs_node.h
2730 OLD_FILES+=usr/include/fs/nwfs/nwfs_subr.h
2731 #OLD_DIRS+=usr/include/fs/nwfs
2732 OLD_FILES+=usr/include/netncp/ncp.h
2733 OLD_FILES+=usr/include/netncp/ncp_cfg.h
2734 OLD_FILES+=usr/include/netncp/ncp_conn.h
2735 OLD_FILES+=usr/include/netncp/ncp_file.h
2736 OLD_FILES+=usr/include/netncp/ncp_lib.h
2737 OLD_FILES+=usr/include/netncp/ncp_ncp.h
2738 OLD_FILES+=usr/include/netncp/ncp_nls.h
2739 OLD_FILES+=usr/include/netncp/ncp_rcfile.h
2740 OLD_FILES+=usr/include/netncp/ncp_rq.h
2741 OLD_FILES+=usr/include/netncp/ncp_sock.h
2742 OLD_FILES+=usr/include/netncp/ncp_subr.h
2743 OLD_FILES+=usr/include/netncp/ncp_user.h
2744 OLD_FILES+=usr/include/netncp/ncpio.h
2745 OLD_FILES+=usr/include/netncp/nwerror.h
2746 #OLD_DIRS+=usr/include/netncp
2747 OLD_FILES+=usr/lib/libncp.a
2748 OLD_FILES+=usr/lib/libncp.so
2749 OLD_LIBS+=usr/lib/libncp.so.4
2750 OLD_FILES+=usr/lib/libncp_p.a
2751 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2752 OLD_FILES+=usr/lib32/libncp.a
2753 OLD_FILES+=usr/lib32/libncp.so
2754 OLD_LIBS+=usr/lib32/libncp.so.4
2755 OLD_FILES+=usr/lib32/libncp_p.a
2756 .endif
2757 OLD_FILES+=usr/sbin/mount_nwfs
2758 OLD_FILES+=usr/share/man/man1/ncplist.1.gz
2759 OLD_FILES+=usr/share/man/man1/ncplogin.1.gz
2760 OLD_FILES+=usr/share/man/man1/ncplogout.1.gz
2761 OLD_FILES+=usr/share/man/man8/mount_nwfs.8.gz
2762 .endif
2763
2764 .if ${MK_NDIS} == no
2765 OLD_FILES+=usr/sbin/ndiscvt
2766 OLD_FILES+=usr/sbin/ndisgen
2767 OLD_FILES+=usr/share/man/man8/ndiscvt.8.gz
2768 OLD_FILES+=usr/share/man/man8/ndisgen.8.gz
2769 OLD_FILES+=usr/share/misc/windrv_stub.c
2770 .endif
2771
2772 .if ${MK_NETCAT} == no
2773 OLD_FILES+=usr/bin/nc
2774 OLD_FILES+=usr/share/man/man1/nc.1.gz
2775 .endif
2776
2777 #.if ${MK_NIS} == no
2778 # to be filled in
2779 #.endif
2780
2781 #.if ${MK_NLS} == no
2782 # to be filled in
2783 #.endif
2784
2785 .if ${MK_NTP} == no
2786 OLD_FILES+=etc/ntp.conf
2787 OLD_FILES+=etc/periodic/daily/480.status-ntpd
2788 OLD_FILES+=usr/bin/ntpq
2789 OLD_FILES+=usr/sbin/ntp-keygen
2790 OLD_FILES+=usr/sbin/ntpd
2791 OLD_FILES+=usr/sbin/ntpdate
2792 OLD_FILES+=usr/sbin/ntpdc
2793 OLD_FILES+=usr/sbin/ntptime
2794 OLD_FILES+=usr/sbin/sntp
2795 OLD_FILES+=usr/share/doc/ntp/accopt.html
2796 OLD_FILES+=usr/share/doc/ntp/assoc.html
2797 OLD_FILES+=usr/share/doc/ntp/audio.html
2798 OLD_FILES+=usr/share/doc/ntp/authopt.html
2799 OLD_FILES+=usr/share/doc/ntp/build.html
2800 OLD_FILES+=usr/share/doc/ntp/clockopt.html
2801 OLD_FILES+=usr/share/doc/ntp/config.html
2802 OLD_FILES+=usr/share/doc/ntp/confopt.html
2803 OLD_FILES+=usr/share/doc/ntp/copyright.html
2804 OLD_FILES+=usr/share/doc/ntp/debug.html
2805 OLD_FILES+=usr/share/doc/ntp/driver1.html
2806 OLD_FILES+=usr/share/doc/ntp/driver10.html
2807 OLD_FILES+=usr/share/doc/ntp/driver11.html
2808 OLD_FILES+=usr/share/doc/ntp/driver12.html
2809 OLD_FILES+=usr/share/doc/ntp/driver16.html
2810 OLD_FILES+=usr/share/doc/ntp/driver18.html
2811 OLD_FILES+=usr/share/doc/ntp/driver19.html
2812 OLD_FILES+=usr/share/doc/ntp/driver2.html
2813 OLD_FILES+=usr/share/doc/ntp/driver20.html
2814 OLD_FILES+=usr/share/doc/ntp/driver22.html
2815 OLD_FILES+=usr/share/doc/ntp/driver26.html
2816 OLD_FILES+=usr/share/doc/ntp/driver27.html
2817 OLD_FILES+=usr/share/doc/ntp/driver28.html
2818 OLD_FILES+=usr/share/doc/ntp/driver29.html
2819 OLD_FILES+=usr/share/doc/ntp/driver3.html
2820 OLD_FILES+=usr/share/doc/ntp/driver30.html
2821 OLD_FILES+=usr/share/doc/ntp/driver32.html
2822 OLD_FILES+=usr/share/doc/ntp/driver33.html
2823 OLD_FILES+=usr/share/doc/ntp/driver34.html
2824 OLD_FILES+=usr/share/doc/ntp/driver35.html
2825 OLD_FILES+=usr/share/doc/ntp/driver36.html
2826 OLD_FILES+=usr/share/doc/ntp/driver37.html
2827 OLD_FILES+=usr/share/doc/ntp/driver4.html
2828 OLD_FILES+=usr/share/doc/ntp/driver5.html
2829 OLD_FILES+=usr/share/doc/ntp/driver6.html
2830 OLD_FILES+=usr/share/doc/ntp/driver7.html
2831 OLD_FILES+=usr/share/doc/ntp/driver8.html
2832 OLD_FILES+=usr/share/doc/ntp/driver9.html
2833 OLD_FILES+=usr/share/doc/ntp/extern.html
2834 OLD_FILES+=usr/share/doc/ntp/hints.html
2835 OLD_FILES+=usr/share/doc/ntp/howto.html
2836 OLD_FILES+=usr/share/doc/ntp/index.html
2837 OLD_FILES+=usr/share/doc/ntp/kern.html
2838 OLD_FILES+=usr/share/doc/ntp/ldisc.html
2839 OLD_FILES+=usr/share/doc/ntp/measure.html
2840 OLD_FILES+=usr/share/doc/ntp/miscopt.html
2841 OLD_FILES+=usr/share/doc/ntp/monopt.html
2842 OLD_FILES+=usr/share/doc/ntp/mx4200data.html
2843 OLD_FILES+=usr/share/doc/ntp/notes.html
2844 OLD_FILES+=usr/share/doc/ntp/ntpd.html
2845 OLD_FILES+=usr/share/doc/ntp/ntpdate.html
2846 OLD_FILES+=usr/share/doc/ntp/ntpdc.html
2847 OLD_FILES+=usr/share/doc/ntp/ntpq.html
2848 OLD_FILES+=usr/share/doc/ntp/ntptime.html
2849 OLD_FILES+=usr/share/doc/ntp/ntptrace.html
2850 OLD_FILES+=usr/share/doc/ntp/parsedata.html
2851 OLD_FILES+=usr/share/doc/ntp/parsenew.html
2852 OLD_FILES+=usr/share/doc/ntp/patches.html
2853 OLD_FILES+=usr/share/doc/ntp/porting.html
2854 OLD_FILES+=usr/share/doc/ntp/pps.html
2855 OLD_FILES+=usr/share/doc/ntp/prefer.html
2856 OLD_FILES+=usr/share/doc/ntp/quick.html
2857 OLD_FILES+=usr/share/doc/ntp/rdebug.html
2858 OLD_FILES+=usr/share/doc/ntp/refclock.html
2859 OLD_FILES+=usr/share/doc/ntp/release.html
2860 OLD_FILES+=usr/share/doc/ntp/tickadj.html
2861 OLD_FILES+=usr/share/examples/etc/ntp.conf
2862 OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz
2863 OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz
2864 OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz
2865 OLD_FILES+=usr/share/man/man8/ntpd.8.gz
2866 OLD_FILES+=usr/share/man/man8/ntpdate.8.gz
2867 OLD_FILES+=usr/share/man/man8/ntpdc.8.gz
2868 OLD_FILES+=usr/share/man/man8/ntpq.8.gz
2869 OLD_FILES+=usr/share/man/man8/ntptime.8.gz
2870 .endif
2871
2872 #.if ${MK_OBJC} == no
2873 # to be filled in
2874 #.endif
2875
2876 #.if ${MK_OPENSSH} == no
2877 # to be filled in
2878 #.endif
2879
2880 #.if ${MK_OPENSSL} == no
2881 # to be filled in
2882 #.endif
2883
2884 .if ${MK_PF} == no
2885 OLD_FILES+=etc/periodic/security/520.pfdenied
2886 OLD_FILES+=etc/pf.os
2887 OLD_FILES+=sbin/pfctl
2888 OLD_FILES+=sbin/pflogd
2889 OLD_FILES+=usr/libexec/tftp-proxy
2890 OLD_FILES+=usr/sbin/ftp-proxy
2891 OLD_FILES+=usr/share/examples/etc/pf.os
2892 OLD_FILES+=usr/share/examples/pf/ackpri
2893 OLD_FILES+=usr/share/examples/pf/faq-example1
2894 OLD_FILES+=usr/share/examples/pf/faq-example2
2895 OLD_FILES+=usr/share/examples/pf/faq-example3
2896 OLD_FILES+=usr/share/examples/pf/pf.conf
2897 OLD_FILES+=usr/share/examples/pf/queue1
2898 OLD_FILES+=usr/share/examples/pf/queue2
2899 OLD_FILES+=usr/share/examples/pf/queue3
2900 OLD_FILES+=usr/share/examples/pf/queue4
2901 OLD_FILES+=usr/share/examples/pf/spamd
2902 OLD_FILES+=usr/share/man/man4/pf.4.gz
2903 OLD_FILES+=usr/share/man/man4/pflog.4.gz
2904 OLD_FILES+=usr/share/man/man4/pfsync.4.gz
2905 OLD_FILES+=usr/share/man/man5/pf.conf.5.gz
2906 OLD_FILES+=usr/share/man/man5/pf.os.5.gz
2907 OLD_FILES+=usr/share/man/man8/ftp-proxy.8.gz
2908 OLD_FILES+=usr/share/man/man8/pfctl.8.gz
2909 OLD_FILES+=usr/share/man/man8/pflogd.8.gz
2910 OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
2911 .endif
2912
2913 .if ${MK_PKGTOOLS} == no
2914 OLD_FILES+=etc/periodic/daily/490.status-pkg-changes
2915 OLD_FILES+=etc/periodic/security/460.chkportsum
2916 OLD_FILES+=etc/periodic/weekly/400.status-pkg
2917 OLD_FILES+=usr/include/pkg.h
2918 OLD_FILES+=usr/lib/libpkg.a
2919 OLD_FILES+=usr/lib/libpkg.so
2920 OLD_LIBS+=usr/lib/libpkg.so.0
2921 OLD_FILES+=usr/sbin/pkg_add
2922 OLD_FILES+=usr/sbin/pkg_create
2923 OLD_FILES+=usr/sbin/pkg_delete
2924 OLD_FILES+=usr/sbin/pkg_info
2925 OLD_FILES+=usr/sbin/pkg_updating
2926 OLD_FILES+=usr/sbin/pkg_version
2927 OLD_FILES+=usr/share/man/man1/pkg_add.1.gz
2928 OLD_FILES+=usr/share/man/man1/pkg_create.1.gz
2929 OLD_FILES+=usr/share/man/man1/pkg_delete.1.gz
2930 OLD_FILES+=usr/share/man/man1/pkg_info.1.gz
2931 OLD_FILES+=usr/share/man/man1/pkg_updating.1.gz
2932 OLD_FILES+=usr/share/man/man1/pkg_version.1.gz
2933 .endif
2934
2935 .if ${MK_PORTSNAP} == no
2936 OLD_FILES+=etc/portsnap.conf
2937 OLD_FILES+=usr/libexec/make_index
2938 OLD_FILES+=usr/libexec/phttpget
2939 OLD_FILES+=usr/sbin/portsnap
2940 OLD_FILES+=usr/share/examples/etc/portsnap.conf
2941 OLD_FILES+=usr/share/man/man8/portsnap.8.gz
2942 .endif
2943
2944 .if ${MK_PPP} == no
2945 OLD_FILES+=etc/ppp/ppp.conf
2946 OLD_FILES+=usr/sbin/ppp
2947 OLD_FILES+=usr/sbin/pppctl
2948 OLD_FILES+=usr/share/man/man8/ppp.8.gz
2949 OLD_FILES+=usr/share/man/man8/pppctl.8.gz
2950 .endif
2951
2952 .if ${MK_PROFILE} == no
2953 OLD_FILES+=usr/lib/libalias_cuseeme_p.a
2954 OLD_FILES+=usr/lib/libalias_dummy_p.a
2955 OLD_FILES+=usr/lib/libalias_ftp_p.a
2956 OLD_FILES+=usr/lib/libalias_irc_p.a
2957 OLD_FILES+=usr/lib/libalias_nbt_p.a
2958 OLD_FILES+=usr/lib/libalias_p.a
2959 OLD_FILES+=usr/lib/libalias_pptp_p.a
2960 OLD_FILES+=usr/lib/libalias_skinny_p.a
2961 OLD_FILES+=usr/lib/libalias_smedia_p.a
2962 OLD_FILES+=usr/lib/libarchive_p.a
2963 OLD_FILES+=usr/lib/libasn1_p.a
2964 OLD_FILES+=usr/lib/libbegemot_p.a
2965 OLD_FILES+=usr/lib/libbluetooth_p.a
2966 OLD_FILES+=usr/lib/libbsdxml_p.a
2967 OLD_FILES+=usr/lib/libbsm_p.a
2968 OLD_FILES+=usr/lib/libbsnmp_p.a
2969 OLD_FILES+=usr/lib/libbz2_p.a
2970 OLD_FILES+=usr/lib/libc_p.a
2971 OLD_FILES+=usr/lib/libcalendar_p.a
2972 OLD_FILES+=usr/lib/libcam_p.a
2973 OLD_FILES+=usr/lib/libcom_err_p.a
2974 OLD_FILES+=usr/lib/libcompat_p.a
2975 OLD_FILES+=usr/lib/libcrypt_p.a
2976 OLD_FILES+=usr/lib/libcrypto_p.a
2977 OLD_FILES+=usr/lib/libcurses_p.a
2978 OLD_FILES+=usr/lib/libcursesw_p.a
2979 OLD_FILES+=usr/lib/libdevinfo_p.a
2980 OLD_FILES+=usr/lib/libdevstat_p.a
2981 OLD_FILES+=usr/lib/libdialog_p.a
2982 OLD_FILES+=usr/lib/libedit_p.a
2983 OLD_FILES+=usr/lib/libelf_p.a
2984 OLD_FILES+=usr/lib/libfetch_p.a
2985 OLD_FILES+=usr/lib/libfl_p.a
2986 OLD_FILES+=usr/lib/libform_p.a
2987 OLD_FILES+=usr/lib/libformw_p.a
2988 OLD_FILES+=usr/lib/libftpio_p.a
2989 OLD_FILES+=usr/lib/libgcc_p.a
2990 OLD_FILES+=usr/lib/libgeom_p.a
2991 OLD_FILES+=usr/lib/libgnuregex_p.a
2992 OLD_FILES+=usr/lib/libgpib_p.a
2993 OLD_FILES+=usr/lib/libgssapi_krb5_p.a
2994 OLD_FILES+=usr/lib/libgssapi_p.a
2995 OLD_FILES+=usr/lib/libhdb_p.a
2996 OLD_FILES+=usr/lib/libhistory_p.a
2997 OLD_FILES+=usr/lib/libipsec_p.a
2998 OLD_FILES+=usr/lib/libipx_p.a
2999 OLD_FILES+=usr/lib/libjail_p.a
3000 OLD_FILES+=usr/lib/libkadm5clnt_p.a
3001 OLD_FILES+=usr/lib/libkadm5srv_p.a
3002 OLD_FILES+=usr/lib/libkafs5_p.a
3003 OLD_FILES+=usr/lib/libkiconv_p.a
3004 OLD_FILES+=usr/lib/libkrb5_p.a
3005 OLD_FILES+=usr/lib/libkvm_p.a
3006 OLD_FILES+=usr/lib/libl_p.a
3007 OLD_FILES+=usr/lib/libln_p.a
3008 OLD_FILES+=usr/lib/liblwres_p.a
3009 OLD_FILES+=usr/lib/libm_p.a
3010 OLD_FILES+=usr/lib/libmagic_p.a
3011 OLD_FILES+=usr/lib/libmd_p.a
3012 OLD_FILES+=usr/lib/libmemstat_p.a
3013 OLD_FILES+=usr/lib/libmenu_p.a
3014 OLD_FILES+=usr/lib/libmenuw_p.a
3015 OLD_FILES+=usr/lib/libmilter_p.a
3016 OLD_FILES+=usr/lib/libmp_p.a
3017 OLD_FILES+=usr/lib/libncp_p.a
3018 OLD_FILES+=usr/lib/libncurses_p.a
3019 OLD_FILES+=usr/lib/libncursesw_p.a
3020 OLD_FILES+=usr/lib/libnetgraph_p.a
3021 OLD_FILES+=usr/lib/libngatm_p.a
3022 OLD_FILES+=usr/lib/libobjc_p.a
3023 OLD_FILES+=usr/lib/libopie_p.a
3024 OLD_FILES+=usr/lib/libpanel_p.a
3025 OLD_FILES+=usr/lib/libpanelw_p.a
3026 OLD_FILES+=usr/lib/libpcap_p.a
3027 OLD_FILES+=usr/lib/libpmc_p.a
3028 OLD_FILES+=usr/lib/libpthread_p.a
3029 OLD_FILES+=usr/lib/libradius_p.a
3030 OLD_FILES+=usr/lib/libreadline_p.a
3031 OLD_FILES+=usr/lib/libroken_p.a
3032 OLD_FILES+=usr/lib/librpcsvc_p.a
3033 OLD_FILES+=usr/lib/librt_p.a
3034 OLD_FILES+=usr/lib/libsbuf_p.a
3035 OLD_FILES+=usr/lib/libsdp_p.a
3036 OLD_FILES+=usr/lib/libsmb_p.a
3037 OLD_FILES+=usr/lib/libssh_p.a
3038 OLD_FILES+=usr/lib/libssl_p.a
3039 OLD_FILES+=usr/lib/libstdc++_p.a
3040 OLD_FILES+=usr/lib/libsupc++_p.a
3041 OLD_FILES+=usr/lib/libtacplus_p.a
3042 OLD_FILES+=usr/lib/libtermcap_p.a
3043 OLD_FILES+=usr/lib/libtermcapw_p.a
3044 OLD_FILES+=usr/lib/libtermlib_p.a
3045 OLD_FILES+=usr/lib/libtermlibw_p.a
3046 OLD_FILES+=usr/lib/libthr_p.a
3047 OLD_FILES+=usr/lib/libthread_db_p.a
3048 OLD_FILES+=usr/lib/libtinfo_p.a
3049 OLD_FILES+=usr/lib/libtinfow_p.a
3050 OLD_FILES+=usr/lib/libufs_p.a
3051 OLD_FILES+=usr/lib/libugidfw_p.a
3052 OLD_FILES+=usr/lib/libusbhid_p.a
3053 OLD_FILES+=usr/lib/libutil_p.a
3054 OLD_FILES+=usr/lib/libvgl_p.a
3055 OLD_FILES+=usr/lib/libwrap_p.a
3056 OLD_FILES+=usr/lib/liby_p.a
3057 OLD_FILES+=usr/lib/libypclnt_p.a
3058 OLD_FILES+=usr/lib/libz_p.a
3059 .endif
3060
3061 .if ${MK_RCMDS} == no
3062 OLD_FILES+=bin/rcp
3063 OLD_FILES+=etc/periodic/daily/140.clean-rwho 
3064 OLD_FILES+=etc/periodic/daily/430.status-rwho
3065 OLD_FILES+=rescue/rcp
3066 OLD_FILES+=usr/bin/rlogin
3067 OLD_FILES+=usr/bin/rsh
3068 OLD_FILES+=usr/bin/ruptime
3069 OLD_FILES+=usr/bin/rwho
3070 OLD_FILES+=usr/libexec/rlogind
3071 OLD_FILES+=usr/libexec/rshd
3072 OLD_FILES+=usr/sbin/rwhod
3073 OLD_FILES+=usr/share/man/man1/rcp.1.gz
3074 OLD_FILES+=usr/share/man/man1/rlogin.1.gz
3075 OLD_FILES+=usr/share/man/man1/rsh.1.gz
3076 OLD_FILES+=usr/share/man/man1/ruptime.1.gz
3077 OLD_FILES+=usr/share/man/man1/rwho.1.gz
3078 OLD_FILES+=usr/share/man/man8/rlogind.8.gz
3079 OLD_FILES+=usr/share/man/man8/rshd.8.gz
3080 OLD_FILES+=usr/share/man/man8/rwhod.8.gz
3081 .endif
3082
3083 .if ${MK_RCS} == no
3084 OLD_FILES+=usr/bin/ci
3085 OLD_FILES+=usr/bin/co
3086 OLD_FILES+=usr/bin/ident
3087 OLD_FILES+=usr/bin/merge
3088 OLD_FILES+=usr/bin/rcs
3089 OLD_FILES+=usr/bin/rcsclean
3090 OLD_FILES+=usr/bin/rcsdiff
3091 OLD_FILES+=usr/bin/rcsfreeze
3092 OLD_FILES+=usr/bin/rcsmerge
3093 OLD_FILES+=usr/bin/rlog
3094 OLD_FILES+=usr/share/man/man1/ci.1.gz
3095 OLD_FILES+=usr/share/man/man1/co.1.gz
3096 OLD_FILES+=usr/share/man/man1/ident.1.gz
3097 OLD_FILES+=usr/share/man/man1/merge.1.gz
3098 OLD_FILES+=usr/share/man/man1/rcs.1.gz
3099 OLD_FILES+=usr/share/man/man1/rcsclean.1.gz
3100 OLD_FILES+=usr/share/man/man1/rcsdiff.1.gz
3101 OLD_FILES+=usr/share/man/man1/rcsfreeze.1.gz
3102 OLD_FILES+=usr/share/man/man1/rcsintro.1.gz
3103 OLD_FILES+=usr/share/man/man1/rcsmerge.1.gz
3104 OLD_FILES+=usr/share/man/man1/rlog.1.gz
3105 OLD_FILES+=usr/share/man/man5/rcsfile.5.gz
3106 .endif
3107
3108 #.if ${MK_RESCUE} == no
3109 # to be filled in or replaced with a special target
3110 #.endif
3111
3112 .if ${MK_ROUTED} == no
3113 OLD_FILES+=sbin/routed
3114 OLD_FILES+=sbin/rtquery
3115 OLD_FILES+=usr/share/man/man8/routed.8.gz
3116 OLD_FILES+=usr/share/man/man8/rtquery.8.gz
3117 .endif
3118
3119 .if ${MK_SENDMAIL} == no
3120 OLD_FILES+=etc/periodic/daily/150.clean-hoststat
3121 OLD_FILES+=etc/periodic/daily/210.backup-aliases
3122 OLD_FILES+=etc/periodic/daily/440.status-mailq
3123 OLD_FILES+=etc/periodic/daily/460.status-mail-rejects
3124 OLD_FILES+=etc/periodic/daily/500.queuerun
3125 .if ${MK_MAILWRAPPER} == no
3126 OLD_FILES+=bin/rmail
3127 .endif
3128 OLD_FILES+=usr/bin/vacation
3129 OLD_FILES+=usr/include/libmilter/mfapi.h
3130 OLD_FILES+=usr/include/libmilter/mfdef.h
3131 OLD_FILES+=usr/lib/libmilter.a
3132 OLD_LIBS+=usr/lib/libmilter.so.5
3133 OLD_FILES+=usr/lib/libmilter_p.a
3134 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3135 OLD_FILES+=usr/lib32/libmilter.a
3136 OLD_LIBS+=usr/lib32/libmilter.so.5
3137 OLD_FILES+=usr/lib32/libmilter_p.a
3138 .endif
3139 OLD_FILES+=usr/libexec/mail.local
3140 OLD_FILES+=usr/libexec/sendmail/sendmail
3141 OLD_FILES+=usr/libexec/smrsh
3142 OLD_FILES+=usr/sbin/editmap
3143 OLD_FILES+=usr/sbin/mailstats
3144 OLD_FILES+=usr/sbin/makemap
3145 OLD_FILES+=usr/sbin/praliases
3146 OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
3147 OLD_FILES+=usr/share/man/man1/mailq.1.gz
3148 OLD_FILES+=usr/share/man/man1/newaliases.1.gz
3149 OLD_FILES+=usr/share/man/man1/vacation.1.gz
3150 OLD_FILES+=usr/share/man/man5/aliases.5.gz
3151 OLD_FILES+=usr/share/man/man8/editmap.8.gz
3152 OLD_FILES+=usr/share/man/man8/hoststat.8.gz
3153 OLD_FILES+=usr/share/man/man8/mail.local.8.gz
3154 OLD_FILES+=usr/share/man/man8/mailstats.8.gz
3155 OLD_FILES+=usr/share/man/man8/makemap.8.gz
3156 OLD_FILES+=usr/share/man/man8/praliases.8.gz
3157 OLD_FILES+=usr/share/man/man8/purgestat.8.gz
3158 OLD_FILES+=usr/share/man/man8/rmail.8.gz
3159 OLD_FILES+=usr/share/man/man8/sendmail.8.gz
3160 OLD_FILES+=usr/share/man/man8/smrsh.8.gz
3161 OLD_FILES+=usr/share/sendmail/cf/README
3162 OLD_FILES+=usr/share/sendmail/cf/cf/Makefile
3163 OLD_FILES+=usr/share/sendmail/cf/cf/README
3164 OLD_FILES+=usr/share/sendmail/cf/cf/chez.cs.mc
3165 OLD_FILES+=usr/share/sendmail/cf/cf/clientproto.mc
3166 OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux10.mc
3167 OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux9.mc
3168 OLD_FILES+=usr/share/sendmail/cf/cf/cs-osf1.mc
3169 OLD_FILES+=usr/share/sendmail/cf/cf/cs-solaris2.mc
3170 OLD_FILES+=usr/share/sendmail/cf/cf/cs-sunos4.1.mc
3171 OLD_FILES+=usr/share/sendmail/cf/cf/cs-ultrix4.mc
3172 OLD_FILES+=usr/share/sendmail/cf/cf/cyrusproto.mc
3173 OLD_FILES+=usr/share/sendmail/cf/cf/generic-bsd4.4.mc
3174 OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux10.mc
3175 OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux9.mc
3176 OLD_FILES+=usr/share/sendmail/cf/cf/generic-linux.mc
3177 OLD_FILES+=usr/share/sendmail/cf/cf/generic-mpeix.mc
3178 OLD_FILES+=usr/share/sendmail/cf/cf/generic-nextstep3.3.mc
3179 OLD_FILES+=usr/share/sendmail/cf/cf/generic-osf1.mc
3180 OLD_FILES+=usr/share/sendmail/cf/cf/generic-solaris.mc
3181 OLD_FILES+=usr/share/sendmail/cf/cf/generic-sunos4.1.mc
3182 OLD_FILES+=usr/share/sendmail/cf/cf/generic-ultrix4.mc
3183 OLD_FILES+=usr/share/sendmail/cf/cf/huginn.cs.mc
3184 OLD_FILES+=usr/share/sendmail/cf/cf/knecht.mc
3185 OLD_FILES+=usr/share/sendmail/cf/cf/mail.cs.mc
3186 OLD_FILES+=usr/share/sendmail/cf/cf/mail.eecs.mc
3187 OLD_FILES+=usr/share/sendmail/cf/cf/mailspool.cs.mc
3188 OLD_FILES+=usr/share/sendmail/cf/cf/python.cs.mc
3189 OLD_FILES+=usr/share/sendmail/cf/cf/s2k-osf1.mc
3190 OLD_FILES+=usr/share/sendmail/cf/cf/s2k-ultrix4.mc
3191 OLD_FILES+=usr/share/sendmail/cf/cf/submit.cf
3192 OLD_FILES+=usr/share/sendmail/cf/cf/submit.mc
3193 OLD_FILES+=usr/share/sendmail/cf/cf/tcpproto.mc
3194 OLD_FILES+=usr/share/sendmail/cf/cf/ucbarpa.mc
3195 OLD_FILES+=usr/share/sendmail/cf/cf/ucbvax.mc
3196 OLD_FILES+=usr/share/sendmail/cf/cf/uucpproto.mc
3197 OLD_FILES+=usr/share/sendmail/cf/cf/vangogh.cs.mc
3198 OLD_FILES+=usr/share/sendmail/cf/domain/Berkeley.EDU.m4
3199 OLD_FILES+=usr/share/sendmail/cf/domain/CS.Berkeley.EDU.m4
3200 OLD_FILES+=usr/share/sendmail/cf/domain/EECS.Berkeley.EDU.m4
3201 OLD_FILES+=usr/share/sendmail/cf/domain/S2K.Berkeley.EDU.m4
3202 OLD_FILES+=usr/share/sendmail/cf/domain/berkeley-only.m4
3203 OLD_FILES+=usr/share/sendmail/cf/domain/generic.m4
3204 OLD_FILES+=usr/share/sendmail/cf/feature/accept_unqualified_senders.m4
3205 OLD_FILES+=usr/share/sendmail/cf/feature/accept_unresolvable_domains.m4
3206 OLD_FILES+=usr/share/sendmail/cf/feature/access_db.m4
3207 OLD_FILES+=usr/share/sendmail/cf/feature/allmasquerade.m4
3208 OLD_FILES+=usr/share/sendmail/cf/feature/always_add_domain.m4
3209 OLD_FILES+=usr/share/sendmail/cf/feature/authinfo.m4
3210 OLD_FILES+=usr/share/sendmail/cf/feature/badmx.m4
3211 OLD_FILES+=usr/share/sendmail/cf/feature/bestmx_is_local.m4
3212 OLD_FILES+=usr/share/sendmail/cf/feature/bitdomain.m4
3213 OLD_FILES+=usr/share/sendmail/cf/feature/blacklist_recipients.m4
3214 OLD_FILES+=usr/share/sendmail/cf/feature/block_bad_helo.m4
3215 OLD_FILES+=usr/share/sendmail/cf/feature/compat_check.m4
3216 OLD_FILES+=usr/share/sendmail/cf/feature/conncontrol.m4
3217 OLD_FILES+=usr/share/sendmail/cf/feature/delay_checks.m4
3218 OLD_FILES+=usr/share/sendmail/cf/feature/dnsbl.m4
3219 OLD_FILES+=usr/share/sendmail/cf/feature/domaintable.m4
3220 OLD_FILES+=usr/share/sendmail/cf/feature/enhdnsbl.m4
3221 OLD_FILES+=usr/share/sendmail/cf/feature/generics_entire_domain.m4
3222 OLD_FILES+=usr/share/sendmail/cf/feature/genericstable.m4
3223 OLD_FILES+=usr/share/sendmail/cf/feature/greet_pause.m4
3224 OLD_FILES+=usr/share/sendmail/cf/feature/ldap_routing.m4
3225 OLD_FILES+=usr/share/sendmail/cf/feature/limited_masquerade.m4
3226 OLD_FILES+=usr/share/sendmail/cf/feature/local_lmtp.m4
3227 OLD_FILES+=usr/share/sendmail/cf/feature/local_no_masquerade.m4
3228 OLD_FILES+=usr/share/sendmail/cf/feature/local_procmail.m4
3229 OLD_FILES+=usr/share/sendmail/cf/feature/lookupdotdomain.m4
3230 OLD_FILES+=usr/share/sendmail/cf/feature/loose_relay_check.m4
3231 OLD_FILES+=usr/share/sendmail/cf/feature/mailertable.m4
3232 OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_entire_domain.m4
3233 OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_envelope.m4
3234 OLD_FILES+=usr/share/sendmail/cf/feature/msp.m4
3235 OLD_FILES+=usr/share/sendmail/cf/feature/mtamark.m4
3236 OLD_FILES+=usr/share/sendmail/cf/feature/no_default_msa.m4
3237 OLD_FILES+=usr/share/sendmail/cf/feature/nocanonify.m4
3238 OLD_FILES+=usr/share/sendmail/cf/feature/notsticky.m4
3239 OLD_FILES+=usr/share/sendmail/cf/feature/nouucp.m4
3240 OLD_FILES+=usr/share/sendmail/cf/feature/nullclient.m4
3241 OLD_FILES+=usr/share/sendmail/cf/feature/preserve_local_plus_detail.m4
3242 OLD_FILES+=usr/share/sendmail/cf/feature/preserve_luser_host.m4
3243 OLD_FILES+=usr/share/sendmail/cf/feature/promiscuous_relay.m4
3244 OLD_FILES+=usr/share/sendmail/cf/feature/queuegroup.m4
3245 OLD_FILES+=usr/share/sendmail/cf/feature/ratecontrol.m4
3246 OLD_FILES+=usr/share/sendmail/cf/feature/redirect.m4
3247 OLD_FILES+=usr/share/sendmail/cf/feature/relay_based_on_MX.m4
3248 OLD_FILES+=usr/share/sendmail/cf/feature/relay_entire_domain.m4
3249 OLD_FILES+=usr/share/sendmail/cf/feature/relay_hosts_only.m4
3250 OLD_FILES+=usr/share/sendmail/cf/feature/relay_local_from.m4
3251 OLD_FILES+=usr/share/sendmail/cf/feature/relay_mail_from.m4
3252 OLD_FILES+=usr/share/sendmail/cf/feature/require_rdns.m4
3253 OLD_FILES+=usr/share/sendmail/cf/feature/smrsh.m4
3254 OLD_FILES+=usr/share/sendmail/cf/feature/stickyhost.m4
3255 OLD_FILES+=usr/share/sendmail/cf/feature/use_client_ptr.m4
3256 OLD_FILES+=usr/share/sendmail/cf/feature/use_ct_file.m4
3257 OLD_FILES+=usr/share/sendmail/cf/feature/use_cw_file.m4
3258 OLD_FILES+=usr/share/sendmail/cf/feature/uucpdomain.m4
3259 OLD_FILES+=usr/share/sendmail/cf/feature/virtuser_entire_domain.m4
3260 OLD_FILES+=usr/share/sendmail/cf/feature/virtusertable.m4
3261 OLD_FILES+=usr/share/sendmail/cf/hack/cssubdomain.m4
3262 OLD_FILES+=usr/share/sendmail/cf/m4/cf.m4
3263 OLD_FILES+=usr/share/sendmail/cf/m4/cfhead.m4
3264 OLD_FILES+=usr/share/sendmail/cf/m4/proto.m4
3265 OLD_FILES+=usr/share/sendmail/cf/m4/version.m4
3266 OLD_FILES+=usr/share/sendmail/cf/mailer/cyrus.m4
3267 OLD_FILES+=usr/share/sendmail/cf/mailer/cyrusv2.m4
3268 OLD_FILES+=usr/share/sendmail/cf/mailer/fax.m4
3269 OLD_FILES+=usr/share/sendmail/cf/mailer/local.m4
3270 OLD_FILES+=usr/share/sendmail/cf/mailer/mail11.m4
3271 OLD_FILES+=usr/share/sendmail/cf/mailer/phquery.m4
3272 OLD_FILES+=usr/share/sendmail/cf/mailer/pop.m4
3273 OLD_FILES+=usr/share/sendmail/cf/mailer/procmail.m4
3274 OLD_FILES+=usr/share/sendmail/cf/mailer/qpage.m4
3275 OLD_FILES+=usr/share/sendmail/cf/mailer/smtp.m4
3276 OLD_FILES+=usr/share/sendmail/cf/mailer/usenet.m4
3277 OLD_FILES+=usr/share/sendmail/cf/mailer/uucp.m4
3278 OLD_FILES+=usr/share/sendmail/cf/ostype/a-ux.m4
3279 OLD_FILES+=usr/share/sendmail/cf/ostype/aix3.m4
3280 OLD_FILES+=usr/share/sendmail/cf/ostype/aix4.m4
3281 OLD_FILES+=usr/share/sendmail/cf/ostype/aix5.m4
3282 OLD_FILES+=usr/share/sendmail/cf/ostype/altos.m4
3283 OLD_FILES+=usr/share/sendmail/cf/ostype/amdahl-uts.m4
3284 OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.3.m4
3285 OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.4.m4
3286 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi.m4
3287 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi1.0.m4
3288 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi2.0.m4
3289 OLD_FILES+=usr/share/sendmail/cf/ostype/darwin.m4
3290 OLD_FILES+=usr/share/sendmail/cf/ostype/dgux.m4
3291 OLD_FILES+=usr/share/sendmail/cf/ostype/domainos.m4
3292 OLD_FILES+=usr/share/sendmail/cf/ostype/dragonfly.m4
3293 OLD_FILES+=usr/share/sendmail/cf/ostype/dynix3.2.m4
3294 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd4.m4
3295 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd5.m4
3296 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd6.m4
3297 OLD_FILES+=usr/share/sendmail/cf/ostype/gnu.m4
3298 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux10.m4
3299 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux11.m4
3300 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux9.m4
3301 OLD_FILES+=usr/share/sendmail/cf/ostype/irix4.m4
3302 OLD_FILES+=usr/share/sendmail/cf/ostype/irix5.m4
3303 OLD_FILES+=usr/share/sendmail/cf/ostype/irix6.m4
3304 OLD_FILES+=usr/share/sendmail/cf/ostype/isc4.1.m4
3305 OLD_FILES+=usr/share/sendmail/cf/ostype/linux.m4
3306 OLD_FILES+=usr/share/sendmail/cf/ostype/maxion.m4
3307 OLD_FILES+=usr/share/sendmail/cf/ostype/mklinux.m4
3308 OLD_FILES+=usr/share/sendmail/cf/ostype/mpeix.m4
3309 OLD_FILES+=usr/share/sendmail/cf/ostype/nextstep.m4
3310 OLD_FILES+=usr/share/sendmail/cf/ostype/openbsd.m4
3311 OLD_FILES+=usr/share/sendmail/cf/ostype/osf1.m4
3312 OLD_FILES+=usr/share/sendmail/cf/ostype/powerux.m4
3313 OLD_FILES+=usr/share/sendmail/cf/ostype/ptx2.m4
3314 OLD_FILES+=usr/share/sendmail/cf/ostype/qnx.m4
3315 OLD_FILES+=usr/share/sendmail/cf/ostype/riscos4.5.m4
3316 OLD_FILES+=usr/share/sendmail/cf/ostype/sco-uw-2.1.m4
3317 OLD_FILES+=usr/share/sendmail/cf/ostype/sco3.2.m4
3318 OLD_FILES+=usr/share/sendmail/cf/ostype/sinix.m4
3319 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.m4
3320 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.ml.m4
3321 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.pre5.m4
3322 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris8.m4
3323 OLD_FILES+=usr/share/sendmail/cf/ostype/sunos3.5.m4
3324 OLD_FILES+=usr/share/sendmail/cf/ostype/sunos4.1.m4
3325 OLD_FILES+=usr/share/sendmail/cf/ostype/svr4.m4
3326 OLD_FILES+=usr/share/sendmail/cf/ostype/ultrix4.m4
3327 OLD_FILES+=usr/share/sendmail/cf/ostype/unicos.m4
3328 OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmk.m4
3329 OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmp.m4
3330 OLD_FILES+=usr/share/sendmail/cf/ostype/unixware7.m4
3331 OLD_FILES+=usr/share/sendmail/cf/ostype/unknown.m4
3332 OLD_FILES+=usr/share/sendmail/cf/ostype/uxpds.m4
3333 OLD_FILES+=usr/share/sendmail/cf/sendmail.schema
3334 OLD_FILES+=usr/share/sendmail/cf/sh/makeinfo.sh
3335 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.cogsci.m4
3336 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.old.arpa.m4
3337 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbarpa.m4
3338 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbvax.m4
3339 .endif
3340
3341 #.if ${MK_SHAREDOCS} == no
3342 # to be filled in
3343 #.endif
3344
3345 #.if ${MK_SYSCONS} == no
3346 # to be filled in
3347 #.endif
3348
3349 .if ${MK_TCSH} == no
3350 OLD_FILES+=bin/csh
3351 OLD_FILES+=bin/tcsh
3352 OLD_FILES+=rescue/csh
3353 OLD_FILES+=rescue/tcsh
3354 OLD_FILES+=usr/share/examples/tcsh/complete.tcsh
3355 OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
3356 OLD_FILES+=usr/share/man/man1/csh.1.gz
3357 OLD_FILES+=usr/share/man/man1/tcsh.1.gz
3358 OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
3359 OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
3360 OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
3361 OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
3362 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
3363 OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
3364 OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
3365 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
3366 OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
3367 OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
3368 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
3369 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
3370 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
3371 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
3372 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
3373 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
3374 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
3375 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
3376 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
3377 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
3378 OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
3379 OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
3380 OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
3381 OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
3382 OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
3383 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
3384 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
3385 .endif
3386
3387 .if ${MK_TELNET} == no
3388 OLD_FILES+=usr/bin/telnet
3389 OLD_FILES+=usr/libexec/telnetd
3390 OLD_FILES+=usr/share/man/man1/telnet.1.gz
3391 OLD_FILES+=usr/share/man/man8/telnetd.8.gz
3392 .endif
3393
3394 #.if ${MK_TOOLCHAIN} == no
3395 # to be filled in
3396 #.endif
3397
3398 #.if ${MK_USB} == no
3399 # to be filled in
3400 #.endif
3401
3402 .if ${MK_UTMPX} == no
3403 OLD_FILES+=etc/periodic/monthly/200.accounting
3404 OLD_FILES+=usr/bin/last
3405 OLD_FILES+=usr/bin/users
3406 OLD_FILES+=usr/bin/who
3407 OLD_FILES+=usr/bin/wtmpcvt
3408 OLD_FILES+=usr/sbin/ac
3409 OLD_FILES+=usr/sbin/lastlogin
3410 OLD_FILES+=usr/sbin/utxrm
3411 OLD_FILES+=usr/share/man/man1/last.1.gz
3412 OLD_FILES+=usr/share/man/man1/users.1.gz
3413 OLD_FILES+=usr/share/man/man1/who.1.gz
3414 OLD_FILES+=usr/share/man/man1/wtmpcvt.1.gz
3415 OLD_FILES+=usr/share/man/man8/ac.8.gz
3416 OLD_FILES+=usr/share/man/man8/lastlogin.8.gz
3417 OLD_FILES+=usr/share/man/man8/utxrm.8.gz
3418 .endif
3419
3420 .if ${MK_WIRELESS} == no
3421 OLD_FILES+=etc/regdomain.xml
3422 OLD_FILES+=usr/sbin/ancontrol
3423 OLD_FILES+=usr/sbin/hostapd
3424 OLD_FILES+=usr/sbin/hostapd_cli
3425 OLD_FILES+=usr/sbin/ndis_events
3426 OLD_FILES+=usr/sbin/wlandebug
3427 OLD_FILES+=usr/sbin/wlconfig
3428 OLD_FILES+=usr/sbin/wpa_cli
3429 OLD_FILES+=usr/sbin/wpa_passphrase
3430 OLD_FILES+=usr/sbin/wpa_supplicant
3431 OLD_FILES+=usr/share/examples/etc/regdomain.xml
3432 OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf
3433 OLD_FILES+=usr/share/examples/hostapd/hostapd.conf
3434 OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user
3435 OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk
3436 OLD_FILES+=usr/share/man/man5/hostapd.conf.5.gz
3437 OLD_FILES+=usr/share/man/man5/wpa_supplicant.conf.5.gz
3438 OLD_FILES+=usr/share/man/man8/ancontrol.8.gz
3439 OLD_FILES+=usr/share/man/man8/hostapd.8.gz
3440 OLD_FILES+=usr/share/man/man8/hostapd_cli.8.gz
3441 OLD_FILES+=usr/share/man/man8/i386/wlconfig.8.gz
3442 OLD_FILES+=usr/share/man/man8/ndis_events.8.gz
3443 OLD_FILES+=usr/share/man/man8/wlandebug.8.gz
3444 OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz
3445 OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz
3446 OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz
3447 .endif