]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/build/mk/OptionalObsoleteFiles.inc
MFC r288339: remove unused sgsmsg utility (originally imported from opensolaris)
[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/rc.d/accounting
10 OLD_FILES+=etc/periodic/daily/310.accounting
11 OLD_FILES+=usr/sbin/accton
12 OLD_FILES+=usr/sbin/sa
13 OLD_FILES+=usr/share/man/man8/accton.8.gz
14 OLD_FILES+=usr/share/man/man8/sa.8.gz
15 .endif
16
17 .if ${MK_ACPI} == no
18 OLD_FILES+=etc/devd/asus.conf
19 OLD_FILES+=etc/rc.d/power_profile
20 OLD_FILES+=usr/sbin/acpiconf
21 OLD_FILES+=usr/sbin/acpidb
22 OLD_FILES+=usr/sbin/acpidump
23 OLD_FILES+=usr/sbin/iasl
24 OLD_FILES+=usr/share/man/man8/acpiconf.8.gz
25 OLD_FILES+=usr/share/man/man8/acpidb.8.gz
26 OLD_FILES+=usr/share/man/man8/acpidump.8.gz
27 OLD_FILES+=usr/share/man/man8/iasl.8.gz
28 .endif
29
30 .if ${MK_AMD} == no
31 OLD_FILES+=etc/amd.map
32 OLD_FILES+=etc/rc.d/amd
33 OLD_FILES+=usr/bin/pawd
34 OLD_FILES+=usr/sbin/amd
35 OLD_FILES+=usr/sbin/amq
36 OLD_FILES+=usr/sbin/fixmount
37 OLD_FILES+=usr/sbin/fsinfo
38 OLD_FILES+=usr/sbin/hlfsd
39 OLD_FILES+=usr/sbin/mk-amd-map
40 OLD_FILES+=usr/sbin/wire-test
41 OLD_FILES+=usr/share/examples/etc/amd.map
42 OLD_FILES+=usr/share/info/am-utils.info.gz
43 OLD_FILES+=usr/share/man/man1/pawd.1.gz
44 OLD_FILES+=usr/share/man/man5/amd.conf.5.gz
45 OLD_FILES+=usr/share/man/man8/amd.8.gz
46 OLD_FILES+=usr/share/man/man8/amq.8.gz
47 OLD_FILES+=usr/share/man/man8/fixmount.8.gz
48 OLD_FILES+=usr/share/man/man8/fsinfo.8.gz
49 OLD_FILES+=usr/share/man/man8/hlfsd.8.gz
50 OLD_FILES+=usr/share/man/man8/mk-amd-map.8.gz
51 OLD_FILES+=usr/share/man/man8/wire-test.8.gz
52 .endif
53
54 .if ${MK_APM} == no
55 OLD_FILES+=etc/rc.d/apm
56 OLD_FILES+=etc/rc.d/apmd
57 OLD_FILES+=etc/apmd.conf
58 OLD_FILES+=usr/sbin/apm
59 OLD_FILES+=usr/share/examples/etc/apmd.conf
60 OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz
61 OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz
62 .endif
63
64 .if ${MK_AT} == no
65 OLD_FILES+=etc/pam.d/atrun
66 OLD_FILES+=usr/bin/at
67 OLD_FILES+=usr/bin/atq
68 OLD_FILES+=usr/bin/atrm
69 OLD_FILES+=usr/bin/batch
70 OLD_FILES+=usr/libexec/atrun
71 OLD_FILES+=usr/share/man/man1/at.1.gz
72 OLD_FILES+=usr/share/man/man1/atq.1.gz
73 OLD_FILES+=usr/share/man/man1/atrm.1.gz
74 OLD_FILES+=usr/share/man/man1/batch.1.gz
75 OLD_FILES+=usr/share/man/man8/atrun.8.gz
76 .endif
77
78 .if ${MK_ATM} == no
79 OLD_FILES+=rescue/atmconfig
80 OLD_FILES+=sbin/atmconfig
81 OLD_FILES+=usr/bin/sscop
82 OLD_FILES+=usr/include/bsnmp/snmp_atm.h
83 OLD_FILES+=usr/include/netnatm/addr.h
84 OLD_FILES+=usr/include/netnatm/api/atmapi.h
85 OLD_FILES+=usr/include/netnatm/api/ccatm.h
86 OLD_FILES+=usr/include/netnatm/api/unisap.h
87 OLD_FILES+=usr/include/netnatm/msg/uni_config.h
88 OLD_FILES+=usr/include/netnatm/msg/uni_hdr.h
89 OLD_FILES+=usr/include/netnatm/msg/uni_ie.h
90 OLD_FILES+=usr/include/netnatm/msg/uni_msg.h
91 OLD_FILES+=usr/include/netnatm/msg/unimsglib.h
92 OLD_FILES+=usr/include/netnatm/msg/uniprint.h
93 OLD_FILES+=usr/include/netnatm/msg/unistruct.h
94 OLD_FILES+=usr/include/netnatm/saal/sscfu.h
95 OLD_FILES+=usr/include/netnatm/saal/sscfudef.h
96 OLD_FILES+=usr/include/netnatm/saal/sscop.h
97 OLD_FILES+=usr/include/netnatm/saal/sscopdef.h
98 OLD_FILES+=usr/include/netnatm/sig/uni.h
99 OLD_FILES+=usr/include/netnatm/sig/unidef.h
100 OLD_FILES+=usr/include/netnatm/sig/unisig.h
101 OLD_FILES+=usr/include/netnatm/unimsg.h
102 OLD_FILES+=usr/lib/libngatm.a
103 OLD_FILES+=usr/lib/libngatm.so
104 OLD_LIBS+=usr/lib/libngatm.so.4
105 OLD_FILES+=usr/lib/libngatm_p.a
106 OLD_FILES+=usr/lib/snmp_atm.so
107 OLD_LIBS+=usr/lib/snmp_atm.so.6
108 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
109 OLD_FILES+=usr/lib32/libngatm.a
110 OLD_FILES+=usr/lib32/libngatm.so
111 OLD_LIBS+=usr/lib32/libngatm.so.4
112 OLD_FILES+=usr/lib32/libngatm_p.a
113 .endif
114 OLD_FILES+=usr/share/doc/atm/atmconfig.help
115 OLD_FILES+=usr/share/doc/atm/atmconfig_device.help
116 OLD_FILES+=usr/share/man/man1/sscop.1.gz
117 OLD_FILES+=usr/share/man/man3/libngatm.3.gz
118 OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz
119 OLD_FILES+=usr/share/man/man3/uniaddr.3.gz
120 OLD_FILES+=usr/share/man/man3/unifunc.3.gz
121 OLD_FILES+=usr/share/man/man3/unimsg.3.gz
122 OLD_FILES+=usr/share/man/man3/unisap.3.gz
123 OLD_FILES+=usr/share/man/man3/unistruct.3.gz
124 OLD_FILES+=usr/share/man/man8/atmconfig.8.gz
125 OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
126 OLD_FILES+=usr/share/snmp/defs/atm_tree.def
127 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
128 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
129 .endif
130
131 .if ${MK_AUDIT} == no
132 OLD_FILES+=usr/sbin/audit
133 OLD_FILES+=usr/sbin/auditd
134 OLD_FILES+=usr/sbin/auditreduce
135 OLD_FILES+=usr/sbin/praudit
136 OLD_FILES+=usr/share/man/man1/auditreduce.1.gz
137 OLD_FILES+=usr/share/man/man1/praudit.1.gz
138 OLD_FILES+=usr/share/man/man8/audit.8.gz
139 OLD_FILES+=usr/share/man/man8/auditd.8.gz
140 .endif
141
142 .if ${MK_AUTHPF} == no
143 OLD_FILES+=usr/sbin/authpf
144 OLD_FILES+=usr/sbin/authpf-noip
145 OLD_FILES+=usr/share/man/man8/authpf.8.gz
146 OLD_FILES+=usr/share/man/man8/authpf-noip.8.gz
147 .endif
148
149 .if ${MK_BIND} == no
150 OLD_FILES+=etc/periodic/daily/470.status-named
151 OLD_FILES+=usr/bin/dig
152 OLD_FILES+=usr/bin/host
153 OLD_FILES+=usr/bin/nslookup
154 OLD_FILES+=usr/bin/nsupdate
155 OLD_FILES+=usr/include/lwres/context.h
156 OLD_FILES+=usr/include/lwres/int.h
157 OLD_FILES+=usr/include/lwres/ipv6.h
158 OLD_FILES+=usr/include/lwres/lang.h
159 OLD_FILES+=usr/include/lwres/list.h
160 OLD_FILES+=usr/include/lwres/lwbuffer.h
161 OLD_FILES+=usr/include/lwres/lwpacket.h
162 OLD_FILES+=usr/include/lwres/lwres.h
163 OLD_FILES+=usr/include/lwres/result.h
164 OLD_FILES+=usr/include/lwres/version.h
165 OLD_FILES+=usr/include/lwres/net.h
166 OLD_FILES+=usr/include/lwres/netdb.h
167 OLD_FILES+=usr/include/lwres/platform.h
168 OLD_DIRS+=usr/include/lwres
169 OLD_FILES+=usr/lib/liblwres.a
170 OLD_FILES+=usr/lib/liblwres_p.a
171 OLD_LIBS+=usr/lib/liblwres.so.50
172 OLD_FILES+=usr/lib/liblwres.so
173 OLD_FILES+=usr/sbin/named
174 OLD_FILES+=usr/sbin/lwresd
175 OLD_FILES+=usr/sbin/named-checkconf
176 OLD_FILES+=usr/sbin/named-checkzone
177 OLD_FILES+=usr/sbin/named.reload
178 OLD_FILES+=usr/sbin/named.reconfig
179 OLD_FILES+=usr/sbin/rndc
180 OLD_FILES+=usr/sbin/rndc-confgen
181 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch01.html
182 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch02.html
183 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch03.html
184 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch04.html
185 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch05.html
186 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch06.html
187 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch07.html
188 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch08.html
189 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.ch09.html
190 OLD_FILES+=usr/share/doc/bind9/arm/Bv9ARM.html
191 OLD_DIRS+=usr/share/doc/bind9/arm
192 OLD_FILES+=usr/share/doc/bind9/misc/dnssec
193 OLD_FILES+=usr/share/doc/bind9/misc/format-options.pl
194 OLD_FILES+=usr/share/doc/bind9/misc/ipv6
195 OLD_FILES+=usr/share/doc/bind9/misc/migration
196 OLD_FILES+=usr/share/doc/bind9/misc/migration-4to9
197 OLD_FILES+=usr/share/doc/bind9/misc/options
198 OLD_FILES+=usr/share/doc/bind9/misc/rfc-compliance
199 OLD_FILES+=usr/share/doc/bind9/misc/roadmap
200 OLD_FILES+=usr/share/doc/bind9/misc/sdb
201 OLD_DIRS+=usr/share/doc/bind9/misc
202 OLD_DIRS+=usr/share/doc/bind9
203 OLD_FILES+=usr/share/doc/bind9/CHANGES
204 OLD_FILES+=usr/share/doc/bind9/COPYRIGHT
205 OLD_FILES+=usr/share/doc/bind9/FAQ
206 OLD_FILES+=usr/share/doc/bind9/README
207 OLD_FILES+=usr/share/man/man1/dig.1.gz
208 OLD_FILES+=usr/share/man/man1/host.1.gz
209 OLD_FILES+=usr/share/man/man1/nslookup.1.gz
210 OLD_FILES+=usr/share/man/man3/lwres.3.gz
211 OLD_FILES+=usr/share/man/man3/lwres_buffer.3.gz
212 OLD_FILES+=usr/share/man/man3/lwres_config.3.gz
213 OLD_FILES+=usr/share/man/man3/lwres_context.3.gz
214 OLD_FILES+=usr/share/man/man3/lwres_gabn.3.gz
215 OLD_FILES+=usr/share/man/man3/lwres_gai_strerror.3.gz
216 OLD_FILES+=usr/share/man/man3/lwres_getaddrinfo.3.gz
217 OLD_FILES+=usr/share/man/man3/lwres_gethostent.3.gz
218 OLD_FILES+=usr/share/man/man3/lwres_getipnode.3.gz
219 OLD_FILES+=usr/share/man/man3/lwres_getnameinfo.3.gz
220 OLD_FILES+=usr/share/man/man3/lwres_getrrsetbyname.3.gz
221 OLD_FILES+=usr/share/man/man3/lwres_gnba.3.gz
222 OLD_FILES+=usr/share/man/man3/lwres_inetntop.3.gz
223 OLD_FILES+=usr/share/man/man3/lwres_hstrerror.3.gz
224 OLD_FILES+=usr/share/man/man3/lwres_noop.3.gz
225 OLD_FILES+=usr/share/man/man3/lwres_packet.3.gz
226 OLD_FILES+=usr/share/man/man3/lwres_resutil.3.gz
227 OLD_FILES+=usr/share/man/man3/lwres_buffer_add.3.gz
228 OLD_FILES+=usr/share/man/man3/lwres_buffer_back.3.gz
229 OLD_FILES+=usr/share/man/man3/lwres_buffer_clear.3.gz
230 OLD_FILES+=usr/share/man/man3/lwres_buffer_first.3.gz
231 OLD_FILES+=usr/share/man/man3/lwres_buffer_forward.3.gz
232 OLD_FILES+=usr/share/man/man3/lwres_buffer_getmem.3.gz
233 OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint16.3.gz
234 OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint32.3.gz
235 OLD_FILES+=usr/share/man/man3/lwres_buffer_getuint8.3.gz
236 OLD_FILES+=usr/share/man/man3/lwres_buffer_init.3.gz
237 OLD_FILES+=usr/share/man/man3/lwres_buffer_invalidate.3.gz
238 OLD_FILES+=usr/share/man/man3/lwres_buffer_putmem.3.gz
239 OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint16.3.gz
240 OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint32.3.gz
241 OLD_FILES+=usr/share/man/man3/lwres_buffer_putuint8.3.gz
242 OLD_FILES+=usr/share/man/man3/lwres_buffer_subtract.3.gz
243 OLD_FILES+=usr/share/man/man3/lwres_conf_clear.3.gz
244 OLD_FILES+=usr/share/man/man3/lwres_conf_get.3.gz
245 OLD_FILES+=usr/share/man/man3/lwres_conf_init.3.gz
246 OLD_FILES+=usr/share/man/man3/lwres_conf_parse.3.gz
247 OLD_FILES+=usr/share/man/man3/lwres_conf_print.3.gz
248 OLD_FILES+=usr/share/man/man3/lwres_context_allocmem.3.gz
249 OLD_FILES+=usr/share/man/man3/lwres_context_create.3.gz
250 OLD_FILES+=usr/share/man/man3/lwres_context_destroy.3.gz
251 OLD_FILES+=usr/share/man/man3/lwres_context_freemem.3.gz
252 OLD_FILES+=usr/share/man/man3/lwres_freeaddrinfo.3.gz
253 OLD_FILES+=usr/share/man/man3/lwres_context_initserial.3.gz
254 OLD_FILES+=usr/share/man/man3/lwres_context_nextserial.3.gz
255 OLD_FILES+=usr/share/man/man3/lwres_context_sendrecv.3.gz
256 OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_free.3.gz
257 OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_parse.3.gz
258 OLD_FILES+=usr/share/man/man3/lwres_gabnrequest_render.3.gz
259 OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_free.3.gz
260 OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_parse.3.gz
261 OLD_FILES+=usr/share/man/man3/lwres_gabnresponse_render.3.gz
262 OLD_FILES+=usr/share/man/man3/lwres_endhostent.3.gz
263 OLD_FILES+=usr/share/man/man3/lwres_endhostent_r.3.gz
264 OLD_FILES+=usr/share/man/man3/lwres_gethostbyaddr.3.gz
265 OLD_FILES+=usr/share/man/man3/lwres_gethostbyaddr_r.3.gz
266 OLD_FILES+=usr/share/man/man3/lwres_gethostbyname.3.gz
267 OLD_FILES+=usr/share/man/man3/lwres_gethostbyname2.3.gz
268 OLD_FILES+=usr/share/man/man3/lwres_gethostbyname_r.3.gz
269 OLD_FILES+=usr/share/man/man3/lwres_gethostent_r.3.gz
270 OLD_FILES+=usr/share/man/man3/lwres_sethostent.3.gz
271 OLD_FILES+=usr/share/man/man3/lwres_sethostent_r.3.gz
272 OLD_FILES+=usr/share/man/man3/lwres_freehostent.3.gz
273 OLD_FILES+=usr/share/man/man3/lwres_getipnodebyaddr.3.gz
274 OLD_FILES+=usr/share/man/man3/lwres_getipnodebyname.3.gz
275 OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_free.3.gz
276 OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_parse.3.gz
277 OLD_FILES+=usr/share/man/man3/lwres_gnbarequest_render.3.gz
278 OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_free.3.gz
279 OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_parse.3.gz
280 OLD_FILES+=usr/share/man/man3/lwres_gnbaresponse_render.3.gz
281 OLD_FILES+=usr/share/man/man3/lwres_herror.3.gz
282 OLD_FILES+=usr/share/man/man3/lwres_net_ntop.3.gz
283 OLD_FILES+=usr/share/man/man3/lwres_nooprequest_free.3.gz
284 OLD_FILES+=usr/share/man/man3/lwres_nooprequest_parse.3.gz
285 OLD_FILES+=usr/share/man/man3/lwres_nooprequest_render.3.gz
286 OLD_FILES+=usr/share/man/man3/lwres_noopresponse_free.3.gz
287 OLD_FILES+=usr/share/man/man3/lwres_noopresponse_parse.3.gz
288 OLD_FILES+=usr/share/man/man3/lwres_noopresponse_render.3.gz
289 OLD_FILES+=usr/share/man/man3/lwres_lwpacket_parseheader.3.gz
290 OLD_FILES+=usr/share/man/man3/lwres_lwpacket_renderheader.3.gz
291 OLD_FILES+=usr/share/man/man3/lwres_addr_parse.3.gz
292 OLD_FILES+=usr/share/man/man3/lwres_getaddrsbyname.3.gz
293 OLD_FILES+=usr/share/man/man3/lwres_getnamebyaddr.3.gz
294 OLD_FILES+=usr/share/man/man3/lwres_string_parse.3.gz
295 OLD_FILES+=usr/share/man/man5/named.conf.5.gz
296 OLD_FILES+=usr/share/man/man5/rndc.conf.5.gz
297 OLD_FILES+=usr/share/man/man1/nsupdate.1.gz
298 OLD_FILES+=usr/share/man/man8/dnssec-keygen.8.gz
299 OLD_FILES+=usr/share/man/man8/dnssec-signzone.8.gz
300 OLD_FILES+=usr/share/man/man8/named.8.gz
301 OLD_FILES+=usr/share/man/man8/lwresd.8.gz
302 OLD_FILES+=usr/share/man/man8/named-checkconf.8.gz
303 OLD_FILES+=usr/share/man/man8/named-checkzone.8.gz
304 OLD_FILES+=usr/share/man/man8/named.reload.8.gz
305 OLD_FILES+=usr/share/man/man8/named.reconfig.8.gz
306 OLD_FILES+=usr/share/man/man8/rndc.8.gz
307 OLD_FILES+=usr/share/man/man8/rndc-confgen.8.gz
308 OLD_DIRS+=var/named/dev
309 OLD_DIRS+=var/named/var/stats
310 OLD_DIRS+=var/named/var/run/named
311 OLD_DIRS+=var/named/var/run
312 OLD_DIRS+=var/named/var/log
313 OLD_DIRS+=var/named/var/dump
314 OLD_DIRS+=var/named/var
315 .endif
316
317 .if ${MK_BIND_DNSSEC} == no || ${MK_BIND} == no
318 OLD_FILES+=usr/sbin/dnssec-keygen
319 OLD_FILES+=usr/sbin/dnssec-signzone
320 .endif
321
322 .if ${MK_BIND_ETC} == no || ${MK_BIND} == no
323 OLD_FILES+=var/named/etc/namedb/PROTO.localhost-v6.rev
324 OLD_FILES+=var/named/etc/namedb/PROTO.localhost.rev
325 OLD_FILES+=var/named/etc/namedb/make-localhost
326 #OLD_FILES+=var/named/etc/namedb/named.conf     # intentionally left out
327 OLD_FILES+=var/named/etc/namedb/named.root
328 OLD_DIRS+=var/named/etc/namedb/slave
329 OLD_DIRS+=var/named/etc/namedb/master
330 OLD_DIRS+=var/named/etc/namedb/dynamic
331 #OLD_DIRS+=var/named/etc/namedb
332 #OLD_DIRS+=var/named/etc
333 .endif
334
335 #.if ${MK_BIND_LIBS} == no || ${MK_BIND} == no
336 # to be filled in and removed above
337 #.endif
338
339 #.if ${MK_BIND_LIBS_LWRES} == no || ${MK_BIND} == no
340 # to be filled in and removed above
341 #.endif
342
343 #.if ${MK_BIND_NAMED} == no || ${MK_BIND} == no
344 # to be filled in and removed above
345 #.endif
346
347 .if ${MK_BLUETOOTH} == no
348 OLD_FILES+=etc/bluetooth/hcsecd.conf
349 OLD_FILES+=etc/bluetooth/hosts
350 OLD_FILES+=etc/bluetooth/protocols
351 OLD_DIRS+=etc/bluetooth
352 OLD_FILES+=etc/defaults/bluetooth.device.conf
353 OLD_FILES+=usr/bin/bthost
354 OLD_FILES+=usr/bin/btsockstat
355 OLD_FILES+=usr/bin/rfcomm_sppd
356 OLD_FILES+=usr/include/bluetooth.h
357 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bluetooth.h
358 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_bt3c.h
359 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket.h
360 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
361 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_l2cap.h
362 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
363 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h
364 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_h4.h
365 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_hci.h
366 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_l2cap.h
367 OLD_FILES+=usr/include/netgraph/bluetooth/include/ng_ubt.h
368 OLD_DIRS+=usr/include/netgraph/bluetooth/include
369 OLD_DIRS+=usr/include/netgraph/bluetooth
370 OLD_FILES+=usr/include/sdp.h
371 OLD_FILES+=usr/lib/libbluetooth.a
372 OLD_FILES+=usr/lib/libbluetooth.so
373 OLD_LIBS+=usr/lib/libbluetooth.so.4
374 OLD_FILES+=usr/lib/libbluetooth_p.a
375 OLD_FILES+=usr/lib/libsdp.a
376 OLD_FILES+=usr/lib/libsdp.so
377 OLD_LIBS+=usr/lib/libsdp.so.4
378 OLD_FILES+=usr/lib/libsdp_p.a
379 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
380 OLD_FILES+=usr/lib32/libbluetooth.a
381 OLD_FILES+=usr/lib32/libbluetooth.so
382 OLD_LIBS+=usr/lib32/libbluetooth.so.4
383 OLD_FILES+=usr/lib32/libbluetooth_p.a
384 OLD_FILES+=usr/lib32/libsdp.a
385 OLD_FILES+=usr/lib32/libsdp.so
386 OLD_LIBS+=usr/lib32/libsdp.so.4
387 OLD_FILES+=usr/lib32/libsdp_p.a
388 .endif
389 OLD_FILES+=usr/sbin/bcmfw
390 OLD_FILES+=usr/sbin/bt3cfw
391 OLD_FILES+=usr/sbin/bthidcontrol
392 OLD_FILES+=usr/sbin/bthidd
393 OLD_FILES+=usr/sbin/btpand
394 OLD_FILES+=usr/sbin/hccontrol
395 OLD_FILES+=usr/sbin/hcsecd
396 OLD_FILES+=usr/sbin/hcseriald
397 OLD_FILES+=usr/sbin/l2control
398 OLD_FILES+=usr/sbin/l2ping
399 OLD_FILES+=usr/sbin/rfcomm_pppd
400 OLD_FILES+=usr/sbin/sdpcontrol
401 OLD_FILES+=usr/sbin/sdpd
402 OLD_FILES+=usr/share/man/man1/bthost.1.gz
403 OLD_FILES+=usr/share/man/man1/btsockstat.1.gz
404 OLD_FILES+=usr/share/man/man1/rfcomm_sppd.1.gz
405 OLD_FILES+=usr/share/man/man3/SDP_GET128.3.gz
406 OLD_FILES+=usr/share/man/man3/SDP_GET16.3.gz
407 OLD_FILES+=usr/share/man/man3/SDP_GET32.3.gz
408 OLD_FILES+=usr/share/man/man3/SDP_GET64.3.gz
409 OLD_FILES+=usr/share/man/man3/SDP_GET8.3.gz
410 OLD_FILES+=usr/share/man/man3/SDP_PUT128.3.gz
411 OLD_FILES+=usr/share/man/man3/SDP_PUT16.3.gz
412 OLD_FILES+=usr/share/man/man3/SDP_PUT32.3.gz
413 OLD_FILES+=usr/share/man/man3/SDP_PUT64.3.gz
414 OLD_FILES+=usr/share/man/man3/SDP_PUT8.3.gz
415 OLD_FILES+=usr/share/man/man3/bdaddr_any.3.gz
416 OLD_FILES+=usr/share/man/man3/bdaddr_copy.3.gz
417 OLD_FILES+=usr/share/man/man3/bdaddr_same.3.gz
418 OLD_FILES+=usr/share/man/man3/bluetooth.3.gz
419 OLD_FILES+=usr/share/man/man3/bt_aton.3.gz
420 OLD_FILES+=usr/share/man/man3/bt_devaddr.3.gz
421 OLD_FILES+=usr/share/man/man3/bt_devclose.3.gz
422 OLD_FILES+=usr/share/man/man3/bt_devenum.3.gz
423 OLD_FILES+=usr/share/man/man3/bt_devfilter.3.gz
424 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_clr.3.gz
425 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_set.3.gz
426 OLD_FILES+=usr/share/man/man3/bt_devfilter_evt_tst.3.gz
427 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_clr.3.gz
428 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_set.3.gz
429 OLD_FILES+=usr/share/man/man3/bt_devfilter_pkt_tst.3.gz
430 OLD_FILES+=usr/share/man/man3/bt_devinfo.3.gz
431 OLD_FILES+=usr/share/man/man3/bt_devinquiry.3.gz
432 OLD_FILES+=usr/share/man/man3/bt_devname.3.gz
433 OLD_FILES+=usr/share/man/man3/bt_devopen.3.gz
434 OLD_FILES+=usr/share/man/man3/bt_devreq.3.gz
435 OLD_FILES+=usr/share/man/man3/bt_devsend.3.gz
436 OLD_FILES+=usr/share/man/man3/bt_endhostent.3.gz
437 OLD_FILES+=usr/share/man/man3/bt_endprotoent.3.gz
438 OLD_FILES+=usr/share/man/man3/bt_gethostbyaddr.3.gz
439 OLD_FILES+=usr/share/man/man3/bt_gethostbyname.3.gz
440 OLD_FILES+=usr/share/man/man3/bt_gethostent.3.gz
441 OLD_FILES+=usr/share/man/man3/bt_getprotobyname.3.gz
442 OLD_FILES+=usr/share/man/man3/bt_getprotobynumber.3.gz
443 OLD_FILES+=usr/share/man/man3/bt_getprotoent.3.gz
444 OLD_FILES+=usr/share/man/man3/bt_ntoa.3.gz
445 OLD_FILES+=usr/share/man/man3/bt_sethostent.3.gz
446 OLD_FILES+=usr/share/man/man3/bt_setprotoent.3.gz
447 OLD_FILES+=usr/share/man/man3/sdp.3.gz
448 OLD_FILES+=usr/share/man/man3/sdp_attr2desc.3.gz
449 OLD_FILES+=usr/share/man/man3/sdp_change_service.3.gz
450 OLD_FILES+=usr/share/man/man3/sdp_close.3.gz
451 OLD_FILES+=usr/share/man/man3/sdp_error.3.gz
452 OLD_FILES+=usr/share/man/man3/sdp_open.3.gz
453 OLD_FILES+=usr/share/man/man3/sdp_open_local.3.gz
454 OLD_FILES+=usr/share/man/man3/sdp_register_service.3.gz
455 OLD_FILES+=usr/share/man/man3/sdp_search.3.gz
456 OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz
457 OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz
458 OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz
459 OLD_FILES+=usr/share/man/man8/bcmfw.8.gz
460 OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz
461 OLD_FILES+=usr/share/man/man8/bthidcontrol.8.gz
462 OLD_FILES+=usr/share/man/man8/bthidd.8.gz
463 OLD_FILES+=usr/share/man/man8/btpand.8.gz
464 OLD_FILES+=usr/share/man/man8/hccontrol.8.gz
465 OLD_FILES+=usr/share/man/man8/hcsecd.8.gz
466 OLD_FILES+=usr/share/man/man8/hcseriald.8.gz
467 OLD_FILES+=usr/share/man/man8/l2control.8.gz
468 OLD_FILES+=usr/share/man/man8/l2ping.8.gz
469 OLD_FILES+=usr/share/man/man8/rfcomm_pppd.8.gz
470 OLD_FILES+=usr/share/man/man8/sdpcontrol.8.gz
471 OLD_FILES+=usr/share/man/man8/sdpd.8.gz
472 .endif
473
474 #.if ${MK_BOOT} == no
475 # to be filled in
476 #.endif
477
478 .if ${MK_BSNMP} == no
479 OLD_FILES+=etc/snmpd.config
480 OLD_FILES+=etc/rc.d/bsnmpd
481 OLD_FILES+=usr/bin/bsnmpget
482 OLD_FILES+=usr/bin/bsnmpset
483 OLD_FILES+=usr/bin/bsnmpwalk
484 OLD_FILES+=usr/include/bsnmp/asn1.h
485 OLD_FILES+=usr/include/bsnmp/bridge_snmp.h
486 OLD_FILES+=usr/include/bsnmp/snmp.h
487 OLD_FILES+=usr/include/bsnmp/snmp_atm.h
488 OLD_FILES+=usr/include/bsnmp/snmp_mibII.h
489 OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h
490 OLD_FILES+=usr/include/bsnmp/snmpagent.h
491 OLD_FILES+=usr/include/bsnmp/snmpclient.h
492 OLD_FILES+=usr/include/bsnmp/snmpmod.h
493 OLD_FILES+=usr/lib/libbsnmp.a
494 OLD_LIBS+=usr/lib/libbsnmp.so.6
495 OLD_FILES+=usr/lib/libbsnmp_p.a
496 OLD_FILES+=usr/lib/libbsnmptools.a
497 OLD_LIBS+=usr/lib/libbsnmptools.so.0
498 OLD_FILES+=usr/lib/libbsnmptools_p.a
499 OLD_LIBS+=usr/lib/snmp_atm.so.6
500 OLD_LIBS+=usr/lib/snmp_bridge.so.6
501 OLD_LIBS+=usr/lib/snmp_hast.so.6
502 OLD_LIBS+=usr/lib/snmp_hostres.so.6
503 OLD_LIBS+=usr/lib/snmp_lm75.so.6
504 OLD_LIBS+=usr/lib/snmp_mibII.so.6
505 OLD_LIBS+=usr/lib/snmp_netgraph.so.6
506 OLD_LIBS+=usr/lib/snmp_pf.so.6
507 OLD_LIBS+=usr/lib/snmp_target.so.6
508 OLD_LIBS+=usr/lib/snmp_usm.so.6
509 OLD_LIBS+=usr/lib/snmp_vacm.so.6
510 OLD_LIBS+=usr/lib/snmp_wlan.so.6
511 OLD_FILES+=usr/sbin/bsnmpd
512 OLD_FILES+=usr/sbin/gensnmptree
513 OLD_FILES+=usr/share/man/man1/bsnmpd.1.gz
514 OLD_FILES+=usr/share/man/man1/bsnmpget.1.gz
515 OLD_FILES+=usr/share/man/man1/bsnmpset.1.gz
516 OLD_FILES+=usr/share/man/man1/bsnmpwalk.1.gz
517 OLD_FILES+=usr/share/man/man1/gensnmptree.1.gz
518 OLD_FILES+=usr/share/man/man3/asn1.3.gz
519 OLD_FILES+=usr/share/man/man3/bsnmpagent.3.gz
520 OLD_FILES+=usr/share/man/man3/bsnmpclient.3.gz
521 OLD_FILES+=usr/share/man/man3/bsnmplib.3.gz
522 OLD_FILES+=usr/share/man/man3/snmp_atm.3.gz
523 OLD_FILES+=usr/share/man/man3/snmp_bridge.3.gz
524 OLD_FILES+=usr/share/man/man3/snmp_hast.3.gz
525 OLD_FILES+=usr/share/man/man3/snmp_hostres.3.gz
526 OLD_FILES+=usr/share/man/man3/snmp_lm75.3.gz
527 OLD_FILES+=usr/share/man/man3/snmp_mibII.3.gz
528 OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz
529 OLD_FILES+=usr/share/man/man3/snmp_target.3.gz
530 OLD_FILES+=usr/share/man/man3/snmp_usm.3.gz
531 OLD_FILES+=usr/share/man/man3/snmp_vacm.3.gz
532 OLD_FILES+=usr/share/man/man3/snmp_wlan.3.gz
533 OLD_FILES+=usr/share/man/man3/snmpmod.3.gz
534 OLD_FILES+=usr/share/snmp/defs/atm_freebsd.def
535 OLD_FILES+=usr/share/snmp/defs/atm_tree.def
536 OLD_FILES+=usr/share/snmp/defs/bridge_tree.def
537 OLD_FILES+=usr/share/snmp/defs/hast_tree.def
538 OLD_FILES+=usr/share/snmp/defs/hostres_tree.def
539 OLD_FILES+=usr/share/snmp/defs/lm75_tree.def
540 OLD_FILES+=usr/share/snmp/defs/mibII_tree.def
541 OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
542 OLD_FILES+=usr/share/snmp/defs/pf_tree.def
543 OLD_FILES+=usr/share/snmp/defs/target_tree.def
544 OLD_FILES+=usr/share/snmp/defs/tree.def
545 OLD_FILES+=usr/share/snmp/defs/usm_tree.def
546 OLD_FILES+=usr/share/snmp/defs/vacm_tree.def
547 OLD_FILES+=usr/share/snmp/defs/wlan_tree.def
548 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM-FREEBSD-MIB.txt
549 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-ATM.txt
550 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-BRIDGE-MIB.txt
551 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HAST-MIB.txt
552 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-HOSTRES-MIB.txt
553 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-IP-MIB.txt
554 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-LM75-MIB.txt
555 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB.txt
556 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-MIB2-MIB.txt
557 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
558 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt
559 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-SNMPD.txt
560 OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-WIRELESS-MIB.txt
561 OLD_FILES+=usr/share/snmp/mibs/BRIDGE-MIB.txt
562 OLD_FILES+=usr/share/snmp/mibs/FOKUS-MIB.txt
563 OLD_FILES+=usr/share/snmp/mibs/FREEBSD-MIB.txt
564 OLD_FILES+=usr/share/snmp/mibs/RSTP-MIB.txt
565 OLD_DIRS+=usr/include/bsnmp
566 OLD_DIRS+=usr/share/snmp
567 OLD_DIRS+=usr/share/snmp/defs
568 OLD_DIRS+=usr/share/snmp/mibs
569 .endif
570
571 .if ${MK_BSDINSTALL} == no
572 OLD_FILES+=usr/libexec/bsdinstall/adduser
573 OLD_FILES+=usr/libexec/bsdinstall/auto
574 OLD_FILES+=usr/libexec/bsdinstall/autopart
575 OLD_FILES+=usr/libexec/bsdinstall/checksum
576 OLD_FILES+=usr/libexec/bsdinstall/config
577 OLD_FILES+=usr/libexec/bsdinstall/distextract
578 OLD_FILES+=usr/libexec/bsdinstall/distfetch
579 OLD_FILES+=usr/libexec/bsdinstall/docsinstall
580 OLD_FILES+=usr/libexec/bsdinstall/entropy
581 OLD_FILES+=usr/libexec/bsdinstall/hostname
582 OLD_FILES+=usr/libexec/bsdinstall/jail
583 OLD_FILES+=usr/libexec/bsdinstall/keymap
584 OLD_FILES+=usr/libexec/bsdinstall/mirrorselect
585 OLD_FILES+=usr/libexec/bsdinstall/mount
586 OLD_FILES+=usr/libexec/bsdinstall/netconfig
587 OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv4
588 OLD_FILES+=usr/libexec/bsdinstall/netconfig_ipv6
589 OLD_FILES+=usr/libexec/bsdinstall/partedit
590 OLD_FILES+=usr/libexec/bsdinstall/rootpass
591 OLD_FILES+=usr/libexec/bsdinstall/script
592 OLD_FILES+=usr/libexec/bsdinstall/scriptedpart
593 OLD_FILES+=usr/libexec/bsdinstall/services
594 OLD_FILES+=usr/libexec/bsdinstall/time
595 OLD_FILES+=usr/libexec/bsdinstall/umount
596 OLD_FILES+=usr/libexec/bsdinstall/wlanconfig
597 OLD_FILES+=usr/libexec/bsdinstall/zfsboot
598 OLD_FILES+=usr/sbin/bsdinstall
599 OLD_FILES+=usr/share/man/man8/bsdinstall.8.gz
600 OLD_FILES+=usr/share/man/man8/sade.8.gz
601 OLD_DIRS+=usr/libexec/bsdinstall
602 .endif
603
604 .if ${MK_CALENDAR} == no
605 OLD_FILES+=etc/periodic/daily/300.calendar
606 OLD_FILES+=usr/bin/calendar
607 OLD_FILES+=usr/share/calendar/calendar.all
608 OLD_FILES+=usr/share/calendar/calendar.australia
609 OLD_FILES+=usr/share/calendar/calendar.birthday
610 OLD_FILES+=usr/share/calendar/calendar.christian
611 OLD_FILES+=usr/share/calendar/calendar.computer
612 OLD_FILES+=usr/share/calendar/calendar.croatian
613 OLD_FILES+=usr/share/calendar/calendar.dutch
614 OLD_FILES+=usr/share/calendar/calendar.freebsd
615 OLD_FILES+=usr/share/calendar/calendar.french
616 OLD_FILES+=usr/share/calendar/calendar.german
617 OLD_FILES+=usr/share/calendar/calendar.history
618 OLD_FILES+=usr/share/calendar/calendar.holiday
619 OLD_FILES+=usr/share/calendar/calendar.hungarian
620 OLD_FILES+=usr/share/calendar/calendar.judaic
621 OLD_FILES+=usr/share/calendar/calendar.lotr
622 OLD_FILES+=usr/share/calendar/calendar.music
623 OLD_FILES+=usr/share/calendar/calendar.newzealand
624 OLD_FILES+=usr/share/calendar/calendar.russian
625 OLD_FILES+=usr/share/calendar/calendar.southafrica
626 OLD_FILES+=usr/share/calendar/calendar.ukrainian
627 OLD_FILES+=usr/share/calendar/calendar.usholiday
628 OLD_FILES+=usr/share/calendar/calendar.world
629 OLD_DIRS+=usr/share/calendar/de_AT.ISO_8859-15
630 OLD_FILES+=usr/share/calendar/de_AT.ISO_8859-15/calendar.feiertag
631 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.all
632 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.feiertag
633 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.geschichte
634 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.kirche
635 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.literatur
636 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.musik
637 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-1/calendar.wissenschaft
638 OLD_FILES+=usr/share/calendar/de_DE.ISO8859-15
639 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.all
640 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.fetes
641 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.french
642 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.jferies
643 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-1/calendar.proverbes
644 OLD_FILES+=usr/share/calendar/fr_FR.ISO8859-15
645 OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.all
646 OLD_FILES+=usr/share/calendar/hr_HR.ISO8859-2/calendar.praznici
647 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.all
648 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.nevnapok
649 OLD_FILES+=usr/share/calendar/hu_HU.ISO8859-2/calendar.unnepek
650 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.all
651 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.common
652 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.holiday
653 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.military
654 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.msk
655 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.orthodox
656 OLD_FILES+=usr/share/calendar/ru_RU.KOI8-R/calendar.pagan
657 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.all
658 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.holiday
659 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.misc
660 OLD_FILES+=usr/share/calendar/uk_UA.KOI8-U/calendar.orthodox
661 OLD_FILES+=usr/share/man/man1/calendar.1.gz
662 .endif
663
664 .if ${MK_CCD} == no
665 OLD_FILES+=etc/rc.d/ccd
666 OLD_FILES+=sbin/ccdconfig
667 OLD_FILES+=usr/share/man/man4/ccd.4.gz
668 OLD_FILES+=usr/share/man/man8/ccdconfig.8.gz
669 .endif
670
671 .if ${MK_CDDL} == no
672 OLD_LIBS+=lib/libavl.so.2
673 OLD_LIBS+=lib/libctf.so.2
674 OLD_LIBS+=lib/libdtrace.so.2
675 OLD_LIBS+=lib/libnvpair.so.2
676 OLD_LIBS+=lib/libumem.so.2
677 OLD_LIBS+=lib/libuutil.so.2
678 OLD_FILES+=usr/bin/ctfconvert
679 OLD_FILES+=usr/bin/ctfdump
680 OLD_FILES+=usr/bin/ctfmerge
681 OLD_FILES+=usr/lib/dtrace/drti.o
682 OLD_FILES+=usr/lib/dtrace/errno.d
683 OLD_FILES+=usr/lib/dtrace/psinfo.d
684 OLD_FILES+=usr/lib/dtrace/signal.d
685 OLD_FILES+=usr/lib/dtrace/unistd.d
686 OLD_FILES+=usr/lib/libavl.a
687 OLD_FILES+=usr/lib/libavl.so
688 OLD_FILES+=usr/lib/libavl_p.a
689 OLD_FILES+=usr/lib/libctf.a
690 OLD_FILES+=usr/lib/libctf.so
691 OLD_FILES+=usr/lib/libctf_p.a
692 OLD_FILES+=usr/lib/libdtrace.a
693 OLD_FILES+=usr/lib/libdtrace.so
694 OLD_FILES+=usr/lib/libdtrace_p.a
695 OLD_FILES+=usr/lib/libnvpair.a
696 OLD_FILES+=usr/lib/libnvpair.so
697 OLD_FILES+=usr/lib/libnvpair_p.a
698 OLD_FILES+=usr/lib/libumem.a
699 OLD_FILES+=usr/lib/libumem.so
700 OLD_FILES+=usr/lib/libumem_p.a
701 OLD_FILES+=usr/lib/libuutil.a
702 OLD_FILES+=usr/lib/libuutil.so
703 OLD_FILES+=usr/lib/libuutil_p.a
704 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
705 OLD_FILES+=usr/lib32/dtrace/drti.o
706 OLD_FILES+=usr/lib32/libavl.a
707 OLD_FILES+=usr/lib32/libavl.so
708 OLD_LIBS+=usr/lib32/libavl.so.2
709 OLD_FILES+=usr/lib32/libavl_p.a
710 OLD_FILES+=usr/lib32/libctf.a
711 OLD_FILES+=usr/lib32/libctf.so
712 OLD_LIBS+=usr/lib32/libctf.so.2
713 OLD_FILES+=usr/lib32/libctf_p.a
714 OLD_FILES+=usr/lib32/libdtrace.a
715 OLD_FILES+=usr/lib32/libdtrace.so
716 OLD_LIBS+=usr/lib32/libdtrace.so.2
717 OLD_FILES+=usr/lib32/libdtrace_p.a
718 OLD_FILES+=usr/lib32/libnvpair.a
719 OLD_FILES+=usr/lib32/libnvpair.so
720 OLD_LIBS+=usr/lib32/libnvpair.so.2
721 OLD_FILES+=usr/lib32/libnvpair_p.a
722 OLD_FILES+=usr/lib32/libumem.a
723 OLD_FILES+=usr/lib32/libumem.so
724 OLD_LIBS+=usr/lib32/libumem.so.2
725 OLD_FILES+=usr/lib32/libumem_p.a
726 OLD_FILES+=usr/lib32/libuutil.a
727 OLD_FILES+=usr/lib32/libuutil.so
728 OLD_LIBS+=usr/lib32/libuutil.so.2
729 OLD_FILES+=usr/lib32/libuutil_p.a
730 .endif
731 OLD_LIBS+=lib/libdtrace.so.2
732 OLD_FILES+=usr/sbin/dtrace
733 OLD_FILES+=usr/sbin/lockstat
734 OLD_FILES+=usr/share/man/man1/dtrace.1.gz
735 OLD_FILES+=usr/share/dtrace/disklatency
736 OLD_FILES+=usr/share/dtrace/disklatencycmd
737 OLD_FILES+=usr/share/dtrace/hotopen
738 OLD_FILES+=usr/share/dtrace/nfsclienttime
739 OLD_FILES+=usr/share/dtrace/toolkit/execsnoop
740 OLD_FILES+=usr/share/dtrace/toolkit/hotkernel
741 OLD_FILES+=usr/share/dtrace/toolkit/hotuser
742 OLD_FILES+=usr/share/dtrace/toolkit/opensnoop
743 OLD_FILES+=usr/share/dtrace/toolkit/procsystime
744 OLD_FILES+=usr/share/man/man1/dtrace.1.gz
745 OLD_DIRS+=usr/lib/dtrace
746 OLD_DIRS+=usr/lib32/dtrace
747 OLD_DIRS+=usr/share/dtrace/toolkit
748 OLD_DIRS+=usr/share/dtrace
749 .endif
750
751 .if ${MK_ZFS} == no
752 OLD_FILES+=boot/gptzfsboot
753 OLD_FILES+=boot/zfsboot
754 OLD_FILES+=boot/zfsloader
755 OLD_FILES+=etc/devd/zfs.conf
756 OLD_FILES+=etc/periodic/daily/404.status-zfs
757 OLD_FILES+=etc/periodic/daily/800.scrub-zfs
758 OLD_LIBS+=lib/libzfs.so.2
759 OLD_LIBS+=lib/libzpool.so.2
760 OLD_FILES+=rescue/zfs
761 OLD_FILES+=rescue/zpool
762 OLD_FILES+=sbin/zfs
763 OLD_FILES+=sbin/zpool
764 OLD_FILES+=usr/bin/zinject
765 OLD_FILES+=usr/bin/ztest
766 OLD_FILES+=usr/lib/libzfs.a
767 OLD_FILES+=usr/lib/libzfs.so
768 OLD_FILES+=usr/lib/libzfs_p.a
769 OLD_FILES+=usr/lib/libzpool.a
770 OLD_FILES+=usr/lib/libzpool.so
771 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
772 OLD_FILES+=usr/lib32/libzfs.a
773 OLD_FILES+=usr/lib32/libzfs.so
774 OLD_LIBS+=usr/lib32/libzfs.so.2
775 OLD_FILES+=usr/lib32/libzfs_p.a
776 OLD_FILES+=usr/lib32/libzpool.a
777 OLD_FILES+=usr/lib32/libzpool.so
778 OLD_LIBS+=usr/lib32/libzpool.so.2
779 .endif
780 OLD_FILES+=usr/sbin/zdb
781 OLD_FILES+=usr/share/man/man8/zdb.8.gz
782 OLD_FILES+=usr/share/man/man8/zfs.8.gz
783 OLD_FILES+=usr/share/man/man8/zpool.8.gz
784 .endif
785
786 .if ${MK_CLANG} == no
787 OLD_FILES+=usr/bin/clang
788 OLD_FILES+=usr/bin/clang++
789 OLD_FILES+=usr/bin/clang-cpp
790 OLD_FILES+=usr/bin/clang-tblgen
791 OLD_FILES+=usr/bin/tblgen
792 OLD_FILES+=usr/include/clang/3.4.1/__wmmintrin_aes.h
793 OLD_FILES+=usr/include/clang/3.4.1/__wmmintrin_pclmul.h
794 OLD_FILES+=usr/include/clang/3.4.1/altivec.h
795 OLD_FILES+=usr/include/clang/3.4.1/ammintrin.h
796 OLD_FILES+=usr/include/clang/3.4.1/arm_neon.h
797 OLD_FILES+=usr/include/clang/3.4.1/avx2intrin.h
798 OLD_FILES+=usr/include/clang/3.4.1/avxintrin.h
799 OLD_FILES+=usr/include/clang/3.4.1/bmi2intrin.h
800 OLD_FILES+=usr/include/clang/3.4.1/bmiintrin.h
801 OLD_FILES+=usr/include/clang/3.4.1/cpuid.h
802 OLD_FILES+=usr/include/clang/3.4.1/emmintrin.h
803 OLD_FILES+=usr/include/clang/3.4.1/f16cintrin.h
804 OLD_FILES+=usr/include/clang/3.4.1/fma4intrin.h
805 OLD_FILES+=usr/include/clang/3.4.1/fmaintrin.h
806 OLD_FILES+=usr/include/clang/3.4.1/immintrin.h
807 OLD_FILES+=usr/include/clang/3.4.1/lzcntintrin.h
808 OLD_FILES+=usr/include/clang/3.4.1/mm3dnow.h
809 OLD_FILES+=usr/include/clang/3.4.1/mm_malloc.h
810 OLD_FILES+=usr/include/clang/3.4.1/mmintrin.h
811 OLD_FILES+=usr/include/clang/3.4.1/module.map
812 OLD_FILES+=usr/include/clang/3.4.1/nmmintrin.h
813 OLD_FILES+=usr/include/clang/3.4.1/pmmintrin.h
814 OLD_FILES+=usr/include/clang/3.4.1/popcntintrin.h
815 OLD_FILES+=usr/include/clang/3.4.1/prfchwintrin.h
816 OLD_FILES+=usr/include/clang/3.4.1/rdseedintrin.h
817 OLD_FILES+=usr/include/clang/3.4.1/rtmintrin.h
818 OLD_FILES+=usr/include/clang/3.4.1/shaintrin.h
819 OLD_FILES+=usr/include/clang/3.4.1/smmintrin.h
820 OLD_FILES+=usr/include/clang/3.4.1/tbmintrin.h
821 OLD_FILES+=usr/include/clang/3.4.1/tmmintrin.h
822 OLD_FILES+=usr/include/clang/3.4.1/wmmintrin.h
823 OLD_FILES+=usr/include/clang/3.4.1/x86intrin.h
824 OLD_FILES+=usr/include/clang/3.4.1/xmmintrin.h
825 OLD_FILES+=usr/include/clang/3.4.1/xopintrin.h
826 OLD_DIRS+=usr/include/clang/3.4.1
827 OLD_DIRS+=usr/include/clang
828 OLD_FILES+=usr/share/doc/llvm/clang/LICENSE.TXT
829 OLD_DIRS+=usr/share/doc/llvm/clang
830 OLD_FILES+=usr/share/doc/llvm/COPYRIGHT.regex
831 OLD_FILES+=usr/share/doc/llvm/LICENSE.TXT
832 OLD_DIRS+=usr/share/doc/llvm
833 OLD_FILES+=usr/share/man/man1/clang.1.gz
834 OLD_FILES+=usr/share/man/man1/clang++.1.gz
835 OLD_FILES+=usr/share/man/man1/clang-cpp.1.gz
836 OLD_FILES+=usr/share/man/man1/tblgen.1.gz
837 .endif
838
839 .if ${MK_CLANG_EXTRAS} == no
840 OLD_FILES+=usr/bin/bugpoint
841 OLD_FILES+=usr/bin/llc
842 OLD_FILES+=usr/bin/lli
843 OLD_FILES+=usr/bin/llvm-ar
844 OLD_FILES+=usr/bin/llvm-as
845 OLD_FILES+=usr/bin/llvm-bcanalyzer
846 OLD_FILES+=usr/bin/llvm-diff
847 OLD_FILES+=usr/bin/llvm-dis
848 OLD_FILES+=usr/bin/llvm-extract
849 OLD_FILES+=usr/bin/llvm-ld
850 OLD_FILES+=usr/bin/llvm-link
851 OLD_FILES+=usr/bin/llvm-mc
852 OLD_FILES+=usr/bin/llvm-nm
853 OLD_FILES+=usr/bin/llvm-objdump
854 OLD_FILES+=usr/bin/llvm-rtdyld
855 OLD_FILES+=usr/bin/llvm-stub
856 OLD_FILES+=usr/bin/macho-dump
857 OLD_FILES+=usr/bin/opt
858 OLD_FILES+=usr/share/man/man1/bugpoint.1.gz
859 OLD_FILES+=usr/share/man/man1/llc.1.gz
860 OLD_FILES+=usr/share/man/man1/lli.1.gz
861 OLD_FILES+=usr/share/man/man1/llvm-ar.1.gz
862 OLD_FILES+=usr/share/man/man1/llvm-as.1.gz
863 OLD_FILES+=usr/share/man/man1/llvm-bcanalyzer.1.gz
864 OLD_FILES+=usr/share/man/man1/llvm-diff.1.gz
865 OLD_FILES+=usr/share/man/man1/llvm-dis.1.gz
866 OLD_FILES+=usr/share/man/man1/llvm-extract.1.gz
867 OLD_FILES+=usr/share/man/man1/llvm-ld.1.gz
868 OLD_FILES+=usr/share/man/man1/llvm-link.1.gz
869 OLD_FILES+=usr/share/man/man1/llvm-nm.1.gz
870 OLD_FILES+=usr/share/man/man1/opt.1.gz
871 .endif
872
873 .if ${MK_CPP} == no
874 OLD_FILES+=usr/bin/cpp
875 OLD_FILES+=usr/share/man/man1/cpp.1.gz
876 .endif
877
878 #.if ${MK_CRYPT} == no
879 # to be filled in
880 #.endif
881
882 .if ${MK_CTM} == no
883 OLD_FILES+=usr/sbin/ctm
884 OLD_FILES+=usr/sbin/ctm_dequeue
885 OLD_FILES+=usr/sbin/ctm_rmail
886 OLD_FILES+=usr/sbin/ctm_smail
887 OLD_FILES+=usr/share/man/man1/ctm.1.gz
888 OLD_FILES+=usr/share/man/man1/ctm_dequeue.1.gz
889 OLD_FILES+=usr/share/man/man1/ctm_rmail.1.gz
890 OLD_FILES+=usr/share/man/man1/ctm_smail.1.gz
891 OLD_FILES+=usr/share/man/man5/ctm.5.gz
892 .endif
893
894 .if ${MK_CVS} == no
895 OLD_FILES+=usr/bin/cvs
896 OLD_FILES+=usr/bin/cvsbug
897 OLD_FILES+=usr/share/examples/cvs/contrib/README
898 OLD_FILES+=usr/share/examples/cvs/contrib/clmerge
899 OLD_FILES+=usr/share/examples/cvs/contrib/cln_hist
900 OLD_FILES+=usr/share/examples/cvs/contrib/commit_prep
901 OLD_FILES+=usr/share/examples/cvs/contrib/cvs2vendor
902 OLD_FILES+=usr/share/examples/cvs/contrib/cvs_acls
903 OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck
904 OLD_FILES+=usr/share/examples/cvs/contrib/cvscheck.man
905 OLD_FILES+=usr/share/examples/cvs/contrib/cvshelp.man
906 OLD_FILES+=usr/share/examples/cvs/contrib/descend.man
907 OLD_FILES+=usr/share/examples/cvs/contrib/easy-import
908 OLD_FILES+=usr/share/examples/cvs/contrib/intro.doc
909 OLD_FILES+=usr/share/examples/cvs/contrib/log
910 OLD_FILES+=usr/share/examples/cvs/contrib/log_accum
911 OLD_FILES+=usr/share/examples/cvs/contrib/mfpipe
912 OLD_FILES+=usr/share/examples/cvs/contrib/rcs-to-cvs
913 OLD_FILES+=usr/share/examples/cvs/contrib/rcs2log
914 OLD_FILES+=usr/share/examples/cvs/contrib/rcslock
915 OLD_FILES+=usr/share/examples/cvs/contrib/sccs2rcs
916 OLD_FILES+=usr/share/info/cvs.info.gz
917 OLD_FILES+=usr/share/info/cvsclient.info.gz
918 OLD_FILES+=usr/share/man/man1/cvs.1.gz
919 OLD_FILES+=usr/share/man/man5/cvs.5.gz
920 OLD_FILES+=usr/share/man/man8/cvsbug.8.gz
921 .endif
922
923 # devd(8) and gperf(1) not listed here on purpose
924 .if ${MK_CXX} == no
925 OLD_FILES+=usr/bin/CC
926 OLD_FILES+=usr/bin/c++
927 OLD_FILES+=usr/bin/c++filt
928 OLD_FILES+=usr/bin/g++
929 OLD_FILES+=usr/include/c++/4.2/algorithm
930 OLD_FILES+=usr/include/c++/4.2/backward/algo.h
931 OLD_FILES+=usr/include/c++/4.2/backward/algobase.h
932 OLD_FILES+=usr/include/c++/4.2/backward/alloc.h
933 OLD_FILES+=usr/include/c++/4.2/backward/backward_warning.h
934 OLD_FILES+=usr/include/c++/4.2/backward/bvector.h
935 OLD_FILES+=usr/include/c++/4.2/backward/complex.h
936 OLD_FILES+=usr/include/c++/4.2/backward/defalloc.h
937 OLD_FILES+=usr/include/c++/4.2/backward/deque.h
938 OLD_FILES+=usr/include/c++/4.2/backward/fstream.h
939 OLD_FILES+=usr/include/c++/4.2/backward/function.h
940 OLD_FILES+=usr/include/c++/4.2/backward/hash_map.h
941 OLD_FILES+=usr/include/c++/4.2/backward/hash_set.h
942 OLD_FILES+=usr/include/c++/4.2/backward/hashtable.h
943 OLD_FILES+=usr/include/c++/4.2/backward/heap.h
944 OLD_FILES+=usr/include/c++/4.2/backward/iomanip.h
945 OLD_FILES+=usr/include/c++/4.2/backward/iostream.h
946 OLD_FILES+=usr/include/c++/4.2/backward/istream.h
947 OLD_FILES+=usr/include/c++/4.2/backward/iterator.h
948 OLD_FILES+=usr/include/c++/4.2/backward/list.h
949 OLD_FILES+=usr/include/c++/4.2/backward/map.h
950 OLD_FILES+=usr/include/c++/4.2/backward/multimap.h
951 OLD_FILES+=usr/include/c++/4.2/backward/multiset.h
952 OLD_FILES+=usr/include/c++/4.2/backward/new.h
953 OLD_FILES+=usr/include/c++/4.2/backward/ostream.h
954 OLD_FILES+=usr/include/c++/4.2/backward/pair.h
955 OLD_FILES+=usr/include/c++/4.2/backward/queue.h
956 OLD_FILES+=usr/include/c++/4.2/backward/rope.h
957 OLD_FILES+=usr/include/c++/4.2/backward/set.h
958 OLD_FILES+=usr/include/c++/4.2/backward/slist.h
959 OLD_FILES+=usr/include/c++/4.2/backward/stack.h
960 OLD_FILES+=usr/include/c++/4.2/backward/stream.h
961 OLD_FILES+=usr/include/c++/4.2/backward/streambuf.h
962 OLD_FILES+=usr/include/c++/4.2/backward/strstream
963 OLD_FILES+=usr/include/c++/4.2/backward/tempbuf.h
964 OLD_FILES+=usr/include/c++/4.2/backward/tree.h
965 OLD_FILES+=usr/include/c++/4.2/backward/vector.h
966 OLD_FILES+=usr/include/c++/4.2/bits/allocator.h
967 OLD_FILES+=usr/include/c++/4.2/bits/atomic_word.h
968 OLD_FILES+=usr/include/c++/4.2/bits/basic_file.h
969 OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.h
970 OLD_FILES+=usr/include/c++/4.2/bits/basic_ios.tcc
971 OLD_FILES+=usr/include/c++/4.2/bits/basic_string.h
972 OLD_FILES+=usr/include/c++/4.2/bits/basic_string.tcc
973 OLD_FILES+=usr/include/c++/4.2/bits/boost_concept_check.h
974 OLD_FILES+=usr/include/c++/4.2/bits/c++allocator.h
975 OLD_FILES+=usr/include/c++/4.2/bits/c++config.h
976 OLD_FILES+=usr/include/c++/4.2/bits/c++io.h
977 OLD_FILES+=usr/include/c++/4.2/bits/c++locale.h
978 OLD_FILES+=usr/include/c++/4.2/bits/c++locale_internal.h
979 OLD_FILES+=usr/include/c++/4.2/bits/char_traits.h
980 OLD_FILES+=usr/include/c++/4.2/bits/cmath.tcc
981 OLD_FILES+=usr/include/c++/4.2/bits/codecvt.h
982 OLD_FILES+=usr/include/c++/4.2/bits/compatibility.h
983 OLD_FILES+=usr/include/c++/4.2/bits/concept_check.h
984 OLD_FILES+=usr/include/c++/4.2/bits/cpp_type_traits.h
985 OLD_FILES+=usr/include/c++/4.2/bits/cpu_defines.h
986 OLD_FILES+=usr/include/c++/4.2/bits/ctype_base.h
987 OLD_FILES+=usr/include/c++/4.2/bits/ctype_inline.h
988 OLD_FILES+=usr/include/c++/4.2/bits/ctype_noninline.h
989 OLD_FILES+=usr/include/c++/4.2/bits/cxxabi_tweaks.h
990 OLD_FILES+=usr/include/c++/4.2/bits/deque.tcc
991 OLD_FILES+=usr/include/c++/4.2/bits/fstream.tcc
992 OLD_FILES+=usr/include/c++/4.2/bits/functexcept.h
993 OLD_FILES+=usr/include/c++/4.2/bits/gslice.h
994 OLD_FILES+=usr/include/c++/4.2/bits/gslice_array.h
995 OLD_FILES+=usr/include/c++/4.2/bits/gthr-default.h
996 OLD_FILES+=usr/include/c++/4.2/bits/gthr-posix.h
997 OLD_FILES+=usr/include/c++/4.2/bits/gthr-single.h
998 OLD_FILES+=usr/include/c++/4.2/bits/gthr-tpf.h
999 OLD_FILES+=usr/include/c++/4.2/bits/gthr.h
1000 OLD_FILES+=usr/include/c++/4.2/bits/indirect_array.h
1001 OLD_FILES+=usr/include/c++/4.2/bits/ios_base.h
1002 OLD_FILES+=usr/include/c++/4.2/bits/istream.tcc
1003 OLD_FILES+=usr/include/c++/4.2/bits/list.tcc
1004 OLD_FILES+=usr/include/c++/4.2/bits/locale_classes.h
1005 OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.h
1006 OLD_FILES+=usr/include/c++/4.2/bits/locale_facets.tcc
1007 OLD_FILES+=usr/include/c++/4.2/bits/localefwd.h
1008 OLD_FILES+=usr/include/c++/4.2/bits/mask_array.h
1009 OLD_FILES+=usr/include/c++/4.2/bits/messages_members.h
1010 OLD_FILES+=usr/include/c++/4.2/bits/os_defines.h
1011 OLD_FILES+=usr/include/c++/4.2/bits/ostream.tcc
1012 OLD_FILES+=usr/include/c++/4.2/bits/ostream_insert.h
1013 OLD_FILES+=usr/include/c++/4.2/bits/postypes.h
1014 OLD_FILES+=usr/include/c++/4.2/bits/slice_array.h
1015 OLD_FILES+=usr/include/c++/4.2/bits/sstream.tcc
1016 OLD_FILES+=usr/include/c++/4.2/bits/stl_algo.h
1017 OLD_FILES+=usr/include/c++/4.2/bits/stl_algobase.h
1018 OLD_FILES+=usr/include/c++/4.2/bits/stl_bvector.h
1019 OLD_FILES+=usr/include/c++/4.2/bits/stl_construct.h
1020 OLD_FILES+=usr/include/c++/4.2/bits/stl_deque.h
1021 OLD_FILES+=usr/include/c++/4.2/bits/stl_function.h
1022 OLD_FILES+=usr/include/c++/4.2/bits/stl_heap.h
1023 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator.h
1024 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_funcs.h
1025 OLD_FILES+=usr/include/c++/4.2/bits/stl_iterator_base_types.h
1026 OLD_FILES+=usr/include/c++/4.2/bits/stl_list.h
1027 OLD_FILES+=usr/include/c++/4.2/bits/stl_map.h
1028 OLD_FILES+=usr/include/c++/4.2/bits/stl_multimap.h
1029 OLD_FILES+=usr/include/c++/4.2/bits/stl_multiset.h
1030 OLD_FILES+=usr/include/c++/4.2/bits/stl_numeric.h
1031 OLD_FILES+=usr/include/c++/4.2/bits/stl_pair.h
1032 OLD_FILES+=usr/include/c++/4.2/bits/stl_queue.h
1033 OLD_FILES+=usr/include/c++/4.2/bits/stl_raw_storage_iter.h
1034 OLD_FILES+=usr/include/c++/4.2/bits/stl_relops.h
1035 OLD_FILES+=usr/include/c++/4.2/bits/stl_set.h
1036 OLD_FILES+=usr/include/c++/4.2/bits/stl_stack.h
1037 OLD_FILES+=usr/include/c++/4.2/bits/stl_tempbuf.h
1038 OLD_FILES+=usr/include/c++/4.2/bits/stl_tree.h
1039 OLD_FILES+=usr/include/c++/4.2/bits/stl_uninitialized.h
1040 OLD_FILES+=usr/include/c++/4.2/bits/stl_vector.h
1041 OLD_FILES+=usr/include/c++/4.2/bits/stream_iterator.h
1042 OLD_FILES+=usr/include/c++/4.2/bits/streambuf.tcc
1043 OLD_FILES+=usr/include/c++/4.2/bits/streambuf_iterator.h
1044 OLD_FILES+=usr/include/c++/4.2/bits/stringfwd.h
1045 OLD_FILES+=usr/include/c++/4.2/bits/time_members.h
1046 OLD_FILES+=usr/include/c++/4.2/bits/valarray_after.h
1047 OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.h
1048 OLD_FILES+=usr/include/c++/4.2/bits/valarray_array.tcc
1049 OLD_FILES+=usr/include/c++/4.2/bits/valarray_before.h
1050 OLD_FILES+=usr/include/c++/4.2/bits/vector.tcc
1051 OLD_FILES+=usr/include/c++/4.2/bitset
1052 OLD_FILES+=usr/include/c++/4.2/cassert
1053 OLD_FILES+=usr/include/c++/4.2/cctype
1054 OLD_FILES+=usr/include/c++/4.2/cerrno
1055 OLD_FILES+=usr/include/c++/4.2/cfloat
1056 OLD_FILES+=usr/include/c++/4.2/ciso646
1057 OLD_FILES+=usr/include/c++/4.2/climits
1058 OLD_FILES+=usr/include/c++/4.2/clocale
1059 OLD_FILES+=usr/include/c++/4.2/cmath
1060 OLD_FILES+=usr/include/c++/4.2/complex
1061 OLD_FILES+=usr/include/c++/4.2/csetjmp
1062 OLD_FILES+=usr/include/c++/4.2/csignal
1063 OLD_FILES+=usr/include/c++/4.2/cstdarg
1064 OLD_FILES+=usr/include/c++/4.2/cstddef
1065 OLD_FILES+=usr/include/c++/4.2/cstdio
1066 OLD_FILES+=usr/include/c++/4.2/cstdlib
1067 OLD_FILES+=usr/include/c++/4.2/cstring
1068 OLD_FILES+=usr/include/c++/4.2/ctime
1069 OLD_FILES+=usr/include/c++/4.2/cwchar
1070 OLD_FILES+=usr/include/c++/4.2/cwctype
1071 OLD_FILES+=usr/include/c++/4.2/cxxabi.h
1072 OLD_FILES+=usr/include/c++/4.2/debug/bitset
1073 OLD_FILES+=usr/include/c++/4.2/debug/debug.h
1074 OLD_FILES+=usr/include/c++/4.2/debug/deque
1075 OLD_FILES+=usr/include/c++/4.2/debug/formatter.h
1076 OLD_FILES+=usr/include/c++/4.2/debug/functions.h
1077 OLD_FILES+=usr/include/c++/4.2/debug/hash_map
1078 OLD_FILES+=usr/include/c++/4.2/debug/hash_map.h
1079 OLD_FILES+=usr/include/c++/4.2/debug/hash_multimap.h
1080 OLD_FILES+=usr/include/c++/4.2/debug/hash_multiset.h
1081 OLD_FILES+=usr/include/c++/4.2/debug/hash_set
1082 OLD_FILES+=usr/include/c++/4.2/debug/hash_set.h
1083 OLD_FILES+=usr/include/c++/4.2/debug/list
1084 OLD_FILES+=usr/include/c++/4.2/debug/macros.h
1085 OLD_FILES+=usr/include/c++/4.2/debug/map
1086 OLD_FILES+=usr/include/c++/4.2/debug/map.h
1087 OLD_FILES+=usr/include/c++/4.2/debug/multimap.h
1088 OLD_FILES+=usr/include/c++/4.2/debug/multiset.h
1089 OLD_FILES+=usr/include/c++/4.2/debug/safe_base.h
1090 OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.h
1091 OLD_FILES+=usr/include/c++/4.2/debug/safe_iterator.tcc
1092 OLD_FILES+=usr/include/c++/4.2/debug/safe_sequence.h
1093 OLD_FILES+=usr/include/c++/4.2/debug/set
1094 OLD_FILES+=usr/include/c++/4.2/debug/set.h
1095 OLD_FILES+=usr/include/c++/4.2/debug/string
1096 OLD_FILES+=usr/include/c++/4.2/debug/vector
1097 OLD_FILES+=usr/include/c++/4.2/deque
1098 OLD_FILES+=usr/include/c++/4.2/exception
1099 OLD_FILES+=usr/include/c++/4.2/exception_defines.h
1100 OLD_FILES+=usr/include/c++/4.2/ext/algorithm
1101 OLD_FILES+=usr/include/c++/4.2/ext/array_allocator.h
1102 OLD_FILES+=usr/include/c++/4.2/ext/atomicity.h
1103 OLD_FILES+=usr/include/c++/4.2/ext/bitmap_allocator.h
1104 OLD_FILES+=usr/include/c++/4.2/ext/codecvt_specializations.h
1105 OLD_FILES+=usr/include/c++/4.2/ext/concurrence.h
1106 OLD_FILES+=usr/include/c++/4.2/ext/debug_allocator.h
1107 OLD_FILES+=usr/include/c++/4.2/ext/functional
1108 OLD_FILES+=usr/include/c++/4.2/ext/hash_fun.h
1109 OLD_FILES+=usr/include/c++/4.2/ext/hash_map
1110 OLD_FILES+=usr/include/c++/4.2/ext/hash_set
1111 OLD_FILES+=usr/include/c++/4.2/ext/hashtable.h
1112 OLD_FILES+=usr/include/c++/4.2/ext/iterator
1113 OLD_FILES+=usr/include/c++/4.2/ext/malloc_allocator.h
1114 OLD_FILES+=usr/include/c++/4.2/ext/memory
1115 OLD_FILES+=usr/include/c++/4.2/ext/mt_allocator.h
1116 OLD_FILES+=usr/include/c++/4.2/ext/new_allocator.h
1117 OLD_FILES+=usr/include/c++/4.2/ext/numeric
1118 OLD_FILES+=usr/include/c++/4.2/ext/numeric_traits.h
1119 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/assoc_container.hpp
1120 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp
1121 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp
1122 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_tree_policy/traits.hpp
1123 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/basic_types.hpp
1124 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
1125 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
1126 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
1127 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
1128 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
1129 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
1130 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
1131 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
1132 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
1133 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
1134 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
1135 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
1136 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
1137 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
1138 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
1139 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
1140 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp
1141 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
1142 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
1143 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp
1144 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
1145 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
1146 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
1147 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
1148 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
1149 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
1150 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
1151 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
1152 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
1153 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
1154 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
1155 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
1156 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
1157 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
1158 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
1159 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
1160 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
1161 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
1162 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
1163 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
1164 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
1165 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
1166 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
1167 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
1168 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
1169 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
1170 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
1171 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1172 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1173 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
1174 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1175 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
1176 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
1177 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
1178 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1179 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
1180 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
1181 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
1182 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
1183 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
1184 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1185 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
1186 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
1187 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
1188 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
1189 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1190 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
1191 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
1192 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp
1193 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
1194 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/cond_dealtor.hpp
1195 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
1196 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/container_base_dispatch.hpp
1197 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
1198 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
1199 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
1200 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
1201 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
1202 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
1203 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
1204 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
1205 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
1206 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
1207 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
1208 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
1209 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
1210 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
1211 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
1212 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
1213 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
1214 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
1215 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
1216 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
1217 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
1218 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
1219 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
1220 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
1221 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp
1222 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
1223 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
1224 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
1225 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
1226 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
1227 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
1228 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
1229 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
1230 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
1231 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
1232 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
1233 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
1234 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
1235 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
1236 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
1237 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp
1238 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
1239 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
1240 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
1241 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
1242 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
1243 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
1244 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
1245 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
1246 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
1247 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
1248 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
1249 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
1250 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
1251 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
1252 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
1253 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
1254 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
1255 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
1256 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
1257 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
1258 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
1259 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
1260 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp
1261 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp
1262 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
1263 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/map_debug_base.hpp
1264 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp
1265 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
1266 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
1267 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
1268 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
1269 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
1270 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
1271 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
1272 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
1273 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
1274 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
1275 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp
1276 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
1277 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
1278 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
1279 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
1280 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
1281 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
1282 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
1283 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/child_iterator.hpp
1284 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp
1285 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp
1286 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
1287 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
1288 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
1289 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
1290 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/head.hpp
1291 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
1292 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
1293 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/internal_node.hpp
1294 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
1295 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/leaf.hpp
1296 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_base.hpp
1297 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_iterators.hpp
1298 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp
1299 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
1300 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/point_iterators.hpp
1301 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
1302 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
1303 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
1304 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
1305 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
1306 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp
1307 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
1308 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/traits.hpp
1309 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
1310 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
1311 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
1312 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
1313 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
1314 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
1315 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
1316 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
1317 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/node.hpp
1318 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
1319 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
1320 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp
1321 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
1322 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
1323 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
1324 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
1325 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
1326 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
1327 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
1328 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
1329 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
1330 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
1331 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
1332 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
1333 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
1334 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
1335 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
1336 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
1337 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
1338 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
1339 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
1340 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
1341 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
1342 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
1343 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
1344 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/node.hpp
1345 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
1346 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
1347 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
1348 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/splay_tree_/traits.hpp
1349 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/standard_policies.hpp
1350 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
1351 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
1352 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
1353 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
1354 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
1355 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
1356 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
1357 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
1358 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
1359 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp
1360 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
1361 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
1362 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/tree_trace_base.hpp
1363 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
1364 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp
1365 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
1366 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
1367 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp
1368 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
1369 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp
1370 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
1371 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/type_utils.hpp
1372 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/types_traits.hpp
1373 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
1374 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp
1375 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp
1376 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
1377 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/exception.hpp
1378 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/hash_policy.hpp
1379 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/list_update_policy.hpp
1380 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/priority_queue.hpp
1381 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tag_and_trait.hpp
1382 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/tree_policy.hpp
1383 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/trie_policy.hpp
1384 OLD_FILES+=usr/include/c++/4.2/ext/pod_char_traits.h
1385 OLD_FILES+=usr/include/c++/4.2/ext/pool_allocator.h
1386 OLD_FILES+=usr/include/c++/4.2/ext/rb_tree
1387 OLD_FILES+=usr/include/c++/4.2/ext/rc_string_base.h
1388 OLD_FILES+=usr/include/c++/4.2/ext/rope
1389 OLD_FILES+=usr/include/c++/4.2/ext/ropeimpl.h
1390 OLD_FILES+=usr/include/c++/4.2/ext/slist
1391 OLD_FILES+=usr/include/c++/4.2/ext/sso_string_base.h
1392 OLD_FILES+=usr/include/c++/4.2/ext/stdio_filebuf.h
1393 OLD_FILES+=usr/include/c++/4.2/ext/stdio_sync_filebuf.h
1394 OLD_FILES+=usr/include/c++/4.2/ext/throw_allocator.h
1395 OLD_FILES+=usr/include/c++/4.2/ext/type_traits.h
1396 OLD_FILES+=usr/include/c++/4.2/ext/typelist.h
1397 OLD_FILES+=usr/include/c++/4.2/ext/vstring.h
1398 OLD_FILES+=usr/include/c++/4.2/ext/vstring.tcc
1399 OLD_FILES+=usr/include/c++/4.2/ext/vstring_fwd.h
1400 OLD_FILES+=usr/include/c++/4.2/ext/vstring_util.h
1401 OLD_FILES+=usr/include/c++/4.2/fstream
1402 OLD_FILES+=usr/include/c++/4.2/functional
1403 OLD_FILES+=usr/include/c++/4.2/iomanip
1404 OLD_FILES+=usr/include/c++/4.2/ios
1405 OLD_FILES+=usr/include/c++/4.2/iosfwd
1406 OLD_FILES+=usr/include/c++/4.2/iostream
1407 OLD_FILES+=usr/include/c++/4.2/istream
1408 OLD_FILES+=usr/include/c++/4.2/iterator
1409 OLD_FILES+=usr/include/c++/4.2/limits
1410 OLD_FILES+=usr/include/c++/4.2/list
1411 OLD_FILES+=usr/include/c++/4.2/locale
1412 OLD_FILES+=usr/include/c++/4.2/map
1413 OLD_FILES+=usr/include/c++/4.2/memory
1414 OLD_FILES+=usr/include/c++/4.2/new
1415 OLD_FILES+=usr/include/c++/4.2/numeric
1416 OLD_FILES+=usr/include/c++/4.2/ostream
1417 OLD_FILES+=usr/include/c++/4.2/queue
1418 OLD_FILES+=usr/include/c++/4.2/set
1419 OLD_FILES+=usr/include/c++/4.2/sstream
1420 OLD_FILES+=usr/include/c++/4.2/stack
1421 OLD_FILES+=usr/include/c++/4.2/stdexcept
1422 OLD_FILES+=usr/include/c++/4.2/streambuf
1423 OLD_FILES+=usr/include/c++/4.2/string
1424 OLD_FILES+=usr/include/c++/4.2/tr1/array
1425 OLD_FILES+=usr/include/c++/4.2/tr1/bind_iterate.h
1426 OLD_FILES+=usr/include/c++/4.2/tr1/bind_repeat.h
1427 OLD_FILES+=usr/include/c++/4.2/tr1/boost_shared_ptr.h
1428 OLD_FILES+=usr/include/c++/4.2/tr1/cctype
1429 OLD_FILES+=usr/include/c++/4.2/tr1/cfenv
1430 OLD_FILES+=usr/include/c++/4.2/tr1/cfloat
1431 OLD_FILES+=usr/include/c++/4.2/tr1/cinttypes
1432 OLD_FILES+=usr/include/c++/4.2/tr1/climits
1433 OLD_FILES+=usr/include/c++/4.2/tr1/cmath
1434 OLD_FILES+=usr/include/c++/4.2/tr1/common.h
1435 OLD_FILES+=usr/include/c++/4.2/tr1/complex
1436 OLD_FILES+=usr/include/c++/4.2/tr1/cstdarg
1437 OLD_FILES+=usr/include/c++/4.2/tr1/cstdbool
1438 OLD_FILES+=usr/include/c++/4.2/tr1/cstdint
1439 OLD_FILES+=usr/include/c++/4.2/tr1/cstdio
1440 OLD_FILES+=usr/include/c++/4.2/tr1/cstdlib
1441 OLD_FILES+=usr/include/c++/4.2/tr1/ctgmath
1442 OLD_FILES+=usr/include/c++/4.2/tr1/ctime
1443 OLD_FILES+=usr/include/c++/4.2/tr1/ctype.h
1444 OLD_FILES+=usr/include/c++/4.2/tr1/cwchar
1445 OLD_FILES+=usr/include/c++/4.2/tr1/cwctype
1446 OLD_FILES+=usr/include/c++/4.2/tr1/fenv.h
1447 OLD_FILES+=usr/include/c++/4.2/tr1/float.h
1448 OLD_FILES+=usr/include/c++/4.2/tr1/functional
1449 OLD_FILES+=usr/include/c++/4.2/tr1/functional_hash.h
1450 OLD_FILES+=usr/include/c++/4.2/tr1/functional_iterate.h
1451 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable
1452 OLD_FILES+=usr/include/c++/4.2/tr1/hashtable_policy.h
1453 OLD_FILES+=usr/include/c++/4.2/tr1/inttypes.h
1454 OLD_FILES+=usr/include/c++/4.2/tr1/limits.h
1455 OLD_FILES+=usr/include/c++/4.2/tr1/math.h
1456 OLD_FILES+=usr/include/c++/4.2/tr1/memory
1457 OLD_FILES+=usr/include/c++/4.2/tr1/mu_iterate.h
1458 OLD_FILES+=usr/include/c++/4.2/tr1/random
1459 OLD_FILES+=usr/include/c++/4.2/tr1/random.tcc
1460 OLD_FILES+=usr/include/c++/4.2/tr1/ref_fwd.h
1461 OLD_FILES+=usr/include/c++/4.2/tr1/ref_wrap_iterate.h
1462 OLD_FILES+=usr/include/c++/4.2/tr1/repeat.h
1463 OLD_FILES+=usr/include/c++/4.2/tr1/stdarg.h
1464 OLD_FILES+=usr/include/c++/4.2/tr1/stdbool.h
1465 OLD_FILES+=usr/include/c++/4.2/tr1/stdint.h
1466 OLD_FILES+=usr/include/c++/4.2/tr1/stdio.h
1467 OLD_FILES+=usr/include/c++/4.2/tr1/stdlib.h
1468 OLD_FILES+=usr/include/c++/4.2/tr1/tgmath.h
1469 OLD_FILES+=usr/include/c++/4.2/tr1/tuple
1470 OLD_FILES+=usr/include/c++/4.2/tr1/tuple_defs.h
1471 OLD_FILES+=usr/include/c++/4.2/tr1/tuple_iterate.h
1472 OLD_FILES+=usr/include/c++/4.2/tr1/type_traits
1473 OLD_FILES+=usr/include/c++/4.2/tr1/type_traits_fwd.h
1474 OLD_FILES+=usr/include/c++/4.2/tr1/unordered_map
1475 OLD_FILES+=usr/include/c++/4.2/tr1/unordered_set
1476 OLD_FILES+=usr/include/c++/4.2/tr1/utility
1477 OLD_FILES+=usr/include/c++/4.2/tr1/wchar.h
1478 OLD_FILES+=usr/include/c++/4.2/tr1/wctype.h
1479 OLD_FILES+=usr/include/c++/4.2/typeinfo
1480 OLD_FILES+=usr/include/c++/4.2/utility
1481 OLD_FILES+=usr/include/c++/4.2/valarray
1482 OLD_FILES+=usr/include/c++/4.2/vector
1483 OLD_FILES+=usr/lib/libstdc++.a
1484 # Keep libs to allow bootstrapping g++(1) with gperf(1)
1485 #OLD_LIBS+=usr/lib/libstdc++.so
1486 #OLD_LIBS+=usr/lib/libstdc++.so.6
1487 OLD_FILES+=usr/lib/libstdc++_p.a
1488 OLD_FILES+=usr/lib/libsupc++.a
1489 OLD_FILES+=usr/lib/libsupc++_p.a
1490 OLD_FILES+=usr/libexec/cc1plus
1491 .endif
1492
1493 .if ${MK_DICT} == no
1494 OLD_FILES+=usr/share/dict/README
1495 OLD_FILES+=usr/share/dict/freebsd
1496 OLD_FILES+=usr/share/dict/propernames
1497 OLD_FILES+=usr/share/dict/web2
1498 OLD_FILES+=usr/share/dict/web2a
1499 OLD_FILES+=usr/share/dict/words
1500 .endif
1501
1502 .if ${MK_EE} == no
1503 OLD_FILES+=usr/bin/edit
1504 OLD_FILES+=usr/bin/ee
1505 OLD_FILES+=usr/bin/ree
1506 OLD_FILES+=usr/share/man/man1/edit.1.gz
1507 OLD_FILES+=usr/share/man/man1/ee.1.gz
1508 OLD_FILES+=usr/share/man/man1/ree.1.gz
1509 OLD_FILES+=usr/share/nls/C/ee.cat
1510 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat
1511 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat
1512 OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat
1513 OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat
1514 OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat
1515 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/ee.cat
1516 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/ee.cat
1517 .endif
1518
1519 #.if ${MK_EXAMPLES} == no
1520 # to be filled in
1521 #.endif
1522
1523 .if ${MK_FLOPPY} == no
1524 OLD_FILES+=usr/sbin/fdcontrol
1525 OLD_FILES+=usr/sbin/fdformat
1526 OLD_FILES+=usr/sbin/fdread
1527 OLD_FILES+=usr/sbin/fdwrite
1528 OLD_FILES+=usr/share/man/man1/fdformat.1.gz
1529 OLD_FILES+=usr/share/man/man1/fdread.1.gz
1530 OLD_FILES+=usr/share/man/man1/fdwrite.1.gz
1531 OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
1532 .endif
1533
1534 .if ${MK_FREEBSD_UPDATE} == no
1535 OLD_FILES+=etc/freebsd-update.conf
1536 OLD_FILES+=usr/sbin/freebsd-update
1537 OLD_FILES+=usr/share/examples/etc/freebsd-update.conf
1538 OLD_FILES+=usr/share/man/man5/freebsd-update.conf.5.gz
1539 OLD_FILES+=usr/share/man/man8/freebsd-update.8.gz
1540 .endif
1541
1542 .if ${MK_GAMES} == no
1543 OLD_FILES+=usr/games/bcd
1544 OLD_FILES+=usr/games/caesar
1545 OLD_FILES+=usr/games/factor
1546 OLD_FILES+=usr/games/fortune
1547 OLD_FILES+=usr/games/grdc
1548 OLD_FILES+=usr/games/morse
1549 OLD_FILES+=usr/games/number
1550 OLD_FILES+=usr/games/pom
1551 OLD_FILES+=usr/games/ppt
1552 OLD_FILES+=usr/games/primes
1553 OLD_FILES+=usr/games/random
1554 OLD_FILES+=usr/games/rot13
1555 OLD_FILES+=usr/games/strfile
1556 OLD_FILES+=usr/games/unstr
1557 OLD_FILES+=usr/share/games/fortune/fortunes
1558 OLD_FILES+=usr/share/games/fortune/fortunes-o
1559 OLD_FILES+=usr/share/games/fortune/fortunes-o.dat
1560 OLD_FILES+=usr/share/games/fortune/fortunes.dat
1561 OLD_FILES+=usr/share/games/fortune/freebsd-tips
1562 OLD_FILES+=usr/share/games/fortune/freebsd-tips.dat
1563 OLD_FILES+=usr/share/games/fortune/gerrold.limerick
1564 OLD_FILES+=usr/share/games/fortune/gerrold.limerick.dat
1565 OLD_FILES+=usr/share/games/fortune/limerick
1566 OLD_FILES+=usr/share/games/fortune/limerick.dat
1567 OLD_FILES+=usr/share/games/fortune/murphy
1568 OLD_FILES+=usr/share/games/fortune/murphy-o
1569 OLD_FILES+=usr/share/games/fortune/murphy-o.dat
1570 OLD_FILES+=usr/share/games/fortune/murphy.dat
1571 OLD_FILES+=usr/share/games/fortune/startrek
1572 OLD_FILES+=usr/share/games/fortune/startrek.dat
1573 OLD_FILES+=usr/share/games/fortune/zippy
1574 OLD_FILES+=usr/share/games/fortune/zippy.dat
1575 OLD_FILES+=usr/share/man/man6/bcd.6.gz
1576 OLD_FILES+=usr/share/man/man6/caesar.6.gz
1577 OLD_FILES+=usr/share/man/man6/factor.6.gz
1578 OLD_FILES+=usr/share/man/man6/fortune.6.gz
1579 OLD_FILES+=usr/share/man/man6/grdc.6.gz
1580 OLD_FILES+=usr/share/man/man6/morse.6.gz
1581 OLD_FILES+=usr/share/man/man6/number.6.gz
1582 OLD_FILES+=usr/share/man/man6/pom.6.gz
1583 OLD_FILES+=usr/share/man/man6/ppt.6.gz
1584 OLD_FILES+=usr/share/man/man6/primes.6.gz
1585 OLD_FILES+=usr/share/man/man6/random.6.gz
1586 OLD_FILES+=usr/share/man/man6/rot13.6.gz
1587 OLD_FILES+=usr/share/man/man8/strfile.8.gz
1588 OLD_FILES+=usr/share/man/man8/unstr.8.gz
1589 .endif
1590
1591 .if ${MK_GCC} == no
1592 OLD_FILES+=usr/bin/c++filt
1593 OLD_FILES+=usr/bin/g++
1594 OLD_FILES+=usr/bin/gcc
1595 OLD_FILES+=usr/bin/gcov
1596 OLD_FILES+=usr/bin/gcpp
1597 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
1598 OLD_FILES+=usr/include/gcc/4.2/emmintrin.h
1599 OLD_FILES+=usr/include/gcc/4.2/mm_malloc.h
1600 OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
1601 OLD_FILES+=usr/include/gcc/4.2/pmmintrin.h
1602 OLD_FILES+=usr/include/gcc/4.2/tmmintrin.h
1603 OLD_FILES+=usr/include/gcc/4.2/xmmintrin.h
1604 .elif ${TARGET_ARCH} == "ia64"
1605 OLD_FILES+=usr/include/gcc/4.2/ia64intrin.h
1606 .elif ${TARGET_ARCH} == "arm"
1607 OLD_FILES+=usr/include/gcc/4.2/mmintrin.h
1608 .elif ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "powerpc64"
1609 OLD_FILES+=usr/include/gcc/4.2/altivec.h
1610 OLD_FILES+=usr/include/gcc/4.2/ppc-asm.h
1611 OLD_FILES+=usr/include/gcc/4.2/spe.h
1612 .endif
1613 OLD_DIRS+=usr/include/gcc/4.2
1614 OLD_DIRS+=usr/include/gcc
1615 OLD_FILES+=usr/libexec/cc1
1616 OLD_FILES+=usr/libexec/cc1plus
1617 OLD_FILES+=usr/share/info/cpp.info.gz
1618 OLD_FILES+=usr/share/info/cppinternals.info.gz
1619 OLD_FILES+=usr/share/info/gcc.info.gz
1620 OLD_FILES+=usr/share/info/gccint.info.gz
1621 OLD_FILES+=usr/share/man/man1/g++.1.gz
1622 OLD_FILES+=usr/share/man/man1/gcc.1.gz
1623 OLD_FILES+=usr/share/man/man1/gcov.1.gz
1624 OLD_FILES+=usr/share/man/man1/gcpp.1.gz
1625 .endif
1626
1627 .if ${MK_GCOV} == no
1628 OLD_FILES+=usr/bin/gcov
1629 OLD_FILES+=usr/share/man/man1/gcov.1.gz
1630 .endif
1631
1632 .if ${MK_GDB} == no
1633 OLD_FILES+=usr/bin/gdb
1634 OLD_FILES+=usr/bin/gdbserver
1635 OLD_FILES+=usr/bin/gdbtui
1636 OLD_FILES+=usr/bin/kgdb
1637 OLD_FILES+=usr/share/info/gdb.info.gz
1638 OLD_FILES+=usr/share/info/gdbint.info.gz
1639 OLD_FILES+=usr/share/info/stabs.info.gz
1640 OLD_FILES+=usr/share/man/man1/gdb.1.gz
1641 OLD_FILES+=usr/share/man/man1/gdbserver.1.gz
1642 OLD_FILES+=usr/share/man/man1/kgdb.1.gz
1643 .endif
1644
1645 .if ${MK_GPIB} == no
1646 OLD_FILES+=usr/include/dev/ieee488/ibfoo_int.h
1647 OLD_FILES+=usr/include/dev/ieee488/ugpib.h
1648 OLD_FILES+=usr/include/dev/ieee488/upd7210.h
1649 OLD_FILES+=usr/include/gpib/gpib.h
1650 OLD_FILES+=usr/lib/libgpib.a
1651 OLD_FILES+=usr/lib/libgpib.so
1652 OLD_LIBS+=usr/lib/libgpib.so.3
1653 OLD_FILES+=usr/lib/libgpib_p.a
1654 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
1655 OLD_FILES+=usr/lib32/libgpib.a
1656 OLD_FILES+=usr/lib32/libgpib.so
1657 OLD_LIBS+=usr/lib32/libgpib.so.3
1658 OLD_FILES+=usr/lib32/libgpib_p.a
1659 .endif
1660 .endif
1661
1662 .if ${MK_GPIO} == no
1663 OLD_FILES+=usr/sbin/gpioctl
1664 OLD_FILES+=usr/share/man/man8/gpioctl.8.gz
1665 .endif
1666
1667 # Also includes vgrind(1)
1668 .if ${MK_GROFF} == no
1669 OLD_FILES+=usr/bin/addftinfo
1670 OLD_FILES+=usr/bin/afmtodit
1671 OLD_FILES+=usr/bin/eqn
1672 OLD_FILES+=usr/bin/grn
1673 OLD_FILES+=usr/bin/grodvi
1674 OLD_FILES+=usr/bin/groff
1675 OLD_FILES+=usr/bin/grog
1676 OLD_FILES+=usr/bin/grolbp
1677 OLD_FILES+=usr/bin/grolj4
1678 OLD_FILES+=usr/bin/grops
1679 OLD_FILES+=usr/bin/grotty
1680 OLD_FILES+=usr/bin/hpftodit
1681 OLD_FILES+=usr/bin/indxbib
1682 OLD_FILES+=usr/bin/lkbib
1683 OLD_FILES+=usr/bin/lookbib
1684 OLD_FILES+=usr/bin/mmroff
1685 OLD_FILES+=usr/bin/neqn
1686 OLD_FILES+=usr/bin/nroff
1687 OLD_FILES+=usr/bin/pfbtops
1688 OLD_FILES+=usr/bin/pic
1689 OLD_FILES+=usr/bin/post-grohtml
1690 OLD_FILES+=usr/bin/pre-grohtml
1691 OLD_FILES+=usr/bin/psroff
1692 OLD_FILES+=usr/bin/refer
1693 OLD_FILES+=usr/bin/soelim
1694 OLD_FILES+=usr/bin/tbl
1695 OLD_FILES+=usr/bin/tfmtodit
1696 OLD_FILES+=usr/bin/troff
1697 OLD_FILES+=usr/bin/vgrind
1698 OLD_FILES+=usr/libexec/vfontedpr
1699 OLD_FILES+=usr/share/groff_font/devX100-12/CB
1700 OLD_FILES+=usr/share/groff_font/devX100-12/CBI
1701 OLD_FILES+=usr/share/groff_font/devX100-12/CI
1702 OLD_FILES+=usr/share/groff_font/devX100-12/CR
1703 OLD_FILES+=usr/share/groff_font/devX100-12/DESC
1704 OLD_FILES+=usr/share/groff_font/devX100-12/HB
1705 OLD_FILES+=usr/share/groff_font/devX100-12/HBI
1706 OLD_FILES+=usr/share/groff_font/devX100-12/HI
1707 OLD_FILES+=usr/share/groff_font/devX100-12/HR
1708 OLD_FILES+=usr/share/groff_font/devX100-12/NB
1709 OLD_FILES+=usr/share/groff_font/devX100-12/NBI
1710 OLD_FILES+=usr/share/groff_font/devX100-12/NI
1711 OLD_FILES+=usr/share/groff_font/devX100-12/NR
1712 OLD_FILES+=usr/share/groff_font/devX100-12/S
1713 OLD_FILES+=usr/share/groff_font/devX100-12/TB
1714 OLD_FILES+=usr/share/groff_font/devX100-12/TBI
1715 OLD_FILES+=usr/share/groff_font/devX100-12/TI
1716 OLD_FILES+=usr/share/groff_font/devX100-12/TR
1717 OLD_DIRS+=usr/share/groff_font/devX100-12
1718 OLD_FILES+=usr/share/groff_font/devX100/CB
1719 OLD_FILES+=usr/share/groff_font/devX100/CBI
1720 OLD_FILES+=usr/share/groff_font/devX100/CI
1721 OLD_FILES+=usr/share/groff_font/devX100/CR
1722 OLD_FILES+=usr/share/groff_font/devX100/DESC
1723 OLD_FILES+=usr/share/groff_font/devX100/HB
1724 OLD_FILES+=usr/share/groff_font/devX100/HBI
1725 OLD_FILES+=usr/share/groff_font/devX100/HI
1726 OLD_FILES+=usr/share/groff_font/devX100/HR
1727 OLD_FILES+=usr/share/groff_font/devX100/NB
1728 OLD_FILES+=usr/share/groff_font/devX100/NBI
1729 OLD_FILES+=usr/share/groff_font/devX100/NI
1730 OLD_FILES+=usr/share/groff_font/devX100/NR
1731 OLD_FILES+=usr/share/groff_font/devX100/S
1732 OLD_FILES+=usr/share/groff_font/devX100/TB
1733 OLD_FILES+=usr/share/groff_font/devX100/TBI
1734 OLD_FILES+=usr/share/groff_font/devX100/TI
1735 OLD_FILES+=usr/share/groff_font/devX100/TR
1736 OLD_DIRS+=usr/share/groff_font/devX100
1737 OLD_FILES+=usr/share/groff_font/devX75-12/CB
1738 OLD_FILES+=usr/share/groff_font/devX75-12/CBI
1739 OLD_FILES+=usr/share/groff_font/devX75-12/CI
1740 OLD_FILES+=usr/share/groff_font/devX75-12/CR
1741 OLD_FILES+=usr/share/groff_font/devX75-12/DESC
1742 OLD_FILES+=usr/share/groff_font/devX75-12/HB
1743 OLD_FILES+=usr/share/groff_font/devX75-12/HBI
1744 OLD_FILES+=usr/share/groff_font/devX75-12/HI
1745 OLD_FILES+=usr/share/groff_font/devX75-12/HR
1746 OLD_FILES+=usr/share/groff_font/devX75-12/NB
1747 OLD_FILES+=usr/share/groff_font/devX75-12/NBI
1748 OLD_FILES+=usr/share/groff_font/devX75-12/NI
1749 OLD_FILES+=usr/share/groff_font/devX75-12/NR
1750 OLD_FILES+=usr/share/groff_font/devX75-12/S
1751 OLD_FILES+=usr/share/groff_font/devX75-12/TB
1752 OLD_FILES+=usr/share/groff_font/devX75-12/TBI
1753 OLD_FILES+=usr/share/groff_font/devX75-12/TI
1754 OLD_FILES+=usr/share/groff_font/devX75-12/TR
1755 OLD_DIRS+=usr/share/groff_font/devX75-12
1756 OLD_FILES+=usr/share/groff_font/devX75/CB
1757 OLD_FILES+=usr/share/groff_font/devX75/CBI
1758 OLD_FILES+=usr/share/groff_font/devX75/CI
1759 OLD_FILES+=usr/share/groff_font/devX75/CR
1760 OLD_FILES+=usr/share/groff_font/devX75/DESC
1761 OLD_FILES+=usr/share/groff_font/devX75/HB
1762 OLD_FILES+=usr/share/groff_font/devX75/HBI
1763 OLD_FILES+=usr/share/groff_font/devX75/HI
1764 OLD_FILES+=usr/share/groff_font/devX75/HR
1765 OLD_FILES+=usr/share/groff_font/devX75/NB
1766 OLD_FILES+=usr/share/groff_font/devX75/NBI
1767 OLD_FILES+=usr/share/groff_font/devX75/NI
1768 OLD_FILES+=usr/share/groff_font/devX75/NR
1769 OLD_FILES+=usr/share/groff_font/devX75/S
1770 OLD_FILES+=usr/share/groff_font/devX75/TB
1771 OLD_FILES+=usr/share/groff_font/devX75/TBI
1772 OLD_FILES+=usr/share/groff_font/devX75/TI
1773 OLD_FILES+=usr/share/groff_font/devX75/TR
1774 OLD_DIRS+=usr/share/groff_font/devX75
1775 OLD_FILES+=usr/share/groff_font/devascii/B
1776 OLD_FILES+=usr/share/groff_font/devascii/BI
1777 OLD_FILES+=usr/share/groff_font/devascii/CW
1778 OLD_FILES+=usr/share/groff_font/devascii/DESC
1779 OLD_FILES+=usr/share/groff_font/devascii/I
1780 OLD_FILES+=usr/share/groff_font/devascii/L
1781 OLD_FILES+=usr/share/groff_font/devascii/R
1782 OLD_FILES+=usr/share/groff_font/devascii/S
1783 OLD_DIRS+=usr/share/groff_font/devascii
1784 OLD_FILES+=usr/share/groff_font/devcp1047/B
1785 OLD_FILES+=usr/share/groff_font/devcp1047/BI
1786 OLD_FILES+=usr/share/groff_font/devcp1047/CW
1787 OLD_FILES+=usr/share/groff_font/devcp1047/DESC
1788 OLD_FILES+=usr/share/groff_font/devcp1047/I
1789 OLD_FILES+=usr/share/groff_font/devcp1047/L
1790 OLD_FILES+=usr/share/groff_font/devcp1047/R
1791 OLD_FILES+=usr/share/groff_font/devcp1047/S
1792 OLD_DIRS+=usr/share/groff_font/devcp1047
1793 OLD_FILES+=usr/share/groff_font/devdvi/CW
1794 OLD_FILES+=usr/share/groff_font/devdvi/CWEC
1795 OLD_FILES+=usr/share/groff_font/devdvi/CWI
1796 OLD_FILES+=usr/share/groff_font/devdvi/CWIEC
1797 OLD_FILES+=usr/share/groff_font/devdvi/CWITC
1798 OLD_FILES+=usr/share/groff_font/devdvi/CWTC
1799 OLD_FILES+=usr/share/groff_font/devdvi/CompileFonts
1800 OLD_FILES+=usr/share/groff_font/devdvi/DESC
1801 OLD_FILES+=usr/share/groff_font/devdvi/EX
1802 OLD_FILES+=usr/share/groff_font/devdvi/HB
1803 OLD_FILES+=usr/share/groff_font/devdvi/HBEC
1804 OLD_FILES+=usr/share/groff_font/devdvi/HBI
1805 OLD_FILES+=usr/share/groff_font/devdvi/HBIEC
1806 OLD_FILES+=usr/share/groff_font/devdvi/HBITC
1807 OLD_FILES+=usr/share/groff_font/devdvi/HBTC
1808 OLD_FILES+=usr/share/groff_font/devdvi/HI
1809 OLD_FILES+=usr/share/groff_font/devdvi/HIEC
1810 OLD_FILES+=usr/share/groff_font/devdvi/HITC
1811 OLD_FILES+=usr/share/groff_font/devdvi/HR
1812 OLD_FILES+=usr/share/groff_font/devdvi/HREC
1813 OLD_FILES+=usr/share/groff_font/devdvi/HRTC
1814 OLD_FILES+=usr/share/groff_font/devdvi/MI
1815 OLD_FILES+=usr/share/groff_font/devdvi/Makefile
1816 OLD_FILES+=usr/share/groff_font/devdvi/S
1817 OLD_FILES+=usr/share/groff_font/devdvi/SA
1818 OLD_FILES+=usr/share/groff_font/devdvi/SB
1819 OLD_FILES+=usr/share/groff_font/devdvi/SC
1820 OLD_FILES+=usr/share/groff_font/devdvi/TB
1821 OLD_FILES+=usr/share/groff_font/devdvi/TBEC
1822 OLD_FILES+=usr/share/groff_font/devdvi/TBI
1823 OLD_FILES+=usr/share/groff_font/devdvi/TBIEC
1824 OLD_FILES+=usr/share/groff_font/devdvi/TBITC
1825 OLD_FILES+=usr/share/groff_font/devdvi/TBTC
1826 OLD_FILES+=usr/share/groff_font/devdvi/TI
1827 OLD_FILES+=usr/share/groff_font/devdvi/TIEC
1828 OLD_FILES+=usr/share/groff_font/devdvi/TITC
1829 OLD_FILES+=usr/share/groff_font/devdvi/TR
1830 OLD_FILES+=usr/share/groff_font/devdvi/TREC
1831 OLD_FILES+=usr/share/groff_font/devdvi/TRTC
1832 OLD_FILES+=usr/share/groff_font/devdvi/ec.map
1833 OLD_FILES+=usr/share/groff_font/devdvi/msam.map
1834 OLD_FILES+=usr/share/groff_font/devdvi/msbm.map
1835 OLD_FILES+=usr/share/groff_font/devdvi/tc.map
1836 OLD_FILES+=usr/share/groff_font/devdvi/texb.map
1837 OLD_FILES+=usr/share/groff_font/devdvi/texex.map
1838 OLD_FILES+=usr/share/groff_font/devdvi/texi.map
1839 OLD_FILES+=usr/share/groff_font/devdvi/texmi.map
1840 OLD_FILES+=usr/share/groff_font/devdvi/texr.map
1841 OLD_FILES+=usr/share/groff_font/devdvi/texsy.map
1842 OLD_FILES+=usr/share/groff_font/devdvi/textex.map
1843 OLD_FILES+=usr/share/groff_font/devdvi/textt.map
1844 OLD_DIRS+=usr/share/groff_font/devdvi
1845 OLD_FILES+=usr/share/groff_font/devhtml/B
1846 OLD_FILES+=usr/share/groff_font/devhtml/BI
1847 OLD_FILES+=usr/share/groff_font/devhtml/CB
1848 OLD_FILES+=usr/share/groff_font/devhtml/CBI
1849 OLD_FILES+=usr/share/groff_font/devhtml/CI
1850 OLD_FILES+=usr/share/groff_font/devhtml/CR
1851 OLD_FILES+=usr/share/groff_font/devhtml/DESC
1852 OLD_FILES+=usr/share/groff_font/devhtml/I
1853 OLD_FILES+=usr/share/groff_font/devhtml/R
1854 OLD_FILES+=usr/share/groff_font/devhtml/S
1855 OLD_DIRS+=usr/share/groff_font/devhtml
1856 OLD_FILES+=usr/share/groff_font/devkoi8-r/B
1857 OLD_FILES+=usr/share/groff_font/devkoi8-r/BI
1858 OLD_FILES+=usr/share/groff_font/devkoi8-r/CW
1859 OLD_FILES+=usr/share/groff_font/devkoi8-r/DESC
1860 OLD_FILES+=usr/share/groff_font/devkoi8-r/I
1861 OLD_FILES+=usr/share/groff_font/devkoi8-r/L
1862 OLD_FILES+=usr/share/groff_font/devkoi8-r/R
1863 OLD_FILES+=usr/share/groff_font/devkoi8-r/S
1864 OLD_DIRS+=usr/share/groff_font/devkoi8-r
1865 OLD_FILES+=usr/share/groff_font/devlatin1/B
1866 OLD_FILES+=usr/share/groff_font/devlatin1/BI
1867 OLD_FILES+=usr/share/groff_font/devlatin1/CW
1868 OLD_FILES+=usr/share/groff_font/devlatin1/DESC
1869 OLD_FILES+=usr/share/groff_font/devlatin1/I
1870 OLD_FILES+=usr/share/groff_font/devlatin1/L
1871 OLD_FILES+=usr/share/groff_font/devlatin1/R
1872 OLD_FILES+=usr/share/groff_font/devlatin1/S
1873 OLD_DIRS+=usr/share/groff_font/devlatin1
1874 OLD_FILES+=usr/share/groff_font/devlbp/CB
1875 OLD_FILES+=usr/share/groff_font/devlbp/CI
1876 OLD_FILES+=usr/share/groff_font/devlbp/CR
1877 OLD_FILES+=usr/share/groff_font/devlbp/DESC
1878 OLD_FILES+=usr/share/groff_font/devlbp/EB
1879 OLD_FILES+=usr/share/groff_font/devlbp/EI
1880 OLD_FILES+=usr/share/groff_font/devlbp/ER
1881 OLD_FILES+=usr/share/groff_font/devlbp/HB
1882 OLD_FILES+=usr/share/groff_font/devlbp/HBI
1883 OLD_FILES+=usr/share/groff_font/devlbp/HI
1884 OLD_FILES+=usr/share/groff_font/devlbp/HNB
1885 OLD_FILES+=usr/share/groff_font/devlbp/HNBI
1886 OLD_FILES+=usr/share/groff_font/devlbp/HNI
1887 OLD_FILES+=usr/share/groff_font/devlbp/HNR
1888 OLD_FILES+=usr/share/groff_font/devlbp/HR
1889 OLD_FILES+=usr/share/groff_font/devlbp/TB
1890 OLD_FILES+=usr/share/groff_font/devlbp/TBI
1891 OLD_FILES+=usr/share/groff_font/devlbp/TI
1892 OLD_FILES+=usr/share/groff_font/devlbp/TR
1893 OLD_DIRS+=usr/share/groff_font/devlbp
1894 OLD_FILES+=usr/share/groff_font/devlj4/AB
1895 OLD_FILES+=usr/share/groff_font/devlj4/ABI
1896 OLD_FILES+=usr/share/groff_font/devlj4/AI
1897 OLD_FILES+=usr/share/groff_font/devlj4/ALBB
1898 OLD_FILES+=usr/share/groff_font/devlj4/ALBR
1899 OLD_FILES+=usr/share/groff_font/devlj4/AOB
1900 OLD_FILES+=usr/share/groff_font/devlj4/AOI
1901 OLD_FILES+=usr/share/groff_font/devlj4/AOR
1902 OLD_FILES+=usr/share/groff_font/devlj4/AR
1903 OLD_FILES+=usr/share/groff_font/devlj4/CB
1904 OLD_FILES+=usr/share/groff_font/devlj4/CBI
1905 OLD_FILES+=usr/share/groff_font/devlj4/CI
1906 OLD_FILES+=usr/share/groff_font/devlj4/CLARENDON
1907 OLD_FILES+=usr/share/groff_font/devlj4/CORONET
1908 OLD_FILES+=usr/share/groff_font/devlj4/CR
1909 OLD_FILES+=usr/share/groff_font/devlj4/DESC
1910 OLD_FILES+=usr/share/groff_font/devlj4/GB
1911 OLD_FILES+=usr/share/groff_font/devlj4/GBI
1912 OLD_FILES+=usr/share/groff_font/devlj4/GI
1913 OLD_FILES+=usr/share/groff_font/devlj4/GR
1914 OLD_FILES+=usr/share/groff_font/devlj4/LGB
1915 OLD_FILES+=usr/share/groff_font/devlj4/LGI
1916 OLD_FILES+=usr/share/groff_font/devlj4/LGR
1917 OLD_FILES+=usr/share/groff_font/devlj4/MARIGOLD
1918 OLD_FILES+=usr/share/groff_font/devlj4/OB
1919 OLD_FILES+=usr/share/groff_font/devlj4/OBI
1920 OLD_FILES+=usr/share/groff_font/devlj4/OI
1921 OLD_FILES+=usr/share/groff_font/devlj4/OR
1922 OLD_FILES+=usr/share/groff_font/devlj4/S
1923 OLD_FILES+=usr/share/groff_font/devlj4/SYMBOL
1924 OLD_FILES+=usr/share/groff_font/devlj4/TB
1925 OLD_FILES+=usr/share/groff_font/devlj4/TBI
1926 OLD_FILES+=usr/share/groff_font/devlj4/TI
1927 OLD_FILES+=usr/share/groff_font/devlj4/TNRB
1928 OLD_FILES+=usr/share/groff_font/devlj4/TNRBI
1929 OLD_FILES+=usr/share/groff_font/devlj4/TNRI
1930 OLD_FILES+=usr/share/groff_font/devlj4/TNRR
1931 OLD_FILES+=usr/share/groff_font/devlj4/TR
1932 OLD_FILES+=usr/share/groff_font/devlj4/UB
1933 OLD_FILES+=usr/share/groff_font/devlj4/UBI
1934 OLD_FILES+=usr/share/groff_font/devlj4/UCB
1935 OLD_FILES+=usr/share/groff_font/devlj4/UCBI
1936 OLD_FILES+=usr/share/groff_font/devlj4/UCI
1937 OLD_FILES+=usr/share/groff_font/devlj4/UCR
1938 OLD_FILES+=usr/share/groff_font/devlj4/UI
1939 OLD_FILES+=usr/share/groff_font/devlj4/UR
1940 OLD_FILES+=usr/share/groff_font/devlj4/WINGDINGS
1941 OLD_DIRS+=usr/share/groff_font/devlj4
1942 OLD_FILES+=usr/share/groff_font/devps/AB
1943 OLD_FILES+=usr/share/groff_font/devps/ABI
1944 OLD_FILES+=usr/share/groff_font/devps/AI
1945 OLD_FILES+=usr/share/groff_font/devps/AR
1946 OLD_FILES+=usr/share/groff_font/devps/BMB
1947 OLD_FILES+=usr/share/groff_font/devps/BMBI
1948 OLD_FILES+=usr/share/groff_font/devps/BMI
1949 OLD_FILES+=usr/share/groff_font/devps/BMR
1950 OLD_FILES+=usr/share/groff_font/devps/CB
1951 OLD_FILES+=usr/share/groff_font/devps/CBI
1952 OLD_FILES+=usr/share/groff_font/devps/CI
1953 OLD_FILES+=usr/share/groff_font/devps/CR
1954 OLD_FILES+=usr/share/groff_font/devps/DESC
1955 OLD_FILES+=usr/share/groff_font/devps/EURO
1956 OLD_FILES+=usr/share/groff_font/devps/HB
1957 OLD_FILES+=usr/share/groff_font/devps/HBI
1958 OLD_FILES+=usr/share/groff_font/devps/HI
1959 OLD_FILES+=usr/share/groff_font/devps/HNB
1960 OLD_FILES+=usr/share/groff_font/devps/HNBI
1961 OLD_FILES+=usr/share/groff_font/devps/HNI
1962 OLD_FILES+=usr/share/groff_font/devps/HNR
1963 OLD_FILES+=usr/share/groff_font/devps/HR
1964 OLD_FILES+=usr/share/groff_font/devps/Makefile
1965 OLD_FILES+=usr/share/groff_font/devps/NB
1966 OLD_FILES+=usr/share/groff_font/devps/NBI
1967 OLD_FILES+=usr/share/groff_font/devps/NI
1968 OLD_FILES+=usr/share/groff_font/devps/NR
1969 OLD_FILES+=usr/share/groff_font/devps/PB
1970 OLD_FILES+=usr/share/groff_font/devps/PBI
1971 OLD_FILES+=usr/share/groff_font/devps/PI
1972 OLD_FILES+=usr/share/groff_font/devps/PR
1973 OLD_FILES+=usr/share/groff_font/devps/S
1974 OLD_FILES+=usr/share/groff_font/devps/SS
1975 OLD_FILES+=usr/share/groff_font/devps/TB
1976 OLD_FILES+=usr/share/groff_font/devps/TBI
1977 OLD_FILES+=usr/share/groff_font/devps/TI
1978 OLD_FILES+=usr/share/groff_font/devps/TR
1979 OLD_FILES+=usr/share/groff_font/devps/ZCMI
1980 OLD_FILES+=usr/share/groff_font/devps/ZD
1981 OLD_FILES+=usr/share/groff_font/devps/ZDR
1982 OLD_FILES+=usr/share/groff_font/devps/afmname
1983 OLD_FILES+=usr/share/groff_font/devps/dingbats.map
1984 OLD_FILES+=usr/share/groff_font/devps/dingbats.rmap
1985 OLD_FILES+=usr/share/groff_font/devps/download
1986 OLD_FILES+=usr/share/groff_font/devps/freeeuro.pfa
1987 OLD_FILES+=usr/share/groff_font/devps/lgreekmap
1988 OLD_FILES+=usr/share/groff_font/devps/prologue
1989 OLD_FILES+=usr/share/groff_font/devps/symbol.sed
1990 OLD_FILES+=usr/share/groff_font/devps/symbolchars
1991 OLD_FILES+=usr/share/groff_font/devps/symbolsl.afm
1992 OLD_FILES+=usr/share/groff_font/devps/symbolsl.pfa
1993 OLD_FILES+=usr/share/groff_font/devps/text.enc
1994 OLD_FILES+=usr/share/groff_font/devps/textmap
1995 OLD_FILES+=usr/share/groff_font/devps/zapfdr.pfa
1996 OLD_DIRS+=usr/share/groff_font/devps
1997 OLD_FILES+=usr/share/groff_font/devutf8/B
1998 OLD_FILES+=usr/share/groff_font/devutf8/BI
1999 OLD_FILES+=usr/share/groff_font/devutf8/CW
2000 OLD_FILES+=usr/share/groff_font/devutf8/DESC
2001 OLD_FILES+=usr/share/groff_font/devutf8/I
2002 OLD_FILES+=usr/share/groff_font/devutf8/L
2003 OLD_FILES+=usr/share/groff_font/devutf8/R
2004 OLD_FILES+=usr/share/groff_font/devutf8/S
2005 OLD_DIRS+=usr/share/groff_font/devutf8
2006 OLD_DIRS+=usr/share/groff_font
2007 OLD_FILES+=usr/share/info/groff.info.gz
2008 OLD_FILES+=usr/share/man/man1/addftinfo.1.gz
2009 OLD_FILES+=usr/share/man/man1/afmtodit.1.gz
2010 OLD_FILES+=usr/share/man/man1/eqn.1.gz
2011 OLD_FILES+=usr/share/man/man1/grn.1.gz
2012 OLD_FILES+=usr/share/man/man1/grodvi.1.gz
2013 OLD_FILES+=usr/share/man/man1/groff.1.gz
2014 OLD_FILES+=usr/share/man/man1/grog.1.gz
2015 OLD_FILES+=usr/share/man/man1/grolbp.1.gz
2016 OLD_FILES+=usr/share/man/man1/grolj4.1.gz
2017 OLD_FILES+=usr/share/man/man1/grops.1.gz
2018 OLD_FILES+=usr/share/man/man1/grotty.1.gz
2019 OLD_FILES+=usr/share/man/man1/hpftodit.1.gz
2020 OLD_FILES+=usr/share/man/man1/indxbib.1.gz
2021 OLD_FILES+=usr/share/man/man1/lkbib.1.gz
2022 OLD_FILES+=usr/share/man/man1/lookbib.1.gz
2023 OLD_FILES+=usr/share/man/man1/mmroff.1.gz
2024 OLD_FILES+=usr/share/man/man1/neqn.1.gz
2025 OLD_FILES+=usr/share/man/man1/nroff.1.gz
2026 OLD_FILES+=usr/share/man/man1/pfbtops.1.gz
2027 OLD_FILES+=usr/share/man/man1/pic.1.gz
2028 OLD_FILES+=usr/share/man/man1/psroff.1.gz
2029 OLD_FILES+=usr/share/man/man1/refer.1.gz
2030 OLD_FILES+=usr/share/man/man1/soelim.1.gz
2031 OLD_FILES+=usr/share/man/man1/tbl.1.gz
2032 OLD_FILES+=usr/share/man/man1/tfmtodit.1.gz
2033 OLD_FILES+=usr/share/man/man1/troff.1.gz
2034 OLD_FILES+=usr/share/man/man1/vgrind.1.gz
2035 OLD_FILES+=usr/share/man/man5/groff_font.5.gz
2036 OLD_FILES+=usr/share/man/man5/groff_out.5.gz
2037 OLD_FILES+=usr/share/man/man5/groff_tmac.5.gz
2038 OLD_FILES+=usr/share/man/man5/lj4_font.5.gz
2039 OLD_FILES+=usr/share/man/man5/tmac.5.gz
2040 OLD_FILES+=usr/share/man/man5/vgrindefs.5.gz
2041 OLD_FILES+=usr/share/man/man7/ditroff.7.gz
2042 OLD_FILES+=usr/share/man/man7/groff.7.gz
2043 OLD_FILES+=usr/share/man/man7/groff_char.7.gz
2044 OLD_FILES+=usr/share/man/man7/groff_diff.7.gz
2045 OLD_FILES+=usr/share/man/man7/groff_man.7.gz
2046 OLD_FILES+=usr/share/man/man7/groff_mdoc.7.gz
2047 OLD_FILES+=usr/share/man/man7/groff_me.7.gz
2048 OLD_FILES+=usr/share/man/man7/groff_mm.7.gz
2049 OLD_FILES+=usr/share/man/man7/groff_mmse.7.gz
2050 OLD_FILES+=usr/share/man/man7/groff_ms.7.gz
2051 OLD_FILES+=usr/share/man/man7/groff_trace.7.gz
2052 OLD_FILES+=usr/share/man/man7/groff_www.7.gz
2053 OLD_FILES+=usr/share/man/man7/man.7.gz
2054 OLD_FILES+=usr/share/man/man7/mdoc.7.gz
2055 OLD_FILES+=usr/share/man/man7/mdoc.samples.7.gz
2056 OLD_FILES+=usr/share/man/man7/me.7.gz
2057 OLD_FILES+=usr/share/man/man7/mm.7.gz
2058 OLD_FILES+=usr/share/man/man7/mmse.7.gz
2059 OLD_FILES+=usr/share/man/man7/ms.7.gz
2060 OLD_FILES+=usr/share/man/man7/orig_me.7.gz
2061 OLD_FILES+=usr/share/man/man7/roff.7.gz
2062 OLD_FILES+=usr/share/me/acm.me
2063 OLD_FILES+=usr/share/me/chars.me
2064 OLD_FILES+=usr/share/me/deltext.me
2065 OLD_FILES+=usr/share/me/eqn.me
2066 OLD_FILES+=usr/share/me/float.me
2067 OLD_FILES+=usr/share/me/footnote.me
2068 OLD_FILES+=usr/share/me/index.me
2069 OLD_FILES+=usr/share/me/letterhead.me
2070 OLD_FILES+=usr/share/me/local.me
2071 OLD_FILES+=usr/share/me/null.me
2072 OLD_FILES+=usr/share/me/refer.me
2073 OLD_FILES+=usr/share/me/revisions
2074 OLD_FILES+=usr/share/me/sh.me
2075 OLD_FILES+=usr/share/me/tbl.me
2076 OLD_FILES+=usr/share/me/thesis.me
2077 OLD_DIRS+=usr/share/me
2078 OLD_FILES+=usr/share/misc/vgrindefs
2079 OLD_FILES+=usr/share/misc/vgrindefs.db
2080 OLD_FILES+=usr/share/tmac/X.tmac
2081 OLD_FILES+=usr/share/tmac/Xps.tmac
2082 OLD_FILES+=usr/share/tmac/a4.tmac
2083 OLD_FILES+=usr/share/tmac/an-old.tmac
2084 OLD_FILES+=usr/share/tmac/an.tmac
2085 OLD_FILES+=usr/share/tmac/andoc.tmac
2086 OLD_FILES+=usr/share/tmac/composite.tmac
2087 OLD_FILES+=usr/share/tmac/cp1047.tmac
2088 OLD_FILES+=usr/share/tmac/devtag.tmac
2089 OLD_FILES+=usr/share/tmac/doc.tmac
2090 OLD_FILES+=usr/share/tmac/dvi.tmac
2091 OLD_FILES+=usr/share/tmac/e.tmac
2092 OLD_FILES+=usr/share/tmac/ec.tmac
2093 OLD_FILES+=usr/share/tmac/eqnrc
2094 OLD_FILES+=usr/share/tmac/europs.tmac
2095 OLD_FILES+=usr/share/tmac/html-end.tmac
2096 OLD_FILES+=usr/share/tmac/html.tmac
2097 OLD_FILES+=usr/share/tmac/hyphen.ru
2098 OLD_FILES+=usr/share/tmac/hyphen.us
2099 OLD_FILES+=usr/share/tmac/hyphenex.us
2100 OLD_FILES+=usr/share/tmac/koi8-r.tmac
2101 OLD_FILES+=usr/share/tmac/latin1.tmac
2102 OLD_FILES+=usr/share/tmac/latin2.tmac
2103 OLD_FILES+=usr/share/tmac/latin9.tmac
2104 OLD_FILES+=usr/share/tmac/lbp.tmac
2105 OLD_FILES+=usr/share/tmac/lj4.tmac
2106 OLD_FILES+=usr/share/tmac/m.tmac
2107 OLD_FILES+=usr/share/tmac/man.local
2108 OLD_FILES+=usr/share/tmac/man.tmac
2109 OLD_FILES+=usr/share/tmac/mandoc.tmac
2110 OLD_FILES+=usr/share/tmac/mdoc.local
2111 OLD_FILES+=usr/share/tmac/mdoc.tmac
2112 OLD_FILES+=usr/share/tmac/mdoc/doc-common
2113 OLD_FILES+=usr/share/tmac/mdoc/doc-ditroff
2114 OLD_FILES+=usr/share/tmac/mdoc/doc-nroff
2115 OLD_FILES+=usr/share/tmac/mdoc/doc-syms
2116 OLD_FILES+=usr/share/tmac/mdoc/fr.ISO8859-1
2117 OLD_FILES+=usr/share/tmac/mdoc/ru.KOI8-R
2118 OLD_DIRS+=usr/share/tmac/mdoc
2119 OLD_FILES+=usr/share/tmac/me.tmac
2120 OLD_FILES+=usr/share/tmac/mm/0.MT
2121 OLD_FILES+=usr/share/tmac/mm/4.MT
2122 OLD_FILES+=usr/share/tmac/mm/5.MT
2123 OLD_FILES+=usr/share/tmac/mm/locale
2124 OLD_FILES+=usr/share/tmac/mm/mm.tmac
2125 OLD_FILES+=usr/share/tmac/mm/mmse.tmac
2126 OLD_FILES+=usr/share/tmac/mm/ms.cov
2127 OLD_FILES+=usr/share/tmac/mm/se_locale
2128 OLD_FILES+=usr/share/tmac/mm/se_ms.cov
2129 OLD_DIRS+=usr/share/tmac/mm
2130 OLD_FILES+=usr/share/tmac/ms.tmac
2131 OLD_FILES+=usr/share/tmac/mse.tmac
2132 OLD_FILES+=usr/share/tmac/papersize.tmac
2133 OLD_FILES+=usr/share/tmac/pic.tmac
2134 OLD_FILES+=usr/share/tmac/ps.tmac
2135 OLD_FILES+=usr/share/tmac/psatk.tmac
2136 OLD_FILES+=usr/share/tmac/psold.tmac
2137 OLD_FILES+=usr/share/tmac/pspic.tmac
2138 OLD_FILES+=usr/share/tmac/s.tmac
2139 OLD_FILES+=usr/share/tmac/safer.tmac
2140 OLD_FILES+=usr/share/tmac/tmac.orig_me
2141 OLD_FILES+=usr/share/tmac/tmac.vgrind
2142 OLD_FILES+=usr/share/tmac/trace.tmac
2143 OLD_FILES+=usr/share/tmac/troffrc
2144 OLD_FILES+=usr/share/tmac/troffrc-end
2145 OLD_FILES+=usr/share/tmac/tty-char.tmac
2146 OLD_FILES+=usr/share/tmac/tty.tmac
2147 OLD_FILES+=usr/share/tmac/unicode.tmac
2148 OLD_FILES+=usr/share/tmac/www.tmac
2149 OLD_DIRS+=usr/share/tmac
2150 .endif
2151
2152 .if ${MK_GSSAPI} == no
2153 OLD_FILES+=usr/include/gssapi/gssapi.h
2154 OLD_DIRS+=usr/include/gssapi
2155 OLD_FILES+=usr/include/gssapi.h
2156 OLD_FILES+=usr/lib/libgssapi.a
2157 OLD_FILES+=usr/lib/libgssapi.so
2158 OLD_LIBS+=usr/lib/libgssapi.so.10
2159 OLD_FILES+=usr/lib/libgssapi_p.a
2160 OLD_FILES+=usr/lib/librpcsec_gss.a
2161 OLD_FILES+=usr/lib/librpcsec_gss.so
2162 OLD_LIBS+=usr/lib/librpcsec_gss.so.1
2163 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2164 OLD_FILES+=usr/lib32/libgssapi.a
2165 OLD_FILES+=usr/lib32/libgssapi.so
2166 OLD_LIBS+=usr/lib32/libgssapi.so.10
2167 OLD_FILES+=usr/lib32/libgssapi_p.a
2168 OLD_FILES+=usr/lib32/librpcsec_gss.a
2169 OLD_FILES+=usr/lib32/librpcsec_gss.so
2170 OLD_LIBS+=usr/lib32/librpcsec_gss.so.1
2171 .endif
2172 OLD_FILES+=usr/sbin/gssd
2173 OLD_FILES+=usr/share/man/man3/gss_accept_sec_context.3.gz
2174 OLD_FILES+=usr/share/man/man3/gss_acquire_cred.3.gz
2175 OLD_FILES+=usr/share/man/man3/gss_add_cred.3.gz
2176 OLD_FILES+=usr/share/man/man3/gss_add_oid_set_member.3.gz
2177 OLD_FILES+=usr/share/man/man3/gss_canonicalize_name.3.gz
2178 OLD_FILES+=usr/share/man/man3/gss_compare_name.3.gz
2179 OLD_FILES+=usr/share/man/man3/gss_context_time.3.gz
2180 OLD_FILES+=usr/share/man/man3/gss_create_empty_oid_set.3.gz
2181 OLD_FILES+=usr/share/man/man3/gss_delete_sec_context.3.gz
2182 OLD_FILES+=usr/share/man/man3/gss_display_name.3.gz
2183 OLD_FILES+=usr/share/man/man3/gss_display_status.3.gz
2184 OLD_FILES+=usr/share/man/man3/gss_duplicate_name.3.gz
2185 OLD_FILES+=usr/share/man/man3/gss_export_name.3.gz
2186 OLD_FILES+=usr/share/man/man3/gss_export_sec_context.3.gz
2187 OLD_FILES+=usr/share/man/man3/gss_get_mic.3.gz
2188 OLD_FILES+=usr/share/man/man3/gss_import_name.3.gz
2189 OLD_FILES+=usr/share/man/man3/gss_import_sec_context.3.gz
2190 OLD_FILES+=usr/share/man/man3/gss_indicate_mechs.3.gz
2191 OLD_FILES+=usr/share/man/man3/gss_init_sec_context.3.gz
2192 OLD_FILES+=usr/share/man/man3/gss_inquire_context.3.gz
2193 OLD_FILES+=usr/share/man/man3/gss_inquire_cred.3.gz
2194 OLD_FILES+=usr/share/man/man3/gss_inquire_cred_by_mech.3.gz
2195 OLD_FILES+=usr/share/man/man3/gss_inquire_mechs_for_name.3.gz
2196 OLD_FILES+=usr/share/man/man3/gss_inquire_names_for_mech.3.gz
2197 OLD_FILES+=usr/share/man/man3/gss_process_context_token.3.gz
2198 OLD_FILES+=usr/share/man/man3/gss_release_buffer.3.gz
2199 OLD_FILES+=usr/share/man/man3/gss_release_cred.3.gz
2200 OLD_FILES+=usr/share/man/man3/gss_release_name.3.gz
2201 OLD_FILES+=usr/share/man/man3/gss_release_oid_set.3.gz
2202 OLD_FILES+=usr/share/man/man3/gss_seal.3.gz
2203 OLD_FILES+=usr/share/man/man3/gss_sign.3.gz
2204 OLD_FILES+=usr/share/man/man3/gss_test_oid_set_member.3.gz
2205 OLD_FILES+=usr/share/man/man3/gss_unseal.3.gz
2206 OLD_FILES+=usr/share/man/man3/gss_unwrap.3.gz
2207 OLD_FILES+=usr/share/man/man3/gss_verify.3.gz
2208 OLD_FILES+=usr/share/man/man3/gss_verify_mic.3.gz
2209 OLD_FILES+=usr/share/man/man3/gss_wrap.3.gz
2210 OLD_FILES+=usr/share/man/man3/gss_wrap_size_limit.3.gz
2211 OLD_FILES+=usr/share/man/man3/gssapi.3.gz
2212 OLD_FILES+=usr/share/man/man3/rpc_gss_get_error.3.gz
2213 OLD_FILES+=usr/share/man/man3/rpc_gss_get_mech_info.3.gz
2214 OLD_FILES+=usr/share/man/man3/rpc_gss_get_mechanisms.3.gz
2215 OLD_FILES+=usr/share/man/man3/rpc_gss_get_principal_name.3.gz
2216 OLD_FILES+=usr/share/man/man3/rpc_gss_get_versions.3.gz
2217 OLD_FILES+=usr/share/man/man3/rpc_gss_getcred.3.gz
2218 OLD_FILES+=usr/share/man/man3/rpc_gss_is_installed.3.gz
2219 OLD_FILES+=usr/share/man/man3/rpc_gss_max_data_length.3.gz
2220 OLD_FILES+=usr/share/man/man3/rpc_gss_mech_to_oid.3.gz
2221 OLD_FILES+=usr/share/man/man3/rpc_gss_oid_to_mech.3.gz
2222 OLD_FILES+=usr/share/man/man3/rpc_gss_qop_to_num.3.gz
2223 OLD_FILES+=usr/share/man/man3/rpc_gss_seccreate.3.gz
2224 OLD_FILES+=usr/share/man/man3/rpc_gss_set_callback.3.gz
2225 OLD_FILES+=usr/share/man/man3/rpc_gss_set_defaults.3.gz
2226 OLD_FILES+=usr/share/man/man3/rpc_gss_set_svc_name.3.gz
2227 OLD_FILES+=usr/share/man/man3/rpc_gss_svc_max_data_length.3.gz
2228 OLD_FILES+=usr/share/man/man3/rpcsec_gss.3.gz
2229 OLD_FILES+=usr/share/man/man5/mech.5.gz
2230 OLD_FILES+=usr/share/man/man5/qop.5.gz
2231 OLD_FILES+=usr/share/man/man8/gssd.8.gz
2232 .endif
2233
2234 .if ${MK_HAST} == no
2235 OLD_FILES+=sbin/hastctl
2236 OLD_FILES+=sbin/hastd
2237 OLD_FILES+=usr/share/examples/hast/ucarp.sh
2238 OLD_FILES+=usr/share/examples/hast/ucarp_down.sh
2239 OLD_FILES+=usr/share/examples/hast/ucarp_up.sh
2240 OLD_FILES+=usr/share/examples/hast/vip-down.sh
2241 OLD_FILES+=usr/share/examples/hast/vip-up.sh
2242 OLD_FILES+=usr/share/man/man5/hast.conf.5.gz
2243 OLD_FILES+=usr/share/man/man8/hastctl.8.gz
2244 OLD_FILES+=usr/share/man/man8/hastd.8.gz
2245 OLD_DIRS+=usr/share/examples/hast
2246 .endif
2247
2248 .if ${MK_HESIOD} == no
2249 OLD_FILES+=usr/bin/hesinfo
2250 OLD_FILES+=usr/include/hesiod.h
2251 OLD_FILES+=usr/share/man/man1/hesinfo.1.gz
2252 OLD_FILES+=usr/share/man/man3/hesiod.3.gz
2253 OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
2254 .endif
2255
2256 #.if ${MK_HTML} == no
2257 # to be filled in
2258 #.endif
2259
2260 .if ${MK_IDEA} == no
2261 OLD_FILES+=usr/include/openssl/idea.h
2262 .endif
2263
2264 .if ${MK_INET6} == no
2265 OLD_FILES+=sbin/ping6
2266 OLD_FILES+=sbin/rtsol
2267 OLD_FILES+=usr/sbin/faithd
2268 OLD_FILES+=usr/sbin/ip6addrctl
2269 OLD_FILES+=usr/sbin/mld6query
2270 OLD_FILES+=usr/sbin/ndp
2271 OLD_FILES+=usr/sbin/rip6query
2272 OLD_FILES+=usr/sbin/route6d
2273 OLD_FILES+=usr/sbin/rrenumd
2274 OLD_FILES+=usr/sbin/rtadvd
2275 OLD_FILES+=usr/sbin/rtsold
2276 OLD_FILES+=usr/sbin/traceroute6
2277 OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz
2278 OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz
2279 OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz
2280 OLD_FILES+=usr/share/man/man8/mld6query.8.gz
2281 OLD_FILES+=usr/share/man/man8/ndp.8.gz
2282 OLD_FILES+=usr/share/man/man8/ping6.8.gz
2283 OLD_FILES+=usr/share/man/man8/rip6query.8.gz
2284 OLD_FILES+=usr/share/man/man8/route6d.8.gz
2285 OLD_FILES+=usr/share/man/man8/rrenumd.8.gz
2286 OLD_FILES+=usr/share/man/man8/rtadvd.8.gz
2287 OLD_FILES+=usr/share/man/man8/rtsol.8.gz
2288 OLD_FILES+=usr/share/man/man8/rtsold.8.gz
2289 OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
2290 .endif
2291
2292 .if ${MK_INET6_SUPPORT} == no
2293 OLD_FILES+=rescue/ping6
2294 .endif
2295
2296 #.if ${MK_INFO} == no
2297 # to be filled in
2298 #.endif
2299
2300 .if ${MK_IPFILTER} == no
2301 OLD_FILES+=etc/periodic/security/510.ipfdenied
2302 OLD_FILES+=rescue/ipf
2303 OLD_FILES+=sbin/ipf
2304 OLD_FILES+=sbin/ipfs
2305 OLD_FILES+=sbin/ipfstat
2306 OLD_FILES+=sbin/ipftest
2307 OLD_FILES+=sbin/ipmon
2308 OLD_FILES+=sbin/ipnat
2309 OLD_FILES+=sbin/ippool
2310 OLD_FILES+=sbin/ipresend
2311 OLD_FILES+=usr/include/netinet/ip_auth.h
2312 OLD_FILES+=usr/include/netinet/ip_compat.h
2313 OLD_FILES+=usr/include/netinet/ip_fil.h
2314 OLD_FILES+=usr/include/netinet/ip_frag.h
2315 OLD_FILES+=usr/include/netinet/ip_htable.h
2316 OLD_FILES+=usr/include/netinet/ip_lookup.h
2317 OLD_FILES+=usr/include/netinet/ip_nat.h
2318 OLD_FILES+=usr/include/netinet/ip_pool.h
2319 OLD_FILES+=usr/include/netinet/ip_proxy.h
2320 OLD_FILES+=usr/include/netinet/ip_rules.h
2321 OLD_FILES+=usr/include/netinet/ip_scan.h
2322 OLD_FILES+=usr/include/netinet/ip_state.h
2323 OLD_FILES+=usr/include/netinet/ip_sync.h
2324 OLD_FILES+=usr/include/netinet/ipl.h
2325 OLD_FILES+=usr/share/examples/ipfilter/README
2326 OLD_FILES+=usr/share/examples/ipfilter/BASIC.NAT
2327 OLD_FILES+=usr/share/examples/ipfilter/BASIC_1.FW
2328 OLD_FILES+=usr/share/examples/ipfilter/BASIC_2.FW
2329 OLD_FILES+=usr/share/examples/ipfilter/example.1
2330 OLD_FILES+=usr/share/examples/ipfilter/example.2
2331 OLD_FILES+=usr/share/examples/ipfilter/example.3
2332 OLD_FILES+=usr/share/examples/ipfilter/example.4
2333 OLD_FILES+=usr/share/examples/ipfilter/example.5
2334 OLD_FILES+=usr/share/examples/ipfilter/example.6
2335 OLD_FILES+=usr/share/examples/ipfilter/example.7
2336 OLD_FILES+=usr/share/examples/ipfilter/example.8
2337 OLD_FILES+=usr/share/examples/ipfilter/example.9
2338 OLD_FILES+=usr/share/examples/ipfilter/example.10
2339 OLD_FILES+=usr/share/examples/ipfilter/example.11
2340 OLD_FILES+=usr/share/examples/ipfilter/example.12
2341 OLD_FILES+=usr/share/examples/ipfilter/example.13
2342 OLD_FILES+=usr/share/examples/ipfilter/example.sr
2343 OLD_FILES+=usr/share/examples/ipfilter/firewall
2344 OLD_FILES+=usr/share/examples/ipfilter/ftp-proxy
2345 OLD_FILES+=usr/share/examples/ipfilter/ftppxy
2346 OLD_FILES+=usr/share/examples/ipfilter/nat-setup
2347 OLD_FILES+=usr/share/examples/ipfilter/nat.eg
2348 OLD_FILES+=usr/share/examples/ipfilter/server
2349 OLD_FILES+=usr/share/examples/ipfilter/tcpstate
2350 OLD_FILES+=usr/share/examples/ipfilter/example.14
2351 OLD_FILES+=usr/share/examples/ipfilter/firewall.1
2352 OLD_FILES+=usr/share/examples/ipfilter/firewall.2
2353 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.permissive
2354 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.restrictive
2355 OLD_FILES+=usr/share/examples/ipfilter/ipf.conf.sample
2356 OLD_FILES+=usr/share/examples/ipfilter/ipnat.conf.sample
2357 OLD_FILES+=usr/share/examples/ipfilter/ipf-howto.txt
2358 OLD_FILES+=usr/share/examples/ipfilter/examples.txt
2359 OLD_FILES+=usr/share/examples/ipfilter/rules.txt
2360 OLD_FILES+=usr/share/man/man1/ipftest.1.gz
2361 OLD_FILES+=usr/share/man/man1/ipresend.1.gz
2362 OLD_FILES+=usr/share/man/man4/ipf.4.gz
2363 OLD_FILES+=usr/share/man/man4/ipl.4.gz
2364 OLD_FILES+=usr/share/man/man4/ipfilter.4.gz
2365 OLD_FILES+=usr/share/man/man4/ipnat.4.gz
2366 OLD_FILES+=usr/share/man/man5/ipf.5.gz
2367 OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz
2368 OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz
2369 OLD_FILES+=usr/share/man/man5/ipnat.5.gz
2370 OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz
2371 OLD_FILES+=usr/share/man/man5/ippool.5.gz
2372 OLD_FILES+=usr/share/man/man8/ipf.8.gz
2373 OLD_FILES+=usr/share/man/man8/ipfs.8.gz
2374 OLD_FILES+=usr/share/man/man8/ipfstat.8.gz
2375 OLD_FILES+=usr/share/man/man8/ipmon.8.gz
2376 OLD_FILES+=usr/share/man/man8/ipnat.8.gz
2377 OLD_FILES+=usr/share/man/man8/ippool.8.gz
2378 OLD_FILES+=etc/periodic/security/510.ipfdenied
2379 OLD_FILES+=etc/periodic/security/610.ipf6denied
2380 .endif
2381
2382 .if ${MK_IPFW} == no
2383 OLD_FILES+=etc/periodic/security/500.ipfwdenied
2384 OLD_FILES+=etc/periodic/security/550.ipfwlimit
2385 OLD_FILES+=sbin/ipfw
2386 OLD_FILES+=sbin/natd
2387 OLD_FILES+=usr/sbin/ipfwpcap
2388 OLD_FILES+=usr/share/man/man8/ipfw.8.gz
2389 OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz
2390 OLD_FILES+=usr/share/man/man8/natd.8.gz
2391 .endif
2392
2393 .if ${MK_IPX} == no
2394 OLD_LIBS+=lib/libipx.so.5
2395 OLD_FILES+=usr/lib/libipx.a
2396 OLD_FILES+=usr/lib/libipx.so
2397 OLD_FILES+=usr/lib/libipx_p.a
2398 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2399 OLD_FILES+=usr/lib32/libipx.a
2400 OLD_FILES+=usr/lib32/libipx.so
2401 OLD_LIBS+=usr/lib32/libipx.so.5
2402 OLD_FILES+=usr/lib32/libipx_p.a
2403 .endif
2404 OLD_FILES+=usr/sbin/IPXrouted
2405 OLD_FILES+=usr/share/man/man3/ipx.3.gz
2406 OLD_FILES+=usr/share/man/man3/ipx_addr.3.gz
2407 OLD_FILES+=usr/share/man/man3/ipx_ntoa.3.gz
2408 OLD_FILES+=usr/share/man/man8/IPXrouted.8.gz
2409 .endif
2410
2411 .if ${MK_JAIL} == no
2412 OLD_FILES+=etc/rc.d/jail
2413 OLD_FILES+=usr/sbin/jail
2414 OLD_FILES+=usr/sbin/jexec
2415 OLD_FILES+=usr/sbin/jls
2416 OLD_FILES+=usr/share/man/man8/jail.8.gz
2417 OLD_FILES+=usr/share/man/man8/jexec.8.gz
2418 OLD_FILES+=usr/share/man/man8/jls.8.gz
2419 .endif
2420
2421 .if ${MK_KERBEROS} == no
2422 OLD_FILES+=usr/bin/kadmin
2423 OLD_FILES+=usr/bin/kdestroy
2424 OLD_FILES+=usr/bin/kinit
2425 OLD_FILES+=usr/bin/klist
2426 OLD_FILES+=usr/bin/kpasswd
2427 OLD_FILES+=usr/bin/krb5-config
2428 OLD_FILES+=usr/bin/ksu
2429 OLD_FILES+=usr/bin/verify_krb5_conf
2430 OLD_FILES+=usr/include/asn1_err.h
2431 OLD_FILES+=usr/include/cms_asn1.h
2432 OLD_FILES+=usr/include/digest_asn1.h
2433 OLD_FILES+=usr/include/gssapi/gssapi_krb5.h
2434 OLD_FILES+=usr/include/hdb-private.h
2435 OLD_FILES+=usr/include/hdb-protos.h
2436 OLD_FILES+=usr/include/hdb.h
2437 OLD_FILES+=usr/include/hdb_asn1.h
2438 OLD_FILES+=usr/include/hdb_err.h
2439 OLD_FILES+=usr/include/heim_asn1.h
2440 OLD_FILES+=usr/include/heim_err.h
2441 OLD_FILES+=usr/include/heim_threads.h
2442 OLD_FILES+=usr/include/heimntlm-protos.h
2443 OLD_FILES+=usr/include/heimntlm.h
2444 OLD_FILES+=usr/include/hx509-private.h
2445 OLD_FILES+=usr/include/hx509-protos.h
2446 OLD_FILES+=usr/include/hx509.h
2447 OLD_FILES+=usr/include/hx509_err.h
2448 OLD_FILES+=usr/include/k524_err.h
2449 OLD_FILES+=usr/include/kadm5/admin.h
2450 OLD_FILES+=usr/include/kadm5/kadm5-private.h
2451 OLD_FILES+=usr/include/kadm5/kadm5-protos.h
2452 OLD_FILES+=usr/include/kadm5/kadm5_err.h
2453 OLD_FILES+=usr/include/kadm5/private.h
2454 OLD_FILES+=usr/include/kafs.h
2455 OLD_FILES+=usr/include/krb5-protos.h
2456 OLD_FILES+=usr/include/krb5-types.h
2457 OLD_FILES+=usr/include/krb5-v4compat.h
2458 OLD_FILES+=usr/include/krb5.h
2459 OLD_FILES+=usr/include/krb5_asn1.h
2460 OLD_FILES+=usr/include/krb5_err.h
2461 OLD_FILES+=usr/include/krb_err.h
2462 OLD_FILES+=usr/include/kx509_asn1.h
2463 OLD_FILES+=usr/include/ocsp_asn1.h
2464 OLD_FILES+=usr/include/pkcs10_asn1.h
2465 OLD_FILES+=usr/include/pkcs12_asn1.h
2466 OLD_FILES+=usr/include/pkcs8_asn1.h
2467 OLD_FILES+=usr/include/pkcs9_asn1.h
2468 OLD_FILES+=usr/include/pkinit_asn1.h
2469 OLD_FILES+=usr/include/rfc2459_asn1.h
2470 OLD_FILES+=usr/include/roken-common.h
2471 OLD_FILES+=usr/include/roken.h
2472 OLD_FILES+=usr/lib/libasn1.a
2473 OLD_FILES+=usr/lib/libasn1.so
2474 OLD_LIBS+=usr/lib/libasn1.so.10
2475 OLD_FILES+=usr/lib/libasn1_p.a
2476 OLD_FILES+=usr/lib/libgssapi_krb5.a
2477 OLD_FILES+=usr/lib/libgssapi_krb5.so
2478 OLD_LIBS+=usr/lib/libgssapi_krb5.so.10
2479 OLD_FILES+=usr/lib/libgssapi_krb5_p.a
2480 OLD_FILES+=usr/lib/libgssapi_ntlm.a
2481 OLD_FILES+=usr/lib/libgssapi_ntlm.so
2482 OLD_LIBS+=usr/lib/libgssapi_ntlm.so.10
2483 OLD_FILES+=usr/lib/libgssapi_ntlm_p.a
2484 OLD_FILES+=usr/lib/libgssapi_spnego.a
2485 OLD_FILES+=usr/lib/libgssapi_spnego.so
2486 OLD_LIBS+=usr/lib/libgssapi_spnego.so.10
2487 OLD_FILES+=usr/lib/libgssapi_spnego_p.a
2488 OLD_FILES+=usr/lib/libhdb.a
2489 OLD_FILES+=usr/lib/libhdb.so
2490 OLD_LIBS+=usr/lib/libhdb.so.10
2491 OLD_FILES+=usr/lib/libhdb_p.a
2492 OLD_FILES+=usr/lib/libheimntlm.a
2493 OLD_FILES+=usr/lib/libheimntlm.so
2494 OLD_LIBS+=usr/lib/libheimntlm.so.10
2495 OLD_FILES+=usr/lib/libheimntlm_p.a
2496 OLD_FILES+=usr/lib/libhx509.a
2497 OLD_FILES+=usr/lib/libhx509.so
2498 OLD_LIBS+=usr/lib/libhx509.so.10
2499 OLD_FILES+=usr/lib/libhx509_p.a
2500 OLD_FILES+=usr/lib/libkadm5clnt.a
2501 OLD_FILES+=usr/lib/libkadm5clnt.so
2502 OLD_LIBS+=usr/lib/libkadm5clnt.so.10
2503 OLD_FILES+=usr/lib/libkadm5clnt_p.a
2504 OLD_FILES+=usr/lib/libkadm5srv.a
2505 OLD_FILES+=usr/lib/libkadm5srv.so
2506 OLD_LIBS+=usr/lib/libkadm5srv.so.10
2507 OLD_FILES+=usr/lib/libkadm5srv_p.a
2508 OLD_FILES+=usr/lib/libkafs5.a
2509 OLD_FILES+=usr/lib/libkafs5.so
2510 OLD_LIBS+=usr/lib/libkafs5.so.10
2511 OLD_FILES+=usr/lib/libkafs5_p.a
2512 OLD_FILES+=usr/lib/libkrb5.a
2513 OLD_FILES+=usr/lib/libkrb5.so
2514 OLD_LIBS+=usr/lib/libkrb5.so.10
2515 OLD_FILES+=usr/lib/libkrb5_p.a
2516 OLD_FILES+=usr/lib/libroken.a
2517 OLD_FILES+=usr/lib/libroken.so
2518 OLD_LIBS+=usr/lib/libroken.so.10
2519 OLD_FILES+=usr/lib/libroken_p.a
2520 OLD_FILES+=usr/lib/pam_krb5.so
2521 OLD_LIBS+=usr/lib/pam_krb5.so.5
2522 OLD_FILES+=usr/lib/pam_ksu.so
2523 OLD_LIBS+=usr/lib/pam_ksu.so.5
2524 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
2525 OLD_FILES+=usr/lib32/libasn1.a
2526 OLD_FILES+=usr/lib32/libasn1.so
2527 OLD_LIBS+=usr/lib32/libasn1.so.10
2528 OLD_FILES+=usr/lib32/libasn1_p.a
2529 OLD_FILES+=usr/lib32/libgssapi_krb5.a
2530 OLD_FILES+=usr/lib32/libgssapi_krb5.so
2531 OLD_LIBS+=usr/lib32/libgssapi_krb5.so.10
2532 OLD_FILES+=usr/lib32/libgssapi_krb5_p.a
2533 OLD_FILES+=usr/lib32/libgssapi_ntlm.a
2534 OLD_FILES+=usr/lib32/libgssapi_ntlm.so
2535 OLD_LIBS+=usr/lib32/libgssapi_ntlm.so.10
2536 OLD_FILES+=usr/lib32/libgssapi_ntlm_p.a
2537 OLD_FILES+=usr/lib32/libgssapi_spnego.a
2538 OLD_FILES+=usr/lib32/libgssapi_spnego.so
2539 OLD_LIBS+=usr/lib32/libgssapi_spnego.so.10
2540 OLD_FILES+=usr/lib32/libgssapi_spnego_p.a
2541 OLD_FILES+=usr/lib32/libhdb.a
2542 OLD_FILES+=usr/lib32/libhdb.so
2543 OLD_LIBS+=usr/lib32/libhdb.so.10
2544 OLD_FILES+=usr/lib32/libhdb_p.a
2545 OLD_FILES+=usr/lib32/libheimntlm.a
2546 OLD_FILES+=usr/lib32/libheimntlm.so
2547 OLD_LIBS+=usr/lib32/libheimntlm.so.10
2548 OLD_FILES+=usr/lib32/libheimntlm_p.a
2549 OLD_FILES+=usr/lib32/libhx509.a
2550 OLD_FILES+=usr/lib32/libhx509.so
2551 OLD_LIBS+=usr/lib32/libhx509.so.10
2552 OLD_FILES+=usr/lib32/libhx509_p.a
2553 OLD_FILES+=usr/lib32/libkadm5clnt.a
2554 OLD_FILES+=usr/lib32/libkadm5clnt.so
2555 OLD_LIBS+=usr/lib32/libkadm5clnt.so.10
2556 OLD_FILES+=usr/lib32/libkadm5clnt_p.a
2557 OLD_FILES+=usr/lib32/libkadm5srv.a
2558 OLD_FILES+=usr/lib32/libkadm5srv.so
2559 OLD_LIBS+=usr/lib32/libkadm5srv.so.10
2560 OLD_FILES+=usr/lib32/libkadm5srv_p.a
2561 OLD_FILES+=usr/lib32/libkafs5.a
2562 OLD_FILES+=usr/lib32/libkafs5.so
2563 OLD_LIBS+=usr/lib32/libkafs5.so.10
2564 OLD_FILES+=usr/lib32/libkafs5_p.a
2565 OLD_FILES+=usr/lib32/libkrb5.a
2566 OLD_FILES+=usr/lib32/libkrb5.so
2567 OLD_LIBS+=usr/lib32/libkrb5.so.10
2568 OLD_FILES+=usr/lib32/libkrb5_p.a
2569 OLD_FILES+=usr/lib32/libroken.a
2570 OLD_FILES+=usr/lib32/libroken.so
2571 OLD_LIBS+=usr/lib32/libroken.so.10
2572 OLD_FILES+=usr/lib32/libroken_p.a
2573 OLD_FILES+=usr/lib32/pam_krb5.so
2574 OLD_LIBS+=usr/lib32/pam_krb5.so.5
2575 OLD_FILES+=usr/lib32/pam_ksu.so
2576 OLD_LIBS+=usr/lib32/pam_ksu.so.5
2577 .endif
2578 OLD_FILES+=usr/libexec/hprop
2579 OLD_FILES+=usr/libexec/hpropd
2580 OLD_FILES+=usr/libexec/ipropd-master
2581 OLD_FILES+=usr/libexec/ipropd-slave
2582 OLD_FILES+=usr/libexec/kadmind
2583 OLD_FILES+=usr/libexec/kcm
2584 OLD_FILES+=usr/libexec/kdc
2585 OLD_FILES+=usr/libexec/kpasswdd
2586 OLD_FILES+=usr/sbin/kstash
2587 OLD_FILES+=usr/sbin/ktutil
2588 OLD_FILES+=usr/share/info/heimdal.info.gz
2589 OLD_FILES+=usr/share/man/man1/kdestroy.1.gz
2590 OLD_FILES+=usr/share/man/man1/kinit.1.gz
2591 OLD_FILES+=usr/share/man/man1/klist.1.gz
2592 OLD_FILES+=usr/share/man/man1/kpasswd.1.gz
2593 OLD_FILES+=usr/share/man/man1/krb5-config.1.gz
2594 OLD_FILES+=usr/share/man/man3/k_afs_cell_of_file.3.gz
2595 OLD_FILES+=usr/share/man/man3/k_hasafs.3.gz
2596 OLD_FILES+=usr/share/man/man3/k_pioctl.3.gz
2597 OLD_FILES+=usr/share/man/man3/k_setpag.3.gz
2598 OLD_FILES+=usr/share/man/man3/k_unlog.3.gz
2599 OLD_FILES+=usr/share/man/man3/kafs.3.gz
2600 OLD_FILES+=usr/share/man/man3/kafs5.3.gz
2601 OLD_FILES+=usr/share/man/man3/kafs_set_verbose.3.gz
2602 OLD_FILES+=usr/share/man/man3/kafs_settoken.3.gz
2603 OLD_FILES+=usr/share/man/man3/kafs_settoken5.3.gz
2604 OLD_FILES+=usr/share/man/man3/kafs_settoken_rxkad.3.gz
2605 OLD_FILES+=usr/share/man/man3/krb5.3.gz
2606 OLD_FILES+=usr/share/man/man3/krb524_convert_creds_kdc.3.gz
2607 OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal.3.gz
2608 OLD_FILES+=usr/share/man/man3/krb5_425_conv_principal_ext.3.gz
2609 OLD_FILES+=usr/share/man/man3/krb5_524_conv_principal.3.gz
2610 OLD_FILES+=usr/share/man/man3/krb5_acl_match_file.3.gz
2611 OLD_FILES+=usr/share/man/man3/krb5_addlog_dest.3.gz
2612 OLD_FILES+=usr/share/man/man3/krb5_addlog_func.3.gz
2613 OLD_FILES+=usr/share/man/man3/krb5_addr2sockaddr.3.gz
2614 OLD_FILES+=usr/share/man/man3/krb5_address.3.gz
2615 OLD_FILES+=usr/share/man/man3/krb5_address_compare.3.gz
2616 OLD_FILES+=usr/share/man/man3/krb5_address_order.3.gz
2617 OLD_FILES+=usr/share/man/man3/krb5_address_search.3.gz
2618 OLD_FILES+=usr/share/man/man3/krb5_addresses.3.gz
2619 OLD_FILES+=usr/share/man/man3/krb5_afslog.3.gz
2620 OLD_FILES+=usr/share/man/man3/krb5_afslog_uid.3.gz
2621 OLD_FILES+=usr/share/man/man3/krb5_aname_to_localname.3.gz
2622 OLD_FILES+=usr/share/man/man3/krb5_anyaddr.3.gz
2623 OLD_FILES+=usr/share/man/man3/krb5_appdefault.3.gz
2624 OLD_FILES+=usr/share/man/man3/krb5_appdefault_boolean.3.gz
2625 OLD_FILES+=usr/share/man/man3/krb5_appdefault_string.3.gz
2626 OLD_FILES+=usr/share/man/man3/krb5_appdefault_time.3.gz
2627 OLD_FILES+=usr/share/man/man3/krb5_append_addresses.3.gz
2628 OLD_FILES+=usr/share/man/man3/krb5_auth_con_free.3.gz
2629 OLD_FILES+=usr/share/man/man3/krb5_auth_con_genaddrs.3.gz
2630 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getaddrs.3.gz
2631 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getflags.3.gz
2632 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getkey.3.gz
2633 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getlocalsubkey.3.gz
2634 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getrcache.3.gz
2635 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getremotesubkey.3.gz
2636 OLD_FILES+=usr/share/man/man3/krb5_auth_con_getuserkey.3.gz
2637 OLD_FILES+=usr/share/man/man3/krb5_auth_con_init.3.gz
2638 OLD_FILES+=usr/share/man/man3/krb5_auth_con_initivector.3.gz
2639 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs.3.gz
2640 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setaddrs_from_fd.3.gz
2641 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setflags.3.gz
2642 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setivector.3.gz
2643 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setkey.3.gz
2644 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setlocalsubkey.3.gz
2645 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setrcache.3.gz
2646 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setremotesubkey.3.gz
2647 OLD_FILES+=usr/share/man/man3/krb5_auth_con_setuserkey.3.gz
2648 OLD_FILES+=usr/share/man/man3/krb5_auth_context.3.gz
2649 OLD_FILES+=usr/share/man/man3/krb5_auth_getauthenticator.3.gz
2650 OLD_FILES+=usr/share/man/man3/krb5_auth_getcksumtype.3.gz
2651 OLD_FILES+=usr/share/man/man3/krb5_auth_getkeytype.3.gz
2652 OLD_FILES+=usr/share/man/man3/krb5_auth_getlocalseqnumber.3.gz
2653 OLD_FILES+=usr/share/man/man3/krb5_auth_getremoteseqnumber.3.gz
2654 OLD_FILES+=usr/share/man/man3/krb5_auth_setcksumtype.3.gz
2655 OLD_FILES+=usr/share/man/man3/krb5_auth_setkeytype.3.gz
2656 OLD_FILES+=usr/share/man/man3/krb5_auth_setlocalseqnumber.3.gz
2657 OLD_FILES+=usr/share/man/man3/krb5_auth_setremoteseqnumber.3.gz
2658 OLD_FILES+=usr/share/man/man3/krb5_build_principal.3.gz
2659 OLD_FILES+=usr/share/man/man3/krb5_build_principal_ext.3.gz
2660 OLD_FILES+=usr/share/man/man3/krb5_build_principal_va.3.gz
2661 OLD_FILES+=usr/share/man/man3/krb5_build_principal_va_ext.3.gz
2662 OLD_FILES+=usr/share/man/man3/krb5_c_make_checksum.3.gz
2663 OLD_FILES+=usr/share/man/man3/krb5_cc_close.3.gz
2664 OLD_FILES+=usr/share/man/man3/krb5_cc_copy_cache.3.gz
2665 OLD_FILES+=usr/share/man/man3/krb5_cc_cursor.3.gz
2666 OLD_FILES+=usr/share/man/man3/krb5_cc_default.3.gz
2667 OLD_FILES+=usr/share/man/man3/krb5_cc_default_name.3.gz
2668 OLD_FILES+=usr/share/man/man3/krb5_cc_destroy.3.gz
2669 OLD_FILES+=usr/share/man/man3/krb5_cc_end_seq_get.3.gz
2670 OLD_FILES+=usr/share/man/man3/krb5_cc_gen_new.3.gz
2671 OLD_FILES+=usr/share/man/man3/krb5_cc_get_name.3.gz
2672 OLD_FILES+=usr/share/man/man3/krb5_cc_get_ops.3.gz
2673 OLD_FILES+=usr/share/man/man3/krb5_cc_get_principal.3.gz
2674 OLD_FILES+=usr/share/man/man3/krb5_cc_get_type.3.gz
2675 OLD_FILES+=usr/share/man/man3/krb5_cc_get_version.3.gz
2676 OLD_FILES+=usr/share/man/man3/krb5_cc_initialize.3.gz
2677 OLD_FILES+=usr/share/man/man3/krb5_cc_next_cred.3.gz
2678 OLD_FILES+=usr/share/man/man3/krb5_cc_ops.3.gz
2679 OLD_FILES+=usr/share/man/man3/krb5_cc_register.3.gz
2680 OLD_FILES+=usr/share/man/man3/krb5_cc_remove_cred.3.gz
2681 OLD_FILES+=usr/share/man/man3/krb5_cc_resolve.3.gz
2682 OLD_FILES+=usr/share/man/man3/krb5_cc_retrieve_cred.3.gz
2683 OLD_FILES+=usr/share/man/man3/krb5_cc_set_default_name.3.gz
2684 OLD_FILES+=usr/share/man/man3/krb5_cc_set_flags.3.gz
2685 OLD_FILES+=usr/share/man/man3/krb5_cc_store_cred.3.gz
2686 OLD_FILES+=usr/share/man/man3/krb5_ccache.3.gz
2687 OLD_FILES+=usr/share/man/man3/krb5_check_transited.3.gz
2688 OLD_FILES+=usr/share/man/man3/krb5_checksum_is_collision_proof.3.gz
2689 OLD_FILES+=usr/share/man/man3/krb5_checksum_is_keyed.3.gz
2690 OLD_FILES+=usr/share/man/man3/krb5_checksumsize.3.gz
2691 OLD_FILES+=usr/share/man/man3/krb5_closelog.3.gz
2692 OLD_FILES+=usr/share/man/man3/krb5_compare_creds.3.gz
2693 OLD_FILES+=usr/share/man/man3/krb5_config.3.gz
2694 OLD_FILES+=usr/share/man/man3/krb5_config_get_bool_default.3.gz
2695 OLD_FILES+=usr/share/man/man3/krb5_config_get_int_default.3.gz
2696 OLD_FILES+=usr/share/man/man3/krb5_config_get_string_default.3.gz
2697 OLD_FILES+=usr/share/man/man3/krb5_config_get_time_default.3.gz
2698 OLD_FILES+=usr/share/man/man3/krb5_context.3.gz
2699 OLD_FILES+=usr/share/man/man3/krb5_copy_address.3.gz
2700 OLD_FILES+=usr/share/man/man3/krb5_copy_addresses.3.gz
2701 OLD_FILES+=usr/share/man/man3/krb5_copy_data.3.gz
2702 OLD_FILES+=usr/share/man/man3/krb5_copy_principal.3.gz
2703 OLD_FILES+=usr/share/man/man3/krb5_create_checksum.3.gz
2704 OLD_FILES+=usr/share/man/man3/krb5_creds.3.gz
2705 OLD_FILES+=usr/share/man/man3/krb5_crypto_destroy.3.gz
2706 OLD_FILES+=usr/share/man/man3/krb5_crypto_init.3.gz
2707 OLD_FILES+=usr/share/man/man3/krb5_data.3.gz
2708 OLD_FILES+=usr/share/man/man3/krb5_data_alloc.3.gz
2709 OLD_FILES+=usr/share/man/man3/krb5_data_copy.3.gz
2710 OLD_FILES+=usr/share/man/man3/krb5_data_free.3.gz
2711 OLD_FILES+=usr/share/man/man3/krb5_data_realloc.3.gz
2712 OLD_FILES+=usr/share/man/man3/krb5_data_zero.3.gz
2713 OLD_FILES+=usr/share/man/man3/krb5_decrypt.3.gz
2714 OLD_FILES+=usr/share/man/man3/krb5_decrypt_EncryptedData.3.gz
2715 OLD_FILES+=usr/share/man/man3/krb5_digest.3.gz
2716 OLD_FILES+=usr/share/man/man3/krb5_eai_to_heim_errno.3.gz
2717 OLD_FILES+=usr/share/man/man3/krb5_encrypt.3.gz
2718 OLD_FILES+=usr/share/man/man3/krb5_encrypt_EncryptedData.3.gz
2719 OLD_FILES+=usr/share/man/man3/krb5_err.3.gz
2720 OLD_FILES+=usr/share/man/man3/krb5_errx.3.gz
2721 OLD_FILES+=usr/share/man/man3/krb5_expand_hostname.3.gz
2722 OLD_FILES+=usr/share/man/man3/krb5_fcc_ops.3.gz
2723 OLD_FILES+=usr/share/man/man3/krb5_find_padata.3.gz
2724 OLD_FILES+=usr/share/man/man3/krb5_free_address.3.gz
2725 OLD_FILES+=usr/share/man/man3/krb5_free_addresses.3.gz
2726 OLD_FILES+=usr/share/man/man3/krb5_free_context.3.gz
2727 OLD_FILES+=usr/share/man/man3/krb5_free_data.3.gz
2728 OLD_FILES+=usr/share/man/man3/krb5_free_data_contents.3.gz
2729 OLD_FILES+=usr/share/man/man3/krb5_free_host_realm.3.gz
2730 OLD_FILES+=usr/share/man/man3/krb5_free_krbhst.3.gz
2731 OLD_FILES+=usr/share/man/man3/krb5_free_principal.3.gz
2732 OLD_FILES+=usr/share/man/man3/krb5_generate_random_block.3.gz
2733 OLD_FILES+=usr/share/man/man3/krb5_get_all_client_addrs.3.gz
2734 OLD_FILES+=usr/share/man/man3/krb5_get_all_server_addrs.3.gz
2735 OLD_FILES+=usr/share/man/man3/krb5_get_credentials.3.gz
2736 OLD_FILES+=usr/share/man/man3/krb5_get_creds.3.gz
2737 OLD_FILES+=usr/share/man/man3/krb5_get_default_principal.3.gz
2738 OLD_FILES+=usr/share/man/man3/krb5_get_default_realm.3.gz
2739 OLD_FILES+=usr/share/man/man3/krb5_get_default_realms.3.gz
2740 OLD_FILES+=usr/share/man/man3/krb5_get_forwarded_creds.3.gz
2741 OLD_FILES+=usr/share/man/man3/krb5_get_host_realm.3.gz
2742 OLD_FILES+=usr/share/man/man3/krb5_get_in_cred.3.gz
2743 OLD_FILES+=usr/share/man/man3/krb5_get_init_creds.3.gz
2744 OLD_FILES+=usr/share/man/man3/krb5_get_krb524hst.3.gz
2745 OLD_FILES+=usr/share/man/man3/krb5_get_krb_admin_hst.3.gz
2746 OLD_FILES+=usr/share/man/man3/krb5_get_krb_changepw_hst.3.gz
2747 OLD_FILES+=usr/share/man/man3/krb5_get_krbhst.3.gz
2748 OLD_FILES+=usr/share/man/man3/krb5_getportbyname.3.gz
2749 OLD_FILES+=usr/share/man/man3/krb5_h_addr2addr.3.gz
2750 OLD_FILES+=usr/share/man/man3/krb5_h_addr2sockaddr.3.gz
2751 OLD_FILES+=usr/share/man/man3/krb5_init_context.3.gz
2752 OLD_FILES+=usr/share/man/man3/krb5_initlog.3.gz
2753 OLD_FILES+=usr/share/man/man3/krb5_is_thread_safe.3.gz
2754 OLD_FILES+=usr/share/man/man3/krb5_keyblock.3.gz
2755 OLD_FILES+=usr/share/man/man3/krb5_keytab.3.gz
2756 OLD_FILES+=usr/share/man/man3/krb5_keytab_entry.3.gz
2757 OLD_FILES+=usr/share/man/man3/krb5_krbhst_format_string.3.gz
2758 OLD_FILES+=usr/share/man/man3/krb5_krbhst_free.3.gz
2759 OLD_FILES+=usr/share/man/man3/krb5_krbhst_get_addrinfo.3.gz
2760 OLD_FILES+=usr/share/man/man3/krb5_krbhst_init.3.gz
2761 OLD_FILES+=usr/share/man/man3/krb5_krbhst_next.3.gz
2762 OLD_FILES+=usr/share/man/man3/krb5_krbhst_next_as_string.3.gz
2763 OLD_FILES+=usr/share/man/man3/krb5_krbhst_reset.3.gz
2764 OLD_FILES+=usr/share/man/man3/krb5_kt_add_entry.3.gz
2765 OLD_FILES+=usr/share/man/man3/krb5_kt_close.3.gz
2766 OLD_FILES+=usr/share/man/man3/krb5_kt_compare.3.gz
2767 OLD_FILES+=usr/share/man/man3/krb5_kt_copy_entry_contents.3.gz
2768 OLD_FILES+=usr/share/man/man3/krb5_kt_cursor.3.gz
2769 OLD_FILES+=usr/share/man/man3/krb5_kt_default.3.gz
2770 OLD_FILES+=usr/share/man/man3/krb5_kt_default_name.3.gz
2771 OLD_FILES+=usr/share/man/man3/krb5_kt_end_seq_get.3.gz
2772 OLD_FILES+=usr/share/man/man3/krb5_kt_free_entry.3.gz
2773 OLD_FILES+=usr/share/man/man3/krb5_kt_get_entry.3.gz
2774 OLD_FILES+=usr/share/man/man3/krb5_kt_get_name.3.gz
2775 OLD_FILES+=usr/share/man/man3/krb5_kt_get_type.3.gz
2776 OLD_FILES+=usr/share/man/man3/krb5_kt_next_entry.3.gz
2777 OLD_FILES+=usr/share/man/man3/krb5_kt_ops.3.gz
2778 OLD_FILES+=usr/share/man/man3/krb5_kt_read_service_key.3.gz
2779 OLD_FILES+=usr/share/man/man3/krb5_kt_register.3.gz
2780 OLD_FILES+=usr/share/man/man3/krb5_kt_remove_entry.3.gz
2781 OLD_FILES+=usr/share/man/man3/krb5_kt_resolve.3.gz
2782 OLD_FILES+=usr/share/man/man3/krb5_kt_start_seq_get.3.gz
2783 OLD_FILES+=usr/share/man/man3/krb5_kuserok.3.gz
2784 OLD_FILES+=usr/share/man/man3/krb5_log.3.gz
2785 OLD_FILES+=usr/share/man/man3/krb5_log_msg.3.gz
2786 OLD_FILES+=usr/share/man/man3/krb5_make_addrport.3.gz
2787 OLD_FILES+=usr/share/man/man3/krb5_make_principal.3.gz
2788 OLD_FILES+=usr/share/man/man3/krb5_max_sockaddr_size.3.gz
2789 OLD_FILES+=usr/share/man/man3/krb5_mcc_ops.3.gz
2790 OLD_FILES+=usr/share/man/man3/krb5_mk_req.3.gz
2791 OLD_FILES+=usr/share/man/man3/krb5_mk_safe.3.gz
2792 OLD_FILES+=usr/share/man/man3/krb5_openlog.3.gz
2793 OLD_FILES+=usr/share/man/man3/krb5_parse_address.3.gz
2794 OLD_FILES+=usr/share/man/man3/krb5_parse_name.3.gz
2795 OLD_FILES+=usr/share/man/man3/krb5_parse_name_flags.3.gz
2796 OLD_FILES+=usr/share/man/man3/krb5_parse_nametype.3.gz
2797 OLD_FILES+=usr/share/man/man3/krb5_princ_realm.3.gz
2798 OLD_FILES+=usr/share/man/man3/krb5_princ_set_realm.3.gz
2799 OLD_FILES+=usr/share/man/man3/krb5_principal.3.gz
2800 OLD_FILES+=usr/share/man/man3/krb5_principal_compare.3.gz
2801 OLD_FILES+=usr/share/man/man3/krb5_principal_compare_any_realm.3.gz
2802 OLD_FILES+=usr/share/man/man3/krb5_principal_get_comp_string.3.gz
2803 OLD_FILES+=usr/share/man/man3/krb5_principal_get_realm.3.gz
2804 OLD_FILES+=usr/share/man/man3/krb5_principal_get_type.3.gz
2805 OLD_FILES+=usr/share/man/man3/krb5_principal_match.3.gz
2806 OLD_FILES+=usr/share/man/man3/krb5_principal_set_type.3.gz
2807 OLD_FILES+=usr/share/man/man3/krb5_print_address.3.gz
2808 OLD_FILES+=usr/share/man/man3/krb5_rcache.3.gz
2809 OLD_FILES+=usr/share/man/man3/krb5_rd_error.3.gz
2810 OLD_FILES+=usr/share/man/man3/krb5_rd_safe.3.gz
2811 OLD_FILES+=usr/share/man/man3/krb5_realm_compare.3.gz
2812 OLD_FILES+=usr/share/man/man3/krb5_set_default_realm.3.gz
2813 OLD_FILES+=usr/share/man/man3/krb5_set_password.3.gz
2814 OLD_FILES+=usr/share/man/man3/krb5_set_warn_dest.3.gz
2815 OLD_FILES+=usr/share/man/man3/krb5_sname_to_principal.3.gz
2816 OLD_FILES+=usr/share/man/man3/krb5_sock_to_principal.3.gz
2817 OLD_FILES+=usr/share/man/man3/krb5_sockaddr2address.3.gz
2818 OLD_FILES+=usr/share/man/man3/krb5_sockaddr2port.3.gz
2819 OLD_FILES+=usr/share/man/man3/krb5_sockaddr_uninteresting.3.gz
2820 OLD_FILES+=usr/share/man/man3/krb5_storage.3.gz
2821 OLD_FILES+=usr/share/man/man3/krb5_string_to_key.3.gz
2822 OLD_FILES+=usr/share/man/man3/krb5_ticket.3.gz
2823 OLD_FILES+=usr/share/man/man3/krb5_timeofday.3.gz
2824 OLD_FILES+=usr/share/man/man3/krb5_unparse_name.3.gz
2825 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed.3.gz
2826 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_flags.3.gz
2827 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_fixed_short.3.gz
2828 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_flags.3.gz
2829 OLD_FILES+=usr/share/man/man3/krb5_unparse_name_short.3.gz
2830 OLD_FILES+=usr/share/man/man3/krb5_us_timeofday.3.gz
2831 OLD_FILES+=usr/share/man/man3/krb5_verify_checksum.3.gz
2832 OLD_FILES+=usr/share/man/man3/krb5_verify_init_creds.3.gz
2833 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_init.3.gz
2834 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_flags.3.gz
2835 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_keytab.3.gz
2836 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_secure.3.gz
2837 OLD_FILES+=usr/share/man/man3/krb5_verify_opt_set_service.3.gz
2838 OLD_FILES+=usr/share/man/man3/krb5_verify_user.3.gz
2839 OLD_FILES+=usr/share/man/man3/krb5_verify_user_lrealm.3.gz
2840 OLD_FILES+=usr/share/man/man3/krb5_verify_user_opt.3.gz
2841 OLD_FILES+=usr/share/man/man3/krb5_verr.3.gz
2842 OLD_FILES+=usr/share/man/man3/krb5_verrx.3.gz
2843 OLD_FILES+=usr/share/man/man3/krb5_vlog.3.gz
2844 OLD_FILES+=usr/share/man/man3/krb5_vlog_msg.3.gz
2845 OLD_FILES+=usr/share/man/man3/krb5_vwarn.3.gz
2846 OLD_FILES+=usr/share/man/man3/krb5_vwarnx.3.gz
2847 OLD_FILES+=usr/share/man/man3/krb5_warn.3.gz
2848 OLD_FILES+=usr/share/man/man3/krb5_warnx.3.gz
2849 OLD_FILES+=usr/share/man/man3/krb_afslog.3.gz
2850 OLD_FILES+=usr/share/man/man3/krb_afslog_uid.3.gz
2851 OLD_FILES+=usr/share/man/man5/krb5.conf.5.gz
2852 OLD_FILES+=usr/share/man/man8/hprop.8.gz
2853 OLD_FILES+=usr/share/man/man8/hpropd.8.gz
2854 OLD_FILES+=usr/share/man/man8/kadmin.8.gz
2855 OLD_FILES+=usr/share/man/man8/kadmind.8.gz
2856 OLD_FILES+=usr/share/man/man8/kcm.8.gz
2857 OLD_FILES+=usr/share/man/man8/kdc.8.gz
2858 OLD_FILES+=usr/share/man/man8/kerberos.8.gz
2859 OLD_FILES+=usr/share/man/man8/kpasswdd.8.gz
2860 OLD_FILES+=usr/share/man/man8/kstash.8.gz
2861 OLD_FILES+=usr/share/man/man8/ktutil.8.gz
2862 OLD_FILES+=usr/share/man/man8/pam_krb5.8.gz
2863 OLD_FILES+=usr/share/man/man8/pam_ksu.8.gz
2864 OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
2865 .endif
2866
2867 #.if ${MK_LIB32} == no
2868 # to be filled in
2869 #.endif
2870
2871 .if ${MK_LIBCPLUSPLUS} == no
2872 OLD_LIBS+=lib/libcxxrt.so.1
2873 OLD_FILES+=usr/lib/libc++.a
2874 OLD_FILES+=usr/lib/libc++_p.a
2875 OLD_FILES+=usr/lib/libc++.so
2876 OLD_LIBS+=usr/lib/libc++.so.1
2877 OLD_FILES+=usr/lib/libcxxrt.a
2878 OLD_FILES+=usr/lib/libcxxrt.so
2879 OLD_FILES+=usr/lib/libcxxrt_p.a
2880 OLD_FILES+=usr/include/c++/v1/__bit_reference
2881 OLD_FILES+=usr/include/c++/v1/__config
2882 OLD_FILES+=usr/include/c++/v1/__debug
2883 OLD_FILES+=usr/include/c++/v1/__functional_03
2884 OLD_FILES+=usr/include/c++/v1/__functional_base
2885 OLD_FILES+=usr/include/c++/v1/__functional_base_03
2886 OLD_FILES+=usr/include/c++/v1/__hash_table
2887 OLD_FILES+=usr/include/c++/v1/__locale
2888 OLD_FILES+=usr/include/c++/v1/__mutex_base
2889 OLD_FILES+=usr/include/c++/v1/__split_buffer
2890 OLD_FILES+=usr/include/c++/v1/__sso_allocator
2891 OLD_FILES+=usr/include/c++/v1/__std_stream
2892 OLD_FILES+=usr/include/c++/v1/__tree
2893 OLD_FILES+=usr/include/c++/v1/__tuple
2894 OLD_FILES+=usr/include/c++/v1/__tuple_03
2895 OLD_FILES+=usr/include/c++/v1/__undef_min_max
2896 OLD_FILES+=usr/include/c++/v1/algorithm
2897 OLD_FILES+=usr/include/c++/v1/array
2898 OLD_FILES+=usr/include/c++/v1/atomic
2899 OLD_FILES+=usr/include/c++/v1/bitset
2900 OLD_FILES+=usr/include/c++/v1/cassert
2901 OLD_FILES+=usr/include/c++/v1/ccomplex
2902 OLD_FILES+=usr/include/c++/v1/cctype
2903 OLD_FILES+=usr/include/c++/v1/cerrno
2904 OLD_FILES+=usr/include/c++/v1/cfenv
2905 OLD_FILES+=usr/include/c++/v1/cfloat
2906 OLD_FILES+=usr/include/c++/v1/chrono
2907 OLD_FILES+=usr/include/c++/v1/cinttypes
2908 OLD_FILES+=usr/include/c++/v1/ciso646
2909 OLD_FILES+=usr/include/c++/v1/climits
2910 OLD_FILES+=usr/include/c++/v1/clocale
2911 OLD_FILES+=usr/include/c++/v1/cmath
2912 OLD_FILES+=usr/include/c++/v1/codecvt
2913 OLD_FILES+=usr/include/c++/v1/complex
2914 OLD_FILES+=usr/include/c++/v1/complex.h
2915 OLD_FILES+=usr/include/c++/v1/condition_variable
2916 OLD_FILES+=usr/include/c++/v1/csetjmp
2917 OLD_FILES+=usr/include/c++/v1/csignal
2918 OLD_FILES+=usr/include/c++/v1/cstdarg
2919 OLD_FILES+=usr/include/c++/v1/cstdbool
2920 OLD_FILES+=usr/include/c++/v1/cstddef
2921 OLD_FILES+=usr/include/c++/v1/cstdint
2922 OLD_FILES+=usr/include/c++/v1/cstdio
2923 OLD_FILES+=usr/include/c++/v1/cstdlib
2924 OLD_FILES+=usr/include/c++/v1/cstring
2925 OLD_FILES+=usr/include/c++/v1/ctgmath
2926 OLD_FILES+=usr/include/c++/v1/ctime
2927 OLD_FILES+=usr/include/c++/v1/cwchar
2928 OLD_FILES+=usr/include/c++/v1/cwctype
2929 OLD_FILES+=usr/include/c++/v1/cxxabi.h
2930 OLD_FILES+=usr/include/c++/v1/deque
2931 OLD_FILES+=usr/include/c++/v1/exception
2932 OLD_FILES+=usr/include/c++/v1/experimental/dynarray
2933 OLD_FILES+=usr/include/c++/v1/experimental/optional
2934 OLD_FILES+=usr/include/c++/v1/ext/__hash
2935 OLD_FILES+=usr/include/c++/v1/ext/hash_map
2936 OLD_FILES+=usr/include/c++/v1/ext/hash_set
2937 OLD_FILES+=usr/include/c++/v1/forward_list
2938 OLD_FILES+=usr/include/c++/v1/fstream
2939 OLD_FILES+=usr/include/c++/v1/functional
2940 OLD_FILES+=usr/include/c++/v1/future
2941 OLD_FILES+=usr/include/c++/v1/initializer_list
2942 OLD_FILES+=usr/include/c++/v1/iomanip
2943 OLD_FILES+=usr/include/c++/v1/ios
2944 OLD_FILES+=usr/include/c++/v1/iosfwd
2945 OLD_FILES+=usr/include/c++/v1/iostream
2946 OLD_FILES+=usr/include/c++/v1/istream
2947 OLD_FILES+=usr/include/c++/v1/iterator
2948 OLD_FILES+=usr/include/c++/v1/limits
2949 OLD_FILES+=usr/include/c++/v1/list
2950 OLD_FILES+=usr/include/c++/v1/locale
2951 OLD_FILES+=usr/include/c++/v1/map
2952 OLD_FILES+=usr/include/c++/v1/memory
2953 OLD_FILES+=usr/include/c++/v1/mutex
2954 OLD_FILES+=usr/include/c++/v1/new
2955 OLD_FILES+=usr/include/c++/v1/numeric
2956 OLD_FILES+=usr/include/c++/v1/ostream
2957 OLD_FILES+=usr/include/c++/v1/queue
2958 OLD_FILES+=usr/include/c++/v1/random
2959 OLD_FILES+=usr/include/c++/v1/ratio
2960 OLD_FILES+=usr/include/c++/v1/regex
2961 OLD_FILES+=usr/include/c++/v1/scoped_allocator
2962 OLD_FILES+=usr/include/c++/v1/set
2963 OLD_FILES+=usr/include/c++/v1/sstream
2964 OLD_FILES+=usr/include/c++/v1/stack
2965 OLD_FILES+=usr/include/c++/v1/stdexcept
2966 OLD_FILES+=usr/include/c++/v1/streambuf
2967 OLD_FILES+=usr/include/c++/v1/string
2968 OLD_FILES+=usr/include/c++/v1/strstream
2969 OLD_FILES+=usr/include/c++/v1/system_error
2970 OLD_FILES+=usr/include/c++/v1/tgmath.h
2971 OLD_FILES+=usr/include/c++/v1/thread
2972 OLD_FILES+=usr/include/c++/v1/tuple
2973 OLD_FILES+=usr/include/c++/v1/type_traits
2974 OLD_FILES+=usr/include/c++/v1/typeindex
2975 OLD_FILES+=usr/include/c++/v1/typeinfo
2976 OLD_FILES+=usr/include/c++/v1/unordered_map
2977 OLD_FILES+=usr/include/c++/v1/unordered_set
2978 OLD_FILES+=usr/include/c++/v1/unwind-arm.h
2979 OLD_FILES+=usr/include/c++/v1/unwind-itanium.h
2980 OLD_FILES+=usr/include/c++/v1/unwind.h
2981 OLD_FILES+=usr/include/c++/v1/utility
2982 OLD_FILES+=usr/include/c++/v1/valarray
2983 OLD_FILES+=usr/include/c++/v1/vector
2984 OLD_DIRS+=usr/include/c++/v1/experimental
2985 OLD_DIRS+=usr/include/c++/v1/ext
2986 OLD_DIRS+=usr/include/c++/v1
2987 .endif
2988
2989 #.if ${MK_LIBTHR} == no
2990 # to be filled in
2991 #.endif
2992
2993 #.if ${MK_LOCALES} == no
2994 # to be filled in
2995 #.endif
2996
2997 .if ${MK_LOCATE} == no
2998 OLD_FILES+=etc/locate.rc
2999 OLD_FILES+=etc/periodic/weekly/310.locate
3000 OLD_FILES+=usr/bin/locate
3001 OLD_FILES+=usr/libexec/locate.bigram
3002 OLD_FILES+=usr/libexec/locate.code
3003 OLD_FILES+=usr/libexec/locate.concatdb
3004 OLD_FILES+=usr/libexec/locate.mklocatedb
3005 OLD_FILES+=usr/libexec/locate.updatedb
3006 OLD_FILES+=usr/share/man/man1/locate.1.gz
3007 OLD_FILES+=usr/share/man/man8/locate.updatedb.8.gz
3008 OLD_FILES+=usr/share/man/man8/updatedb.8.gz
3009 .endif
3010
3011 .if ${MK_LPR} == no
3012 OLD_FILES+=etc/hosts.lpd
3013 OLD_FILES+=etc/printcap
3014 OLD_FILES+=etc/rc.d/lpd
3015 OLD_FILES+=usr/bin/lp
3016 OLD_FILES+=usr/bin/lpq
3017 OLD_FILES+=usr/bin/lpr
3018 OLD_FILES+=usr/bin/lprm
3019 OLD_FILES+=usr/libexec/lpr/ru/bjc-240.sh.sample
3020 OLD_FILES+=usr/libexec/lpr/ru/koi2alt
3021 OLD_FILES+=usr/libexec/lpr/ru/koi2855
3022 OLD_FILES+=usr/libexec/lpr/lpf
3023 OLD_FILES+=usr/sbin/chkprintcap
3024 OLD_FILES+=usr/sbin/lpc
3025 OLD_FILES+=usr/sbin/lpd
3026 OLD_FILES+=usr/sbin/lptest
3027 OLD_FILES+=usr/sbin/pac
3028 OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
3029 OLD_FILES+=usr/share/examples/etc/hosts.lpd
3030 OLD_FILES+=usr/share/examples/etc/printcap
3031 OLD_FILES+=usr/share/man/man1/lp.1.gz
3032 OLD_FILES+=usr/share/man/man1/lpq.1.gz
3033 OLD_FILES+=usr/share/man/man1/lpr.1.gz
3034 OLD_FILES+=usr/share/man/man1/lprm.1.gz
3035 OLD_FILES+=usr/share/man/man1/lptest.1.gz
3036 OLD_FILES+=usr/share/man/man5/printcap.5.gz
3037 OLD_FILES+=usr/share/man/man8/chkprintcap.8.gz
3038 OLD_FILES+=usr/share/man/man8/lpc.8.gz
3039 OLD_FILES+=usr/share/man/man8/lpd.8.gz
3040 OLD_FILES+=usr/share/man/man8/pac.8.gz
3041 .endif
3042
3043 .if ${MK_MAIL} == no
3044 OLD_FILES+=etc/periodic/daily/130.clean-msgs
3045 OLD_FILES+=usr/bin/Mail
3046 OLD_FILES+=usr/bin/biff
3047 OLD_FILES+=usr/bin/from
3048 OLD_FILES+=usr/bin/mail
3049 OLD_FILES+=usr/bin/mailx
3050 OLD_FILES+=usr/bin/msgs
3051 OLD_FILES+=usr/libexec/comsat
3052 OLD_FILES+=usr/share/examples/etc/mail.rc
3053 OLD_FILES+=usr/share/man/man1/Mail.1.gz
3054 OLD_FILES+=usr/share/man/man1/biff.1.gz
3055 OLD_FILES+=usr/share/man/man1/from.1.gz
3056 OLD_FILES+=usr/share/man/man1/mail.1.gz
3057 OLD_FILES+=usr/share/man/man1/mailx.1.gz
3058 OLD_FILES+=usr/share/man/man1/msgs.1.gz
3059 OLD_FILES+=usr/share/man/man8/comsat.8.gz
3060 OLD_FILES+=usr/share/misc/mail.help
3061 OLD_FILES+=usr/share/misc/mail.tildehelp
3062 .endif
3063
3064 .if ${MK_MAILWRAPPER} == no
3065 OLD_FILES+=etc/mail/mailer.conf
3066 .if ${MK_SENDMAIL} == no
3067 OLD_FILES+=usr/sbin/mailwrapper
3068 .endif
3069 OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
3070 .endif
3071
3072 #.if ${MK_MAN} == no
3073 # This should add a dependency to a special target which removes all man pages.
3074 # Listing all of them here is overkill.
3075 #.endif
3076
3077 .if ${MK_NCP} == no
3078 OLD_FILES+=usr/bin/ncplist
3079 OLD_FILES+=usr/bin/ncplogin
3080 OLD_FILES+=usr/bin/ncplogout
3081 OLD_FILES+=usr/include/fs/nwfs/nwfs.h
3082 OLD_FILES+=usr/include/fs/nwfs/nwfs_mount.h
3083 OLD_FILES+=usr/include/fs/nwfs/nwfs_node.h
3084 OLD_FILES+=usr/include/fs/nwfs/nwfs_subr.h
3085 #OLD_DIRS+=usr/include/fs/nwfs
3086 OLD_FILES+=usr/include/netncp/ncp.h
3087 OLD_FILES+=usr/include/netncp/ncp_cfg.h
3088 OLD_FILES+=usr/include/netncp/ncp_conn.h
3089 OLD_FILES+=usr/include/netncp/ncp_file.h
3090 OLD_FILES+=usr/include/netncp/ncp_lib.h
3091 OLD_FILES+=usr/include/netncp/ncp_ncp.h
3092 OLD_FILES+=usr/include/netncp/ncp_nls.h
3093 OLD_FILES+=usr/include/netncp/ncp_rcfile.h
3094 OLD_FILES+=usr/include/netncp/ncp_rq.h
3095 OLD_FILES+=usr/include/netncp/ncp_sock.h
3096 OLD_FILES+=usr/include/netncp/ncp_subr.h
3097 OLD_FILES+=usr/include/netncp/ncp_user.h
3098 OLD_FILES+=usr/include/netncp/ncpio.h
3099 OLD_FILES+=usr/include/netncp/nwerror.h
3100 #OLD_DIRS+=usr/include/netncp
3101 OLD_FILES+=usr/lib/libncp.a
3102 OLD_FILES+=usr/lib/libncp.so
3103 OLD_LIBS+=usr/lib/libncp.so.4
3104 OLD_FILES+=usr/lib/libncp_p.a
3105 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3106 OLD_FILES+=usr/lib32/libncp.a
3107 OLD_FILES+=usr/lib32/libncp.so
3108 OLD_LIBS+=usr/lib32/libncp.so.4
3109 OLD_FILES+=usr/lib32/libncp_p.a
3110 .endif
3111 OLD_FILES+=usr/sbin/mount_nwfs
3112 OLD_FILES+=usr/share/man/man1/ncplist.1.gz
3113 OLD_FILES+=usr/share/man/man1/ncplogin.1.gz
3114 OLD_FILES+=usr/share/man/man1/ncplogout.1.gz
3115 OLD_FILES+=usr/share/man/man8/mount_nwfs.8.gz
3116 .endif
3117
3118 .if ${MK_NDIS} == no
3119 OLD_FILES+=usr/sbin/ndiscvt
3120 OLD_FILES+=usr/sbin/ndisgen
3121 OLD_FILES+=usr/share/man/man8/ndiscvt.8.gz
3122 OLD_FILES+=usr/share/man/man8/ndisgen.8.gz
3123 OLD_FILES+=usr/share/misc/windrv_stub.c
3124 .endif
3125
3126 .if ${MK_NETCAT} == no
3127 OLD_FILES+=usr/bin/nc
3128 OLD_FILES+=usr/share/man/man1/nc.1.gz
3129 .endif
3130
3131 .if ${MK_NIS} == no
3132 OLD_FILES+=usr/bin/ypcat
3133 OLD_FILES+=usr/bin/ypchfn
3134 OLD_FILES+=usr/bin/ypchpass
3135 OLD_FILES+=usr/bin/ypchsh
3136 OLD_FILES+=usr/bin/ypmatch
3137 OLD_FILES+=usr/bin/yppasswd
3138 OLD_FILES+=usr/bin/ypwhich
3139 OLD_FILES+=usr/include/ypclnt.h
3140 OLD_FILES+=usr/lib/libypclnt.a
3141 OLD_FILES+=usr/lib/libypclnt.so
3142 OLD_LIBS+=usr/lib/libypclnt.so.4
3143 OLD_FILES+=usr/lib/libypclnt_p.a
3144 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3145 OLD_FILES+=usr/lib32/libypclnt.a
3146 OLD_FILES+=usr/lib32/libypclnt.so
3147 OLD_LIBS+=usr/lib32/libypclnt.so.4
3148 OLD_FILES+=usr/lib32/libypclnt_p.a
3149 .endif
3150 OLD_FILES+=usr/libexec/mknetid
3151 OLD_FILES+=usr/libexec/yppwupdate
3152 OLD_FILES+=usr/libexec/ypxfr
3153 OLD_FILES+=usr/sbin/rpc.yppasswdd
3154 OLD_FILES+=usr/sbin/rpc.ypupdated
3155 OLD_FILES+=usr/sbin/rpc.ypxfrd
3156 OLD_FILES+=usr/sbin/yp_mkdb
3157 OLD_FILES+=usr/sbin/ypbind
3158 OLD_FILES+=usr/sbin/ypinit
3159 OLD_FILES+=usr/sbin/yppoll
3160 OLD_FILES+=usr/sbin/yppush
3161 OLD_FILES+=usr/sbin/ypserv
3162 OLD_FILES+=usr/sbin/ypset
3163 OLD_FILES+=usr/share/man/man1/ypcat.1.gz
3164 OLD_FILES+=usr/share/man/man1/ypchfn.1.gz
3165 OLD_FILES+=usr/share/man/man1/ypchpass.1.gz
3166 OLD_FILES+=usr/share/man/man1/ypchsh.1.gz
3167 OLD_FILES+=usr/share/man/man1/ypmatch.1.gz
3168 OLD_FILES+=usr/share/man/man1/yppasswd.1.gz
3169 OLD_FILES+=usr/share/man/man1/ypwhich.1.gz
3170 OLD_FILES+=usr/share/man/man5/netid.5.gz
3171 OLD_FILES+=usr/share/man/man8/mknetid.8.gz
3172 OLD_FILES+=usr/share/man/man8/rpc.yppasswdd.8.gz
3173 OLD_FILES+=usr/share/man/man8/rpc.ypxfrd.8.gz
3174 OLD_FILES+=usr/share/man/man8/yp_mkdb.8.gz
3175 OLD_FILES+=usr/share/man/man8/ypbind.8.gz
3176 OLD_FILES+=usr/share/man/man8/ypinit.8.gz
3177 OLD_FILES+=usr/share/man/man8/yppoll.8.gz
3178 OLD_FILES+=usr/share/man/man8/yppush.8.gz
3179 OLD_FILES+=usr/share/man/man8/ypserv.8.gz
3180 OLD_FILES+=usr/share/man/man8/ypset.8.gz
3181 OLD_FILES+=usr/share/man/man8/ypxfr.8.gz
3182 OLD_FILES+=var/yp/Makefile
3183 OLD_FILES+=var/yp/Makefile.dist
3184 .endif
3185
3186 #.if ${MK_NLS} == no
3187 # to be filled in
3188 #.endif
3189
3190 .if ${MK_NTP} == no
3191 OLD_FILES+=etc/ntp.conf
3192 OLD_FILES+=etc/periodic/daily/480.status-ntpd
3193 OLD_FILES+=usr/bin/ntpq
3194 OLD_FILES+=usr/sbin/ntp-keygen
3195 OLD_FILES+=usr/sbin/ntpd
3196 OLD_FILES+=usr/sbin/ntpdate
3197 OLD_FILES+=usr/sbin/ntpdc
3198 OLD_FILES+=usr/sbin/ntptime
3199 OLD_FILES+=usr/sbin/sntp
3200 OLD_FILES+=usr/share/doc/ntp/accopt.html
3201 OLD_FILES+=usr/share/doc/ntp/assoc.html
3202 OLD_FILES+=usr/share/doc/ntp/audio.html
3203 OLD_FILES+=usr/share/doc/ntp/authopt.html
3204 OLD_FILES+=usr/share/doc/ntp/build.html
3205 OLD_FILES+=usr/share/doc/ntp/clockopt.html
3206 OLD_FILES+=usr/share/doc/ntp/config.html
3207 OLD_FILES+=usr/share/doc/ntp/confopt.html
3208 OLD_FILES+=usr/share/doc/ntp/copyright.html
3209 OLD_FILES+=usr/share/doc/ntp/debug.html
3210 OLD_FILES+=usr/share/doc/ntp/driver1.html
3211 OLD_FILES+=usr/share/doc/ntp/driver10.html
3212 OLD_FILES+=usr/share/doc/ntp/driver11.html
3213 OLD_FILES+=usr/share/doc/ntp/driver12.html
3214 OLD_FILES+=usr/share/doc/ntp/driver16.html
3215 OLD_FILES+=usr/share/doc/ntp/driver18.html
3216 OLD_FILES+=usr/share/doc/ntp/driver19.html
3217 OLD_FILES+=usr/share/doc/ntp/driver2.html
3218 OLD_FILES+=usr/share/doc/ntp/driver20.html
3219 OLD_FILES+=usr/share/doc/ntp/driver22.html
3220 OLD_FILES+=usr/share/doc/ntp/driver26.html
3221 OLD_FILES+=usr/share/doc/ntp/driver27.html
3222 OLD_FILES+=usr/share/doc/ntp/driver28.html
3223 OLD_FILES+=usr/share/doc/ntp/driver29.html
3224 OLD_FILES+=usr/share/doc/ntp/driver3.html
3225 OLD_FILES+=usr/share/doc/ntp/driver30.html
3226 OLD_FILES+=usr/share/doc/ntp/driver32.html
3227 OLD_FILES+=usr/share/doc/ntp/driver33.html
3228 OLD_FILES+=usr/share/doc/ntp/driver34.html
3229 OLD_FILES+=usr/share/doc/ntp/driver35.html
3230 OLD_FILES+=usr/share/doc/ntp/driver36.html
3231 OLD_FILES+=usr/share/doc/ntp/driver37.html
3232 OLD_FILES+=usr/share/doc/ntp/driver4.html
3233 OLD_FILES+=usr/share/doc/ntp/driver5.html
3234 OLD_FILES+=usr/share/doc/ntp/driver6.html
3235 OLD_FILES+=usr/share/doc/ntp/driver7.html
3236 OLD_FILES+=usr/share/doc/ntp/driver8.html
3237 OLD_FILES+=usr/share/doc/ntp/driver9.html
3238 OLD_FILES+=usr/share/doc/ntp/extern.html
3239 OLD_FILES+=usr/share/doc/ntp/hints.html
3240 OLD_FILES+=usr/share/doc/ntp/howto.html
3241 OLD_FILES+=usr/share/doc/ntp/index.html
3242 OLD_FILES+=usr/share/doc/ntp/kern.html
3243 OLD_FILES+=usr/share/doc/ntp/ldisc.html
3244 OLD_FILES+=usr/share/doc/ntp/measure.html
3245 OLD_FILES+=usr/share/doc/ntp/miscopt.html
3246 OLD_FILES+=usr/share/doc/ntp/monopt.html
3247 OLD_FILES+=usr/share/doc/ntp/mx4200data.html
3248 OLD_FILES+=usr/share/doc/ntp/notes.html
3249 OLD_FILES+=usr/share/doc/ntp/ntpd.html
3250 OLD_FILES+=usr/share/doc/ntp/ntpdate.html
3251 OLD_FILES+=usr/share/doc/ntp/ntpdc.html
3252 OLD_FILES+=usr/share/doc/ntp/ntpq.html
3253 OLD_FILES+=usr/share/doc/ntp/ntptime.html
3254 OLD_FILES+=usr/share/doc/ntp/ntptrace.html
3255 OLD_FILES+=usr/share/doc/ntp/parsedata.html
3256 OLD_FILES+=usr/share/doc/ntp/parsenew.html
3257 OLD_FILES+=usr/share/doc/ntp/patches.html
3258 OLD_FILES+=usr/share/doc/ntp/porting.html
3259 OLD_FILES+=usr/share/doc/ntp/pps.html
3260 OLD_FILES+=usr/share/doc/ntp/prefer.html
3261 OLD_FILES+=usr/share/doc/ntp/quick.html
3262 OLD_FILES+=usr/share/doc/ntp/rdebug.html
3263 OLD_FILES+=usr/share/doc/ntp/refclock.html
3264 OLD_FILES+=usr/share/doc/ntp/release.html
3265 OLD_FILES+=usr/share/doc/ntp/tickadj.html
3266 OLD_FILES+=usr/share/examples/etc/ntp.conf
3267 OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz
3268 OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz
3269 OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz
3270 OLD_FILES+=usr/share/man/man8/ntpd.8.gz
3271 OLD_FILES+=usr/share/man/man8/ntpdate.8.gz
3272 OLD_FILES+=usr/share/man/man8/ntpdc.8.gz
3273 OLD_FILES+=usr/share/man/man8/ntpq.8.gz
3274 OLD_FILES+=usr/share/man/man8/ntptime.8.gz
3275 .endif
3276
3277 #.if ${MK_OBJC} == no
3278 # to be filled in
3279 #.endif
3280
3281 .if ${MK_OPENSSH} == no
3282 OLD_FILES+=usr/bin/sftp
3283 OLD_FILES+=usr/bin/ssh
3284 OLD_FILES+=usr/bin/ssh-add
3285 OLD_FILES+=usr/bin/ssh-agent
3286 OLD_FILES+=usr/bin/ssh-copy-id
3287 OLD_FILES+=usr/bin/ssh-keygen
3288 OLD_FILES+=usr/bin/ssh-keyscan
3289 OLD_FILES+=usr/lib/private/libssh.a
3290 OLD_FILES+=usr/lib/private/libssh.so
3291 OLD_LIBS+=usr/lib/private/libssh.so.5
3292 OLD_FILES+=usr/lib/private/libssh_p.a
3293 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3294 OLD_FILES+=usr/lib32/private/libssh.a
3295 OLD_FILES+=usr/lib32/private/libssh.so
3296 OLD_LIBS+=usr/lib32/private/libssh.so.5
3297 OLD_FILES+=usr/lib32/private/libssh_p.a
3298 .endif
3299 OLD_FILES+=usr/libexec/sftp-server
3300 OLD_FILES+=usr/libexec/ssh-keysign
3301 OLD_FILES+=usr/libexec/ssh-pkcs11-helper
3302 OLD_FILES+=usr/sbin/sshd
3303 .endif
3304
3305 .if ${MK_OPENSSL} == no
3306 OLD_FILES+=etc/rc.d/keyserv
3307 .endif
3308
3309 .if ${MK_SYSINSTALL} == no
3310 OLD_FILES+=usr/sbin/sysinstall
3311 OLD_FILES+=usr/share/man/man8/sysinstall.8.gz
3312 OLD_FILES+=usr/lib/libftpio.a
3313 OLD_FILES+=usr/lib/libftpio.so
3314 OLD_LIBS+=usr/lib/libftpio.so.8
3315 OLD_FILES+=usr/lib/libftpio_p.a
3316 OLD_FILES+=usr/lib32/libftpio.a
3317 OLD_FILES+=usr/lib32/libftpio.so
3318 OLD_LIBS+=usr/lib32/libftpio.so.8
3319 OLD_FILES+=usr/lib32/libftpio_p.a
3320 OLD_FILES+=usr/include/ftpio.h
3321 OLD_FILES+=usr/share/man/man3/ftpio.3.gz
3322 .endif
3323
3324 .if ${MK_PC_SYSINSTALL} == no
3325 # backend-partmanager
3326 OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/create-part.sh
3327 OLD_FILES+=usr/share/pc-sysinstall/backend-partmanager/delete-part.sh
3328 # backend-query
3329 OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-emulation.sh
3330 OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-laptop.sh
3331 OLD_FILES+=usr/share/pc-sysinstall/backend-query/detect-nics.sh
3332 OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-info.sh
3333 OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-list.sh
3334 OLD_FILES+=usr/share/pc-sysinstall/backend-query/disk-part.sh
3335 OLD_FILES+=usr/share/pc-sysinstall/backend-query/enable-net.sh
3336 OLD_FILES+=usr/share/pc-sysinstall/backend-query/get-packages.sh
3337 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-components.sh
3338 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-config.sh
3339 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-mirrors.sh
3340 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-packages.sh
3341 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-rsync-backups.sh
3342 OLD_FILES+=usr/share/pc-sysinstall/backend-query/list-tzones.sh
3343 OLD_FILES+=usr/share/pc-sysinstall/backend-query/query-langs.sh
3344 OLD_FILES+=usr/share/pc-sysinstall/backend-query/send-logs.sh
3345 OLD_FILES+=usr/share/pc-sysinstall/backend-query/setup-ssh-keys.sh
3346 OLD_FILES+=usr/share/pc-sysinstall/backend-query/set-mirror.sh
3347 OLD_FILES+=usr/share/pc-sysinstall/backend-query/sys-mem.sh
3348 OLD_FILES+=usr/share/pc-sysinstall/backend-query/test-live.sh
3349 OLD_FILES+=usr/share/pc-sysinstall/backend-query/test-netup.sh
3350 OLD_FILES+=usr/share/pc-sysinstall/backend-query/update-part-list.sh
3351 OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-layouts.sh
3352 OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-models.sh
3353 OLD_FILES+=usr/share/pc-sysinstall/backend-query/xkeyboard-variants.sh
3354 # backend
3355 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-bsdlabel.sh
3356 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-cleanup.sh
3357 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-disk.sh
3358 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-extractimage.sh
3359 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-ftp.sh
3360 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-installcomponents.sh
3361 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-installpackages.sh
3362 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-localize.sh
3363 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-mountdisk.sh
3364 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-mountoptical.sh
3365 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-networking.sh
3366 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-newfs.sh
3367 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-parse.sh
3368 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-packages.sh
3369 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-runcommands.sh
3370 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-unmount.sh
3371 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-upgrade.sh
3372 OLD_FILES+=usr/share/pc-sysinstall/backend/functions-users.sh
3373 OLD_FILES+=usr/share/pc-sysinstall/backend/functions.sh
3374 OLD_FILES+=usr/share/pc-sysinstall/backend/installimage.sh
3375 OLD_FILES+=usr/share/pc-sysinstall/backend/parseconfig.sh
3376 OLD_FILES+=usr/share/pc-sysinstall/backend/startautoinstall.sh
3377 # conf
3378 OLD_FILES+=usr/share/pc-sysinstall/conf/avail-langs
3379 OLD_FILES+=usr/share/pc-sysinstall/conf/exclude-from-upgrade
3380 OLD_FILES+=usr/share/pc-sysinstall/conf/license/bsd-en.txt
3381 OLD_FILES+=usr/share/pc-sysinstall/conf/license/intel-en.txt
3382 OLD_FILES+=usr/share/pc-sysinstall/conf/license/nvidia-en.txt
3383 OLD_FILES+=usr/share/pc-sysinstall/conf/pc-sysinstall.conf
3384 # doc
3385 OLD_FILES+=usr/share/pc-sysinstall/doc/help-disk-list
3386 OLD_FILES+=usr/share/pc-sysinstall/doc/help-disk-size
3387 OLD_FILES+=usr/share/pc-sysinstall/doc/help-index
3388 OLD_FILES+=usr/share/pc-sysinstall/doc/help-start-autoinstall
3389 # examples
3390 OLD_FILES+=usr/share/examples/pc-sysinstall/README
3391 OLD_FILES+=usr/share/examples/pc-sysinstall/pc-autoinstall.conf
3392 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.fbsd-netinstall
3393 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.geli
3394 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.gmirror
3395 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.netinstall
3396 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.restore
3397 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.rsync
3398 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.upgrade
3399 OLD_FILES+=usr/share/examples/pc-sysinstall/pcinstall.cfg.zfs
3400 # pc-sysinstall
3401 OLD_FILES+=usr/sbin/pc-sysinstall
3402 OLD_FILES+=usr/share/man/man8/pc-sysinstall.8.gz
3403 OLD_DIRS+=usr/share/pc-sysinstall/backend
3404 OLD_DIRS+=usr/share/pc-sysinstall/backend-partmanager
3405 OLD_DIRS+=usr/share/pc-sysinstall/backend-query
3406 OLD_DIRS+=usr/share/pc-sysinstall/conf/license
3407 OLD_DIRS+=usr/share/pc-sysinstall/conf
3408 OLD_DIRS+=usr/share/pc-sysinstall/doc
3409 OLD_DIRS+=usr/share/pc-sysinstall
3410 OLD_DIRS+=usr/share/examples/pc-sysinstall
3411 .endif
3412
3413 .if ${MK_PF} == no
3414 OLD_FILES+=etc/periodic/security/520.pfdenied
3415 OLD_FILES+=etc/pf.os
3416 OLD_FILES+=etc/rc.d/ftp-proxy
3417 OLD_FILES+=sbin/pfctl
3418 OLD_FILES+=sbin/pflogd
3419 OLD_FILES+=usr/libexec/tftp-proxy
3420 OLD_FILES+=usr/sbin/ftp-proxy
3421 OLD_FILES+=usr/share/examples/etc/pf.os
3422 OLD_FILES+=usr/share/examples/pf/ackpri
3423 OLD_FILES+=usr/share/examples/pf/faq-example1
3424 OLD_FILES+=usr/share/examples/pf/faq-example2
3425 OLD_FILES+=usr/share/examples/pf/faq-example3
3426 OLD_FILES+=usr/share/examples/pf/pf.conf
3427 OLD_FILES+=usr/share/examples/pf/queue1
3428 OLD_FILES+=usr/share/examples/pf/queue2
3429 OLD_FILES+=usr/share/examples/pf/queue3
3430 OLD_FILES+=usr/share/examples/pf/queue4
3431 OLD_FILES+=usr/share/examples/pf/spamd
3432 OLD_FILES+=usr/share/man/man4/pf.4.gz
3433 OLD_FILES+=usr/share/man/man4/pflog.4.gz
3434 OLD_FILES+=usr/share/man/man4/pfsync.4.gz
3435 OLD_FILES+=usr/share/man/man5/pf.conf.5.gz
3436 OLD_FILES+=usr/share/man/man5/pf.os.5.gz
3437 OLD_FILES+=usr/share/man/man8/ftp-proxy.8.gz
3438 OLD_FILES+=usr/share/man/man8/pfctl.8.gz
3439 OLD_FILES+=usr/share/man/man8/pflogd.8.gz
3440 OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
3441 .endif
3442
3443 .if ${MK_PKGBOOTSTRAP} == no
3444 OLD_FILES+=usr/sbin/pkg
3445 OLD_FILES+=usr/share/man/man7/pkg.7.gz
3446 .endif
3447
3448 .if ${MK_PKGTOOLS} == no
3449 OLD_FILES+=etc/periodic/daily/490.status-pkg-changes
3450 OLD_FILES+=etc/periodic/security/460.chkportsum
3451 OLD_FILES+=etc/periodic/weekly/400.status-pkg
3452 OLD_FILES+=usr/include/pkg.h
3453 OLD_FILES+=usr/lib/libpkg.a
3454 OLD_FILES+=usr/lib/libpkg.so
3455 OLD_LIBS+=usr/lib/libpkg.so.0
3456 OLD_FILES+=usr/sbin/pkg_add
3457 OLD_FILES+=usr/sbin/pkg_create
3458 OLD_FILES+=usr/sbin/pkg_delete
3459 OLD_FILES+=usr/sbin/pkg_info
3460 OLD_FILES+=usr/sbin/pkg_updating
3461 OLD_FILES+=usr/sbin/pkg_version
3462 OLD_FILES+=usr/share/man/man1/pkg_add.1.gz
3463 OLD_FILES+=usr/share/man/man1/pkg_create.1.gz
3464 OLD_FILES+=usr/share/man/man1/pkg_delete.1.gz
3465 OLD_FILES+=usr/share/man/man1/pkg_info.1.gz
3466 OLD_FILES+=usr/share/man/man1/pkg_updating.1.gz
3467 OLD_FILES+=usr/share/man/man1/pkg_version.1.gz
3468 .endif
3469
3470 .if ${MK_PORTSNAP} == no
3471 OLD_FILES+=etc/portsnap.conf
3472 OLD_FILES+=usr/libexec/make_index
3473 OLD_FILES+=usr/libexec/phttpget
3474 OLD_FILES+=usr/sbin/portsnap
3475 OLD_FILES+=usr/share/examples/etc/portsnap.conf
3476 OLD_FILES+=usr/share/man/man8/portsnap.8.gz
3477 .endif
3478
3479 .if ${MK_PPP} == no
3480 OLD_FILES+=etc/ppp/ppp.conf
3481 OLD_FILES+=usr/sbin/ppp
3482 OLD_FILES+=usr/sbin/pppctl
3483 OLD_FILES+=usr/share/man/man8/ppp.8.gz
3484 OLD_FILES+=usr/share/man/man8/pppctl.8.gz
3485 .endif
3486
3487 .if ${MK_PROFILE} == no
3488 OLD_FILES+=usr/lib/libalias_cuseeme_p.a
3489 OLD_FILES+=usr/lib/libalias_dummy_p.a
3490 OLD_FILES+=usr/lib/libalias_ftp_p.a
3491 OLD_FILES+=usr/lib/libalias_irc_p.a
3492 OLD_FILES+=usr/lib/libalias_nbt_p.a
3493 OLD_FILES+=usr/lib/libalias_p.a
3494 OLD_FILES+=usr/lib/libalias_pptp_p.a
3495 OLD_FILES+=usr/lib/libalias_skinny_p.a
3496 OLD_FILES+=usr/lib/libalias_smedia_p.a
3497 OLD_FILES+=usr/lib/libarchive_p.a
3498 OLD_FILES+=usr/lib/libasn1_p.a
3499 OLD_FILES+=usr/lib/libbegemot_p.a
3500 OLD_FILES+=usr/lib/libbluetooth_p.a
3501 OLD_FILES+=usr/lib/libbsdxml_p.a
3502 OLD_FILES+=usr/lib/libbsm_p.a
3503 OLD_FILES+=usr/lib/libbsnmp_p.a
3504 OLD_FILES+=usr/lib/libbz2_p.a
3505 OLD_FILES+=usr/lib/libc_p.a
3506 OLD_FILES+=usr/lib/libcalendar_p.a
3507 OLD_FILES+=usr/lib/libcam_p.a
3508 OLD_FILES+=usr/lib/libcom_err_p.a
3509 OLD_FILES+=usr/lib/libcompat_p.a
3510 OLD_FILES+=usr/lib/libcrypt_p.a
3511 OLD_FILES+=usr/lib/libcrypto_p.a
3512 OLD_FILES+=usr/lib/libcurses_p.a
3513 OLD_FILES+=usr/lib/libcursesw_p.a
3514 OLD_FILES+=usr/lib/libdevinfo_p.a
3515 OLD_FILES+=usr/lib/libdevstat_p.a
3516 OLD_FILES+=usr/lib/libdialog_p.a
3517 OLD_FILES+=usr/lib/libedit_p.a
3518 OLD_FILES+=usr/lib/libelf_p.a
3519 OLD_FILES+=usr/lib/libfetch_p.a
3520 OLD_FILES+=usr/lib/libfl_p.a
3521 OLD_FILES+=usr/lib/libform_p.a
3522 OLD_FILES+=usr/lib/libformw_p.a
3523 OLD_FILES+=usr/lib/libftpio_p.a
3524 OLD_FILES+=usr/lib/libgcc_p.a
3525 OLD_FILES+=usr/lib/libgeom_p.a
3526 OLD_FILES+=usr/lib/libgnuregex_p.a
3527 OLD_FILES+=usr/lib/libgpib_p.a
3528 OLD_FILES+=usr/lib/libgssapi_krb5_p.a
3529 OLD_FILES+=usr/lib/libgssapi_p.a
3530 OLD_FILES+=usr/lib/libhdb_p.a
3531 OLD_FILES+=usr/lib/libhistory_p.a
3532 OLD_FILES+=usr/lib/libipsec_p.a
3533 OLD_FILES+=usr/lib/libipx_p.a
3534 OLD_FILES+=usr/lib/libjail_p.a
3535 OLD_FILES+=usr/lib/libkadm5clnt_p.a
3536 OLD_FILES+=usr/lib/libkadm5srv_p.a
3537 OLD_FILES+=usr/lib/libkafs5_p.a
3538 OLD_FILES+=usr/lib/libkiconv_p.a
3539 OLD_FILES+=usr/lib/libkrb5_p.a
3540 OLD_FILES+=usr/lib/libkvm_p.a
3541 OLD_FILES+=usr/lib/libl_p.a
3542 OLD_FILES+=usr/lib/libln_p.a
3543 OLD_FILES+=usr/lib/liblwres_p.a
3544 OLD_FILES+=usr/lib/libm_p.a
3545 OLD_FILES+=usr/lib/libmagic_p.a
3546 OLD_FILES+=usr/lib/libmd_p.a
3547 OLD_FILES+=usr/lib/libmemstat_p.a
3548 OLD_FILES+=usr/lib/libmenu_p.a
3549 OLD_FILES+=usr/lib/libmenuw_p.a
3550 OLD_FILES+=usr/lib/libmilter_p.a
3551 OLD_FILES+=usr/lib/libmp_p.a
3552 OLD_FILES+=usr/lib/libncp_p.a
3553 OLD_FILES+=usr/lib/libncurses_p.a
3554 OLD_FILES+=usr/lib/libncursesw_p.a
3555 OLD_FILES+=usr/lib/libnetgraph_p.a
3556 OLD_FILES+=usr/lib/libngatm_p.a
3557 OLD_FILES+=usr/lib/libobjc_p.a
3558 OLD_FILES+=usr/lib/libopie_p.a
3559 OLD_FILES+=usr/lib/libpanel_p.a
3560 OLD_FILES+=usr/lib/libpanelw_p.a
3561 OLD_FILES+=usr/lib/libpcap_p.a
3562 OLD_FILES+=usr/lib/libpmc_p.a
3563 OLD_FILES+=usr/lib/libpthread_p.a
3564 OLD_FILES+=usr/lib/libradius_p.a
3565 OLD_FILES+=usr/lib/libreadline_p.a
3566 OLD_FILES+=usr/lib/libroken_p.a
3567 OLD_FILES+=usr/lib/librpcsvc_p.a
3568 OLD_FILES+=usr/lib/librt_p.a
3569 OLD_FILES+=usr/lib/libsbuf_p.a
3570 OLD_FILES+=usr/lib/libsdp_p.a
3571 OLD_FILES+=usr/lib/libsmb_p.a
3572 OLD_FILES+=usr/lib/libssl_p.a
3573 OLD_FILES+=usr/lib/libstdc++_p.a
3574 OLD_FILES+=usr/lib/libsupc++_p.a
3575 OLD_FILES+=usr/lib/libtacplus_p.a
3576 OLD_FILES+=usr/lib/libtermcap_p.a
3577 OLD_FILES+=usr/lib/libtermcapw_p.a
3578 OLD_FILES+=usr/lib/libtermlib_p.a
3579 OLD_FILES+=usr/lib/libtermlibw_p.a
3580 OLD_FILES+=usr/lib/libthr_p.a
3581 OLD_FILES+=usr/lib/libthread_db_p.a
3582 OLD_FILES+=usr/lib/libtinfo_p.a
3583 OLD_FILES+=usr/lib/libtinfow_p.a
3584 OLD_FILES+=usr/lib/libufs_p.a
3585 OLD_FILES+=usr/lib/libugidfw_p.a
3586 OLD_FILES+=usr/lib/libusbhid_p.a
3587 OLD_FILES+=usr/lib/libutil_p.a
3588 OLD_FILES+=usr/lib/libvgl_p.a
3589 OLD_FILES+=usr/lib/libwrap_p.a
3590 OLD_FILES+=usr/lib/liby_p.a
3591 OLD_FILES+=usr/lib/libypclnt_p.a
3592 OLD_FILES+=usr/lib/libz_p.a
3593 OLD_FILES+=usr/lib/private/libldns_p.a
3594 OLD_FILES+=usr/lib/private/libssh_p.a
3595 .endif
3596
3597 .if ${MK_RCMDS} == no
3598 OLD_FILES+=bin/rcp
3599 OLD_FILES+=etc/rc.d/rwho
3600 OLD_FILES+=etc/periodic/daily/140.clean-rwho 
3601 OLD_FILES+=etc/periodic/daily/430.status-rwho
3602 OLD_FILES+=rescue/rcp
3603 OLD_FILES+=usr/bin/rlogin
3604 OLD_FILES+=usr/bin/rsh
3605 OLD_FILES+=usr/bin/ruptime
3606 OLD_FILES+=usr/bin/rwho
3607 OLD_FILES+=usr/libexec/rlogind
3608 OLD_FILES+=usr/libexec/rshd
3609 OLD_FILES+=usr/sbin/rwhod
3610 OLD_FILES+=usr/share/man/man1/rcp.1.gz
3611 OLD_FILES+=usr/share/man/man1/rlogin.1.gz
3612 OLD_FILES+=usr/share/man/man1/rsh.1.gz
3613 OLD_FILES+=usr/share/man/man1/ruptime.1.gz
3614 OLD_FILES+=usr/share/man/man1/rwho.1.gz
3615 OLD_FILES+=usr/share/man/man8/rlogind.8.gz
3616 OLD_FILES+=usr/share/man/man8/rshd.8.gz
3617 OLD_FILES+=usr/share/man/man8/rwhod.8.gz
3618 .endif
3619
3620 .if ${MK_RCS} == no
3621 OLD_FILES+=usr/bin/ci
3622 OLD_FILES+=usr/bin/co
3623 OLD_FILES+=usr/bin/ident
3624 OLD_FILES+=usr/bin/merge
3625 OLD_FILES+=usr/bin/rcs
3626 OLD_FILES+=usr/bin/rcsclean
3627 OLD_FILES+=usr/bin/rcsdiff
3628 OLD_FILES+=usr/bin/rcsfreeze
3629 OLD_FILES+=usr/bin/rcsmerge
3630 OLD_FILES+=usr/bin/rlog
3631 OLD_FILES+=usr/share/man/man1/ci.1.gz
3632 OLD_FILES+=usr/share/man/man1/co.1.gz
3633 OLD_FILES+=usr/share/man/man1/ident.1.gz
3634 OLD_FILES+=usr/share/man/man1/merge.1.gz
3635 OLD_FILES+=usr/share/man/man1/rcs.1.gz
3636 OLD_FILES+=usr/share/man/man1/rcsclean.1.gz
3637 OLD_FILES+=usr/share/man/man1/rcsdiff.1.gz
3638 OLD_FILES+=usr/share/man/man1/rcsfreeze.1.gz
3639 OLD_FILES+=usr/share/man/man1/rcsintro.1.gz
3640 OLD_FILES+=usr/share/man/man1/rcsmerge.1.gz
3641 OLD_FILES+=usr/share/man/man1/rlog.1.gz
3642 OLD_FILES+=usr/share/man/man5/rcsfile.5.gz
3643 .endif
3644
3645 #.if ${MK_RESCUE} == no
3646 # to be filled in or replaced with a special target
3647 #.endif
3648
3649 .if ${MK_ROUTED} == no
3650 OLD_FILES+=sbin/routed
3651 OLD_FILES+=sbin/rtquery
3652 OLD_FILES+=usr/share/man/man8/routed.8.gz
3653 OLD_FILES+=usr/share/man/man8/rtquery.8.gz
3654 .endif
3655
3656 .if ${MK_SENDMAIL} == no
3657 OLD_FILES+=etc/periodic/daily/150.clean-hoststat
3658 OLD_FILES+=etc/periodic/daily/440.status-mailq
3659 OLD_FILES+=etc/periodic/daily/460.status-mail-rejects
3660 OLD_FILES+=etc/periodic/daily/500.queuerun
3661 .if ${MK_MAILWRAPPER} == no
3662 OLD_FILES+=bin/rmail
3663 .endif
3664 OLD_FILES+=usr/bin/vacation
3665 OLD_FILES+=usr/include/libmilter/mfapi.h
3666 OLD_FILES+=usr/include/libmilter/mfdef.h
3667 OLD_FILES+=usr/lib/libmilter.a
3668 OLD_LIBS+=usr/lib/libmilter.so.5
3669 OLD_FILES+=usr/lib/libmilter_p.a
3670 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
3671 OLD_FILES+=usr/lib32/libmilter.a
3672 OLD_LIBS+=usr/lib32/libmilter.so.5
3673 OLD_FILES+=usr/lib32/libmilter_p.a
3674 .endif
3675 OLD_FILES+=usr/libexec/mail.local
3676 OLD_FILES+=usr/libexec/sendmail/sendmail
3677 OLD_FILES+=usr/libexec/smrsh
3678 OLD_FILES+=usr/sbin/editmap
3679 OLD_FILES+=usr/sbin/mailstats
3680 OLD_FILES+=usr/sbin/makemap
3681 OLD_FILES+=usr/sbin/praliases
3682 OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
3683 OLD_FILES+=usr/share/man/man1/mailq.1.gz
3684 OLD_FILES+=usr/share/man/man1/newaliases.1.gz
3685 OLD_FILES+=usr/share/man/man1/vacation.1.gz
3686 OLD_FILES+=usr/share/man/man5/aliases.5.gz
3687 OLD_FILES+=usr/share/man/man8/editmap.8.gz
3688 OLD_FILES+=usr/share/man/man8/hoststat.8.gz
3689 OLD_FILES+=usr/share/man/man8/mail.local.8.gz
3690 OLD_FILES+=usr/share/man/man8/mailstats.8.gz
3691 OLD_FILES+=usr/share/man/man8/makemap.8.gz
3692 OLD_FILES+=usr/share/man/man8/praliases.8.gz
3693 OLD_FILES+=usr/share/man/man8/purgestat.8.gz
3694 OLD_FILES+=usr/share/man/man8/rmail.8.gz
3695 OLD_FILES+=usr/share/man/man8/sendmail.8.gz
3696 OLD_FILES+=usr/share/man/man8/smrsh.8.gz
3697 OLD_FILES+=usr/share/sendmail/cf/README
3698 OLD_FILES+=usr/share/sendmail/cf/cf/Makefile
3699 OLD_FILES+=usr/share/sendmail/cf/cf/README
3700 OLD_FILES+=usr/share/sendmail/cf/cf/chez.cs.mc
3701 OLD_FILES+=usr/share/sendmail/cf/cf/clientproto.mc
3702 OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux10.mc
3703 OLD_FILES+=usr/share/sendmail/cf/cf/cs-hpux9.mc
3704 OLD_FILES+=usr/share/sendmail/cf/cf/cs-osf1.mc
3705 OLD_FILES+=usr/share/sendmail/cf/cf/cs-solaris2.mc
3706 OLD_FILES+=usr/share/sendmail/cf/cf/cs-sunos4.1.mc
3707 OLD_FILES+=usr/share/sendmail/cf/cf/cs-ultrix4.mc
3708 OLD_FILES+=usr/share/sendmail/cf/cf/cyrusproto.mc
3709 OLD_FILES+=usr/share/sendmail/cf/cf/generic-bsd4.4.mc
3710 OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux10.mc
3711 OLD_FILES+=usr/share/sendmail/cf/cf/generic-hpux9.mc
3712 OLD_FILES+=usr/share/sendmail/cf/cf/generic-linux.mc
3713 OLD_FILES+=usr/share/sendmail/cf/cf/generic-mpeix.mc
3714 OLD_FILES+=usr/share/sendmail/cf/cf/generic-nextstep3.3.mc
3715 OLD_FILES+=usr/share/sendmail/cf/cf/generic-osf1.mc
3716 OLD_FILES+=usr/share/sendmail/cf/cf/generic-solaris.mc
3717 OLD_FILES+=usr/share/sendmail/cf/cf/generic-sunos4.1.mc
3718 OLD_FILES+=usr/share/sendmail/cf/cf/generic-ultrix4.mc
3719 OLD_FILES+=usr/share/sendmail/cf/cf/huginn.cs.mc
3720 OLD_FILES+=usr/share/sendmail/cf/cf/knecht.mc
3721 OLD_FILES+=usr/share/sendmail/cf/cf/mail.cs.mc
3722 OLD_FILES+=usr/share/sendmail/cf/cf/mail.eecs.mc
3723 OLD_FILES+=usr/share/sendmail/cf/cf/mailspool.cs.mc
3724 OLD_FILES+=usr/share/sendmail/cf/cf/python.cs.mc
3725 OLD_FILES+=usr/share/sendmail/cf/cf/s2k-osf1.mc
3726 OLD_FILES+=usr/share/sendmail/cf/cf/s2k-ultrix4.mc
3727 OLD_FILES+=usr/share/sendmail/cf/cf/submit.cf
3728 OLD_FILES+=usr/share/sendmail/cf/cf/submit.mc
3729 OLD_FILES+=usr/share/sendmail/cf/cf/tcpproto.mc
3730 OLD_FILES+=usr/share/sendmail/cf/cf/ucbarpa.mc
3731 OLD_FILES+=usr/share/sendmail/cf/cf/ucbvax.mc
3732 OLD_FILES+=usr/share/sendmail/cf/cf/uucpproto.mc
3733 OLD_FILES+=usr/share/sendmail/cf/cf/vangogh.cs.mc
3734 OLD_FILES+=usr/share/sendmail/cf/domain/Berkeley.EDU.m4
3735 OLD_FILES+=usr/share/sendmail/cf/domain/CS.Berkeley.EDU.m4
3736 OLD_FILES+=usr/share/sendmail/cf/domain/EECS.Berkeley.EDU.m4
3737 OLD_FILES+=usr/share/sendmail/cf/domain/S2K.Berkeley.EDU.m4
3738 OLD_FILES+=usr/share/sendmail/cf/domain/berkeley-only.m4
3739 OLD_FILES+=usr/share/sendmail/cf/domain/generic.m4
3740 OLD_FILES+=usr/share/sendmail/cf/feature/accept_unqualified_senders.m4
3741 OLD_FILES+=usr/share/sendmail/cf/feature/accept_unresolvable_domains.m4
3742 OLD_FILES+=usr/share/sendmail/cf/feature/access_db.m4
3743 OLD_FILES+=usr/share/sendmail/cf/feature/allmasquerade.m4
3744 OLD_FILES+=usr/share/sendmail/cf/feature/always_add_domain.m4
3745 OLD_FILES+=usr/share/sendmail/cf/feature/authinfo.m4
3746 OLD_FILES+=usr/share/sendmail/cf/feature/badmx.m4
3747 OLD_FILES+=usr/share/sendmail/cf/feature/bestmx_is_local.m4
3748 OLD_FILES+=usr/share/sendmail/cf/feature/bitdomain.m4
3749 OLD_FILES+=usr/share/sendmail/cf/feature/blacklist_recipients.m4
3750 OLD_FILES+=usr/share/sendmail/cf/feature/block_bad_helo.m4
3751 OLD_FILES+=usr/share/sendmail/cf/feature/compat_check.m4
3752 OLD_FILES+=usr/share/sendmail/cf/feature/conncontrol.m4
3753 OLD_FILES+=usr/share/sendmail/cf/feature/delay_checks.m4
3754 OLD_FILES+=usr/share/sendmail/cf/feature/dnsbl.m4
3755 OLD_FILES+=usr/share/sendmail/cf/feature/domaintable.m4
3756 OLD_FILES+=usr/share/sendmail/cf/feature/enhdnsbl.m4
3757 OLD_FILES+=usr/share/sendmail/cf/feature/generics_entire_domain.m4
3758 OLD_FILES+=usr/share/sendmail/cf/feature/genericstable.m4
3759 OLD_FILES+=usr/share/sendmail/cf/feature/greet_pause.m4
3760 OLD_FILES+=usr/share/sendmail/cf/feature/ldap_routing.m4
3761 OLD_FILES+=usr/share/sendmail/cf/feature/limited_masquerade.m4
3762 OLD_FILES+=usr/share/sendmail/cf/feature/local_lmtp.m4
3763 OLD_FILES+=usr/share/sendmail/cf/feature/local_no_masquerade.m4
3764 OLD_FILES+=usr/share/sendmail/cf/feature/local_procmail.m4
3765 OLD_FILES+=usr/share/sendmail/cf/feature/lookupdotdomain.m4
3766 OLD_FILES+=usr/share/sendmail/cf/feature/loose_relay_check.m4
3767 OLD_FILES+=usr/share/sendmail/cf/feature/mailertable.m4
3768 OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_entire_domain.m4
3769 OLD_FILES+=usr/share/sendmail/cf/feature/masquerade_envelope.m4
3770 OLD_FILES+=usr/share/sendmail/cf/feature/msp.m4
3771 OLD_FILES+=usr/share/sendmail/cf/feature/mtamark.m4
3772 OLD_FILES+=usr/share/sendmail/cf/feature/no_default_msa.m4
3773 OLD_FILES+=usr/share/sendmail/cf/feature/nocanonify.m4
3774 OLD_FILES+=usr/share/sendmail/cf/feature/notsticky.m4
3775 OLD_FILES+=usr/share/sendmail/cf/feature/nouucp.m4
3776 OLD_FILES+=usr/share/sendmail/cf/feature/nullclient.m4
3777 OLD_FILES+=usr/share/sendmail/cf/feature/preserve_local_plus_detail.m4
3778 OLD_FILES+=usr/share/sendmail/cf/feature/preserve_luser_host.m4
3779 OLD_FILES+=usr/share/sendmail/cf/feature/promiscuous_relay.m4
3780 OLD_FILES+=usr/share/sendmail/cf/feature/queuegroup.m4
3781 OLD_FILES+=usr/share/sendmail/cf/feature/ratecontrol.m4
3782 OLD_FILES+=usr/share/sendmail/cf/feature/redirect.m4
3783 OLD_FILES+=usr/share/sendmail/cf/feature/relay_based_on_MX.m4
3784 OLD_FILES+=usr/share/sendmail/cf/feature/relay_entire_domain.m4
3785 OLD_FILES+=usr/share/sendmail/cf/feature/relay_hosts_only.m4
3786 OLD_FILES+=usr/share/sendmail/cf/feature/relay_local_from.m4
3787 OLD_FILES+=usr/share/sendmail/cf/feature/relay_mail_from.m4
3788 OLD_FILES+=usr/share/sendmail/cf/feature/require_rdns.m4
3789 OLD_FILES+=usr/share/sendmail/cf/feature/smrsh.m4
3790 OLD_FILES+=usr/share/sendmail/cf/feature/stickyhost.m4
3791 OLD_FILES+=usr/share/sendmail/cf/feature/use_client_ptr.m4
3792 OLD_FILES+=usr/share/sendmail/cf/feature/use_ct_file.m4
3793 OLD_FILES+=usr/share/sendmail/cf/feature/use_cw_file.m4
3794 OLD_FILES+=usr/share/sendmail/cf/feature/uucpdomain.m4
3795 OLD_FILES+=usr/share/sendmail/cf/feature/virtuser_entire_domain.m4
3796 OLD_FILES+=usr/share/sendmail/cf/feature/virtusertable.m4
3797 OLD_FILES+=usr/share/sendmail/cf/hack/cssubdomain.m4
3798 OLD_FILES+=usr/share/sendmail/cf/m4/cf.m4
3799 OLD_FILES+=usr/share/sendmail/cf/m4/cfhead.m4
3800 OLD_FILES+=usr/share/sendmail/cf/m4/proto.m4
3801 OLD_FILES+=usr/share/sendmail/cf/m4/version.m4
3802 OLD_FILES+=usr/share/sendmail/cf/mailer/cyrus.m4
3803 OLD_FILES+=usr/share/sendmail/cf/mailer/cyrusv2.m4
3804 OLD_FILES+=usr/share/sendmail/cf/mailer/fax.m4
3805 OLD_FILES+=usr/share/sendmail/cf/mailer/local.m4
3806 OLD_FILES+=usr/share/sendmail/cf/mailer/mail11.m4
3807 OLD_FILES+=usr/share/sendmail/cf/mailer/phquery.m4
3808 OLD_FILES+=usr/share/sendmail/cf/mailer/pop.m4
3809 OLD_FILES+=usr/share/sendmail/cf/mailer/procmail.m4
3810 OLD_FILES+=usr/share/sendmail/cf/mailer/qpage.m4
3811 OLD_FILES+=usr/share/sendmail/cf/mailer/smtp.m4
3812 OLD_FILES+=usr/share/sendmail/cf/mailer/usenet.m4
3813 OLD_FILES+=usr/share/sendmail/cf/mailer/uucp.m4
3814 OLD_FILES+=usr/share/sendmail/cf/ostype/a-ux.m4
3815 OLD_FILES+=usr/share/sendmail/cf/ostype/aix3.m4
3816 OLD_FILES+=usr/share/sendmail/cf/ostype/aix4.m4
3817 OLD_FILES+=usr/share/sendmail/cf/ostype/aix5.m4
3818 OLD_FILES+=usr/share/sendmail/cf/ostype/altos.m4
3819 OLD_FILES+=usr/share/sendmail/cf/ostype/amdahl-uts.m4
3820 OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.3.m4
3821 OLD_FILES+=usr/share/sendmail/cf/ostype/bsd4.4.m4
3822 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi.m4
3823 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi1.0.m4
3824 OLD_FILES+=usr/share/sendmail/cf/ostype/bsdi2.0.m4
3825 OLD_FILES+=usr/share/sendmail/cf/ostype/darwin.m4
3826 OLD_FILES+=usr/share/sendmail/cf/ostype/dgux.m4
3827 OLD_FILES+=usr/share/sendmail/cf/ostype/domainos.m4
3828 OLD_FILES+=usr/share/sendmail/cf/ostype/dragonfly.m4
3829 OLD_FILES+=usr/share/sendmail/cf/ostype/dynix3.2.m4
3830 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd4.m4
3831 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd5.m4
3832 OLD_FILES+=usr/share/sendmail/cf/ostype/freebsd6.m4
3833 OLD_FILES+=usr/share/sendmail/cf/ostype/gnu.m4
3834 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux10.m4
3835 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux11.m4
3836 OLD_FILES+=usr/share/sendmail/cf/ostype/hpux9.m4
3837 OLD_FILES+=usr/share/sendmail/cf/ostype/irix4.m4
3838 OLD_FILES+=usr/share/sendmail/cf/ostype/irix5.m4
3839 OLD_FILES+=usr/share/sendmail/cf/ostype/irix6.m4
3840 OLD_FILES+=usr/share/sendmail/cf/ostype/isc4.1.m4
3841 OLD_FILES+=usr/share/sendmail/cf/ostype/linux.m4
3842 OLD_FILES+=usr/share/sendmail/cf/ostype/maxion.m4
3843 OLD_FILES+=usr/share/sendmail/cf/ostype/mklinux.m4
3844 OLD_FILES+=usr/share/sendmail/cf/ostype/mpeix.m4
3845 OLD_FILES+=usr/share/sendmail/cf/ostype/nextstep.m4
3846 OLD_FILES+=usr/share/sendmail/cf/ostype/openbsd.m4
3847 OLD_FILES+=usr/share/sendmail/cf/ostype/osf1.m4
3848 OLD_FILES+=usr/share/sendmail/cf/ostype/powerux.m4
3849 OLD_FILES+=usr/share/sendmail/cf/ostype/ptx2.m4
3850 OLD_FILES+=usr/share/sendmail/cf/ostype/qnx.m4
3851 OLD_FILES+=usr/share/sendmail/cf/ostype/riscos4.5.m4
3852 OLD_FILES+=usr/share/sendmail/cf/ostype/sco-uw-2.1.m4
3853 OLD_FILES+=usr/share/sendmail/cf/ostype/sco3.2.m4
3854 OLD_FILES+=usr/share/sendmail/cf/ostype/sinix.m4
3855 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.m4
3856 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.ml.m4
3857 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris2.pre5.m4
3858 OLD_FILES+=usr/share/sendmail/cf/ostype/solaris8.m4
3859 OLD_FILES+=usr/share/sendmail/cf/ostype/sunos3.5.m4
3860 OLD_FILES+=usr/share/sendmail/cf/ostype/sunos4.1.m4
3861 OLD_FILES+=usr/share/sendmail/cf/ostype/svr4.m4
3862 OLD_FILES+=usr/share/sendmail/cf/ostype/ultrix4.m4
3863 OLD_FILES+=usr/share/sendmail/cf/ostype/unicos.m4
3864 OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmk.m4
3865 OLD_FILES+=usr/share/sendmail/cf/ostype/unicosmp.m4
3866 OLD_FILES+=usr/share/sendmail/cf/ostype/unixware7.m4
3867 OLD_FILES+=usr/share/sendmail/cf/ostype/unknown.m4
3868 OLD_FILES+=usr/share/sendmail/cf/ostype/uxpds.m4
3869 OLD_FILES+=usr/share/sendmail/cf/sendmail.schema
3870 OLD_FILES+=usr/share/sendmail/cf/sh/makeinfo.sh
3871 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.cogsci.m4
3872 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.old.arpa.m4
3873 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbarpa.m4
3874 OLD_FILES+=usr/share/sendmail/cf/siteconfig/uucp.ucbvax.m4
3875 .endif
3876
3877 #.if ${MK_SHAREDOCS} == no
3878 # to be filled in
3879 #.endif
3880
3881 #.if ${MK_SYSCONS} == no
3882 # to be filled in
3883 #.endif
3884
3885 .if ${MK_TALK} == no
3886 OLD_FILES+=usr/bin/talk
3887 OLD_FILES+=usr/libexec/ntalkd
3888 OLD_FILES+=usr/share/man/man1/talk.1.gz
3889 OLD_FILES+=usr/share/man/man8/talkd.8.gz
3890 .endif
3891
3892 .if ${MK_TCSH} == no
3893 OLD_FILES+=bin/csh
3894 OLD_FILES+=bin/tcsh
3895 OLD_FILES+=rescue/csh
3896 OLD_FILES+=rescue/tcsh
3897 OLD_FILES+=usr/share/examples/tcsh/complete.tcsh
3898 OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
3899 OLD_FILES+=usr/share/man/man1/csh.1.gz
3900 OLD_FILES+=usr/share/man/man1/tcsh.1.gz
3901 OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
3902 OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
3903 OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
3904 OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
3905 OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
3906 OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
3907 OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
3908 OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
3909 OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
3910 OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
3911 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
3912 OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
3913 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
3914 OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
3915 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
3916 OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
3917 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
3918 OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
3919 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
3920 OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
3921 OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
3922 OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
3923 OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
3924 OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
3925 OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
3926 OLD_FILES+=usr/share/nls/ru_RU.KOI8-R/tcsh.cat
3927 OLD_FILES+=usr/share/nls/uk_UA.KOI8-U/tcsh.cat
3928 .endif
3929
3930 .if ${MK_TELNET} == no
3931 OLD_FILES+=usr/bin/telnet
3932 OLD_FILES+=usr/libexec/telnetd
3933 OLD_FILES+=usr/share/man/man1/telnet.1.gz
3934 OLD_FILES+=usr/share/man/man8/telnetd.8.gz
3935 .endif
3936
3937 #.if ${MK_TOOLCHAIN} == no
3938 # to be filled in
3939 #.endif
3940
3941 .if ${MK_USB} == no
3942 OLD_FILES+=etc/devd/uath.conf
3943 OLD_FILES+=etc/devd/uauth.conf
3944 OLD_FILES+=etc/devd/ulpt.conf
3945 OLD_FILES+=etc/devd/usb.conf
3946 OLD_FILES+=usr/bin/usbhidaction
3947 OLD_FILES+=usr/bin/usbhidctl
3948 OLD_FILES+=usr/include/libusb.h
3949 OLD_FILES+=usr/include/libusb20.h
3950 OLD_FILES+=usr/include/libusb20_desc.h
3951 OLD_FILES+=usr/include/usb.h
3952 OLD_FILES+=usr/include/usbhid.h
3953 OLD_FILES+=usr/lib/libusb.a
3954 OLD_FILES+=usr/lib/libusb.so
3955 OLD_LIBS+=usr/lib/libusb.so.3
3956 OLD_FILES+=usr/lib/libusb_p.a
3957 OLD_FILES+=usr/lib/libusbhid.a
3958 OLD_FILES+=usr/lib/libusbhid.so
3959 OLD_LIBS+=usr/lib/libusbhid.so.4
3960 OLD_FILES+=usr/lib/libusbhid_p.a
3961 OLD_FILES+=usr/lib32/libusb.a
3962 OLD_FILES+=usr/lib32/libusb.so
3963 OLD_LIBS+=usr/lib32/libusb.so.3
3964 OLD_FILES+=usr/lib32/libusb_p.a
3965 OLD_FILES+=usr/lib32/libusbhid.a
3966 OLD_FILES+=usr/lib32/libusbhid.so
3967 OLD_LIBS+=usr/lib32/libusbhid.so.4
3968 OLD_FILES+=usr/lib32/libusbhid_p.a
3969 OLD_FILES+=usr/libdata/pkgconfig/libusb-0.1.pc
3970 OLD_FILES+=usr/libdata/pkgconfig/libusb-1.0.pc
3971 OLD_FILES+=usr/libdata/pkgconfig/libusb-2.0.pc
3972 OLD_FILES+=usr/sbin/uathload
3973 OLD_FILES+=usr/sbin/uhsoctl
3974 OLD_FILES+=usr/sbin/usbconfig
3975 OLD_FILES+=usr/sbin/usbdump
3976 OLD_FILES+=usr/share/man/man1/uhsoctl.1.gz
3977 OLD_FILES+=usr/share/man/man1/usbhidaction.1.gz
3978 OLD_FILES+=usr/share/man/man1/usbhidctl.1.gz
3979 OLD_FILES+=usr/share/man/man3/hid_dispose_report_desc.3.gz
3980 OLD_FILES+=usr/share/man/man3/hid_end_parse.3.gz
3981 OLD_FILES+=usr/share/man/man3/hid_get_data.3.gz
3982 OLD_FILES+=usr/share/man/man3/hid_get_item.3.gz
3983 OLD_FILES+=usr/share/man/man3/hid_get_report_desc.3.gz
3984 OLD_FILES+=usr/share/man/man3/hid_init.3.gz
3985 OLD_FILES+=usr/share/man/man3/hid_locate.3.gz
3986 OLD_FILES+=usr/share/man/man3/hid_report_size.3.gz
3987 OLD_FILES+=usr/share/man/man3/hid_set_data.3.gz
3988 OLD_FILES+=usr/share/man/man3/hid_start_parse.3.gz
3989 OLD_FILES+=usr/share/man/man3/hid_usage_in_page.3.gz
3990 OLD_FILES+=usr/share/man/man3/hid_usage_page.3.gz
3991 OLD_FILES+=usr/share/man/man3/libusb.3.gz
3992 OLD_FILES+=usr/share/man/man3/libusb20.3.gz
3993 OLD_FILES+=usr/share/man/man3/libusb20_be_add_dev_quirk.3.gz
3994 OLD_FILES+=usr/share/man/man3/libusb20_be_alloc_default.3.gz
3995 OLD_FILES+=usr/share/man/man3/libusb20_be_dequeue_device.3.gz
3996 OLD_FILES+=usr/share/man/man3/libusb20_be_device_foreach.3.gz
3997 OLD_FILES+=usr/share/man/man3/libusb20_be_enqueue_device.3.gz
3998 OLD_FILES+=usr/share/man/man3/libusb20_be_free.3.gz
3999 OLD_FILES+=usr/share/man/man3/libusb20_be_get_dev_quirk.3.gz
4000 OLD_FILES+=usr/share/man/man3/libusb20_be_get_quirk_name.3.gz
4001 OLD_FILES+=usr/share/man/man3/libusb20_be_get_template.3.gz
4002 OLD_FILES+=usr/share/man/man3/libusb20_be_remove_dev_quirk.3.gz
4003 OLD_FILES+=usr/share/man/man3/libusb20_be_set_template.3.gz
4004 OLD_FILES+=usr/share/man/man3/libusb20_desc_foreach.3.gz
4005 OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc.3.gz
4006 OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc_config.3.gz
4007 OLD_FILES+=usr/share/man/man3/libusb20_dev_check_connected.3.gz
4008 OLD_FILES+=usr/share/man/man3/libusb20_dev_close.3.gz
4009 OLD_FILES+=usr/share/man/man3/libusb20_dev_detach_kernel_driver.3.gz
4010 OLD_FILES+=usr/share/man/man3/libusb20_dev_free.3.gz
4011 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_address.3.gz
4012 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_backend_name.3.gz
4013 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_bus_number.3.gz
4014 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_config_index.3.gz
4015 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_debug.3.gz
4016 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_desc.3.gz
4017 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_device_desc.3.gz
4018 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_fd.3.gz
4019 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_iface_desc.3.gz
4020 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_info.3.gz
4021 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_mode.3.gz
4022 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_address.3.gz
4023 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_port.3.gz
4024 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_port_path.3.gz
4025 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_mode.3.gz
4026 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_usage.3.gz
4027 OLD_FILES+=usr/share/man/man3/libusb20_dev_get_speed.3.gz
4028 OLD_FILES+=usr/share/man/man3/libusb20_dev_kernel_driver_active.3.gz
4029 OLD_FILES+=usr/share/man/man3/libusb20_dev_open.3.gz
4030 OLD_FILES+=usr/share/man/man3/libusb20_dev_process.3.gz
4031 OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_simple_sync.3.gz
4032 OLD_FILES+=usr/share/man/man3/libusb20_dev_req_string_sync.3.gz
4033 OLD_FILES+=usr/share/man/man3/libusb20_dev_request_sync.3.gz
4034 OLD_FILES+=usr/share/man/man3/libusb20_dev_reset.3.gz
4035 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_alt_index.3.gz
4036 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_config_index.3.gz
4037 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_debug.3.gz
4038 OLD_FILES+=usr/share/man/man3/libusb20_dev_set_power_mode.3.gz
4039 OLD_FILES+=usr/share/man/man3/libusb20_dev_wait_process.3.gz
4040 OLD_FILES+=usr/share/man/man3/libusb20_error_name.3.gz
4041 OLD_FILES+=usr/share/man/man3/libusb20_me_decode.3.gz
4042 OLD_FILES+=usr/share/man/man3/libusb20_me_encode.3.gz
4043 OLD_FILES+=usr/share/man/man3/libusb20_me_get_1.3.gz
4044 OLD_FILES+=usr/share/man/man3/libusb20_me_get_2.3.gz
4045 OLD_FILES+=usr/share/man/man3/libusb20_strerror.3.gz
4046 OLD_FILES+=usr/share/man/man3/libusb20_tr_bulk_intr_sync.3.gz
4047 OLD_FILES+=usr/share/man/man3/libusb20_tr_callback_wrapper.3.gz
4048 OLD_FILES+=usr/share/man/man3/libusb20_tr_clear_stall_sync.3.gz
4049 OLD_FILES+=usr/share/man/man3/libusb20_tr_close.3.gz
4050 OLD_FILES+=usr/share/man/man3/libusb20_tr_drain.3.gz
4051 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_frames.3.gz
4052 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_actual_length.3.gz
4053 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_length.3.gz
4054 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_frames.3.gz
4055 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_packet_length.3.gz
4056 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_max_total_length.3.gz
4057 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_pointer.3.gz
4058 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc0.3.gz
4059 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_priv_sc1.3.gz
4060 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_status.3.gz
4061 OLD_FILES+=usr/share/man/man3/libusb20_tr_get_time_complete.3.gz
4062 OLD_FILES+=usr/share/man/man3/libusb20_tr_open.3.gz
4063 OLD_FILES+=usr/share/man/man3/libusb20_tr_pending.3.gz
4064 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_buffer.3.gz
4065 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_callback.3.gz
4066 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_flags.3.gz
4067 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_length.3.gz
4068 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc0.3.gz
4069 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_priv_sc1.3.gz
4070 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_timeout.3.gz
4071 OLD_FILES+=usr/share/man/man3/libusb20_tr_set_total_frames.3.gz
4072 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_bulk.3.gz
4073 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_control.3.gz
4074 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_intr.3.gz
4075 OLD_FILES+=usr/share/man/man3/libusb20_tr_setup_isoc.3.gz
4076 OLD_FILES+=usr/share/man/man3/libusb20_tr_start.3.gz
4077 OLD_FILES+=usr/share/man/man3/libusb20_tr_stop.3.gz
4078 OLD_FILES+=usr/share/man/man3/libusb20_tr_submit.3.gz
4079 OLD_FILES+=usr/share/man/man3/libusb_alloc_transfer.3.gz
4080 OLD_FILES+=usr/share/man/man3/libusb_attach_kernel_driver.3.gz
4081 OLD_FILES+=usr/share/man/man3/libusb_bulk_transfer.3.gz
4082 OLD_FILES+=usr/share/man/man3/libusb_cancel_transfer.3.gz
4083 OLD_FILES+=usr/share/man/man3/libusb_check_connected.3.gz
4084 OLD_FILES+=usr/share/man/man3/libusb_claim_interface.3.gz
4085 OLD_FILES+=usr/share/man/man3/libusb_clear_halt.3.gz
4086 OLD_FILES+=usr/share/man/man3/libusb_close.3.gz
4087 OLD_FILES+=usr/share/man/man3/libusb_control_transfer.3.gz
4088 OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver.3.gz
4089 OLD_FILES+=usr/share/man/man3/libusb_detach_kernel_driver_np.3.gz
4090 OLD_FILES+=usr/share/man/man3/libusb_error_name.3.gz
4091 OLD_FILES+=usr/share/man/man3/libusb_event_handler_active.3.gz
4092 OLD_FILES+=usr/share/man/man3/libusb_event_handling_ok.3.gz
4093 OLD_FILES+=usr/share/man/man3/libusb_exit.3.gz
4094 OLD_FILES+=usr/share/man/man3/libusb_free_bos_descriptor.3.gz
4095 OLD_FILES+=usr/share/man/man3/libusb_free_config_descriptor.3.gz
4096 OLD_FILES+=usr/share/man/man3/libusb_free_device_list.3.gz
4097 OLD_FILES+=usr/share/man/man3/libusb_free_ss_endpoint_comp.3.gz
4098 OLD_FILES+=usr/share/man/man3/libusb_free_transfer.3.gz
4099 OLD_FILES+=usr/share/man/man3/libusb_get_active_config_descriptor.3.gz
4100 OLD_FILES+=usr/share/man/man3/libusb_get_bus_number.3.gz
4101 OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor.3.gz
4102 OLD_FILES+=usr/share/man/man3/libusb_get_config_descriptor_by_value.3.gz
4103 OLD_FILES+=usr/share/man/man3/libusb_get_configuration.3.gz
4104 OLD_FILES+=usr/share/man/man3/libusb_get_device.3.gz
4105 OLD_FILES+=usr/share/man/man3/libusb_get_device_address.3.gz
4106 OLD_FILES+=usr/share/man/man3/libusb_get_device_descriptor.3.gz
4107 OLD_FILES+=usr/share/man/man3/libusb_get_device_list.3.gz
4108 OLD_FILES+=usr/share/man/man3/libusb_get_device_speed.3.gz
4109 OLD_FILES+=usr/share/man/man3/libusb_get_driver.3.gz
4110 OLD_FILES+=usr/share/man/man3/libusb_get_driver_np.3.gz
4111 OLD_FILES+=usr/share/man/man3/libusb_get_max_iso_packet_size.3.gz
4112 OLD_FILES+=usr/share/man/man3/libusb_get_max_packet_size.3.gz
4113 OLD_FILES+=usr/share/man/man3/libusb_get_next_timeout.3.gz
4114 OLD_FILES+=usr/share/man/man3/libusb_get_pollfds.3.gz
4115 OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor.3.gz
4116 OLD_FILES+=usr/share/man/man3/libusb_get_string_descriptor_ascii.3.gz
4117 OLD_FILES+=usr/share/man/man3/libusb_handle_events.3.gz
4118 OLD_FILES+=usr/share/man/man3/libusb_handle_events_completed.3.gz
4119 OLD_FILES+=usr/share/man/man3/libusb_handle_events_locked.3.gz
4120 OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout.3.gz
4121 OLD_FILES+=usr/share/man/man3/libusb_handle_events_timeout_completed.3.gz
4122 OLD_FILES+=usr/share/man/man3/libusb_init.3.gz
4123 OLD_FILES+=usr/share/man/man3/libusb_interrupt_transfer.3.gz
4124 OLD_FILES+=usr/share/man/man3/libusb_kernel_driver_active.3.gz
4125 OLD_FILES+=usr/share/man/man3/libusb_lock_event_waiters.3.gz
4126 OLD_FILES+=usr/share/man/man3/libusb_lock_events.3.gz
4127 OLD_FILES+=usr/share/man/man3/libusb_open.3.gz
4128 OLD_FILES+=usr/share/man/man3/libusb_open_device_with_vid_pid.3.gz
4129 OLD_FILES+=usr/share/man/man3/libusb_parse_bos_descriptor.3.gz
4130 OLD_FILES+=usr/share/man/man3/libusb_parse_ss_endpoint_comp.3.gz
4131 OLD_FILES+=usr/share/man/man3/libusb_ref_device.3.gz
4132 OLD_FILES+=usr/share/man/man3/libusb_release_interface.3.gz
4133 OLD_FILES+=usr/share/man/man3/libusb_reset_device.3.gz
4134 OLD_FILES+=usr/share/man/man3/libusb_set_configuration.3.gz
4135 OLD_FILES+=usr/share/man/man3/libusb_set_debug.3.gz
4136 OLD_FILES+=usr/share/man/man3/libusb_set_interface_alt_setting.3.gz
4137 OLD_FILES+=usr/share/man/man3/libusb_set_pollfd_notifiers.3.gz
4138 OLD_FILES+=usr/share/man/man3/libusb_strerror.3.gz
4139 OLD_FILES+=usr/share/man/man3/libusb_submit_transfer.3.gz
4140 OLD_FILES+=usr/share/man/man3/libusb_try_lock_events.3.gz
4141 OLD_FILES+=usr/share/man/man3/libusb_unlock_event_waiters.3.gz
4142 OLD_FILES+=usr/share/man/man3/libusb_unlock_events.3.gz
4143 OLD_FILES+=usr/share/man/man3/libusb_unref_device.3.gz
4144 OLD_FILES+=usr/share/man/man3/libusb_wait_for_event.3.gz
4145 OLD_FILES+=usr/share/man/man3/libusbhid.3.gz
4146 OLD_FILES+=usr/share/man/man3/usb.3.gz
4147 OLD_FILES+=usr/share/man/man3/usb_bulk_read.3.gz
4148 OLD_FILES+=usr/share/man/man3/usb_bulk_write.3.gz
4149 OLD_FILES+=usr/share/man/man3/usb_check_connected.3.gz
4150 OLD_FILES+=usr/share/man/man3/usb_claim_interface.3.gz
4151 OLD_FILES+=usr/share/man/man3/usb_clear_halt.3.gz
4152 OLD_FILES+=usr/share/man/man3/usb_close.3.gz
4153 OLD_FILES+=usr/share/man/man3/usb_control_msg.3.gz
4154 OLD_FILES+=usr/share/man/man3/usb_destroy_configuration.3.gz
4155 OLD_FILES+=usr/share/man/man3/usb_device.3.gz
4156 OLD_FILES+=usr/share/man/man3/usb_fetch_and_parse_descriptors.3.gz
4157 OLD_FILES+=usr/share/man/man3/usb_find_busses.3.gz
4158 OLD_FILES+=usr/share/man/man3/usb_find_devices.3.gz
4159 OLD_FILES+=usr/share/man/man3/usb_get_busses.3.gz
4160 OLD_FILES+=usr/share/man/man3/usb_get_descriptor.3.gz
4161 OLD_FILES+=usr/share/man/man3/usb_get_descriptor_by_endpoint.3.gz
4162 OLD_FILES+=usr/share/man/man3/usb_get_string.3.gz
4163 OLD_FILES+=usr/share/man/man3/usb_get_string_simple.3.gz
4164 OLD_FILES+=usr/share/man/man3/usb_init.3.gz
4165 OLD_FILES+=usr/share/man/man3/usb_interrupt_read.3.gz
4166 OLD_FILES+=usr/share/man/man3/usb_interrupt_write.3.gz
4167 OLD_FILES+=usr/share/man/man3/usb_open.3.gz
4168 OLD_FILES+=usr/share/man/man3/usb_parse_configuration.3.gz
4169 OLD_FILES+=usr/share/man/man3/usb_parse_descriptor.3.gz
4170 OLD_FILES+=usr/share/man/man3/usb_release_interface.3.gz
4171 OLD_FILES+=usr/share/man/man3/usb_reset.3.gz
4172 OLD_FILES+=usr/share/man/man3/usb_resetep.3.gz
4173 OLD_FILES+=usr/share/man/man3/usb_set_altinterface.3.gz
4174 OLD_FILES+=usr/share/man/man3/usb_set_configuration.3.gz
4175 OLD_FILES+=usr/share/man/man3/usb_set_debug.3.gz
4176 OLD_FILES+=usr/share/man/man3/usb_strerror.3.gz
4177 OLD_FILES+=usr/share/man/man3/usbhid.3.gz
4178 OLD_FILES+=usr/share/man/man4/u3g.4.gz
4179 OLD_FILES+=usr/share/man/man4/u3gstub.4.gz
4180 OLD_FILES+=usr/share/man/man4/uark.4.gz
4181 OLD_FILES+=usr/share/man/man4/uart.4.gz
4182 OLD_FILES+=usr/share/man/man4/uath.4.gz
4183 OLD_FILES+=usr/share/man/man4/ubsa.4.gz
4184 OLD_FILES+=usr/share/man/man4/ubsec.4.gz
4185 OLD_FILES+=usr/share/man/man4/ubser.4.gz
4186 OLD_FILES+=usr/share/man/man4/ubtbcmfw.4.gz
4187 OLD_FILES+=usr/share/man/man4/uchcom.4.gz
4188 OLD_FILES+=usr/share/man/man4/ucom.4.gz
4189 OLD_FILES+=usr/share/man/man4/ucycom.4.gz
4190 OLD_FILES+=usr/share/man/man4/udav.4.gz
4191 OLD_FILES+=usr/share/man/man4/udbp.4.gz
4192 OLD_FILES+=usr/share/man/man4/udp.4.gz
4193 OLD_FILES+=usr/share/man/man4/udplite.4.gz
4194 OLD_FILES+=usr/share/man/man4/uep.4.gz
4195 OLD_FILES+=usr/share/man/man4/ufm.4.gz
4196 OLD_FILES+=usr/share/man/man4/ufoma.4.gz
4197 OLD_FILES+=usr/share/man/man4/uftdi.4.gz
4198 OLD_FILES+=usr/share/man/man4/ugen.4.gz
4199 OLD_FILES+=usr/share/man/man4/uhci.4.gz
4200 OLD_FILES+=usr/share/man/man4/uhid.4.gz
4201 OLD_FILES+=usr/share/man/man4/uhso.4.gz
4202 OLD_FILES+=usr/share/man/man4/uipaq.4.gz
4203 OLD_FILES+=usr/share/man/man4/ukbd.4.gz
4204 OLD_FILES+=usr/share/man/man4/uled.4.gz
4205 OLD_FILES+=usr/share/man/man4/ulpt.4.gz
4206 OLD_FILES+=usr/share/man/man4/umass.4.gz
4207 OLD_FILES+=usr/share/man/man4/umcs.4.gz
4208 OLD_FILES+=usr/share/man/man4/umct.4.gz
4209 OLD_FILES+=usr/share/man/man4/umodem.4.gz
4210 OLD_FILES+=usr/share/man/man4/umoscom.4.gz
4211 OLD_FILES+=usr/share/man/man4/ums.4.gz
4212 OLD_FILES+=usr/share/man/man4/unix.4.gz
4213 OLD_FILES+=usr/share/man/man4/upgt.4.gz
4214 OLD_FILES+=usr/share/man/man4/uplcom.4.gz
4215 OLD_FILES+=usr/share/man/man4/ural.4.gz
4216 OLD_FILES+=usr/share/man/man4/urio.4.gz
4217 OLD_FILES+=usr/share/man/man4/urndis.4.gz
4218 OLD_FILES+=usr/share/man/man4/urtw.4.gz
4219 OLD_FILES+=usr/share/man/man4/urtwn.4.gz
4220 OLD_FILES+=usr/share/man/man4/urtwnfw.4.gz
4221 OLD_FILES+=usr/share/man/man4/usb.4.gz
4222 OLD_FILES+=usr/share/man/man4/usb_quirk.4.gz
4223 OLD_FILES+=usr/share/man/man4/usb_template.4.gz
4224 OLD_FILES+=usr/share/man/man4/usfs.4.gz
4225 OLD_FILES+=usr/share/man/man4/uslcom.4.gz
4226 OLD_FILES+=usr/share/man/man4/utopia.4.gz
4227 OLD_FILES+=usr/share/man/man4/uvisor.4.gz
4228 OLD_FILES+=usr/share/man/man4/uvscom.4.gz
4229 OLD_FILES+=usr/share/man/man8/uathload.8.gz
4230 OLD_FILES+=usr/share/man/man8/usbconfig.8.gz
4231 OLD_FILES+=usr/share/man/man8/usbdump.8.gz
4232 OLD_FILES+=usr/share/man/man9/usb_fifo_alloc_buffer.9.gz
4233 OLD_FILES+=usr/share/man/man9/usb_fifo_attach.9.gz
4234 OLD_FILES+=usr/share/man/man9/usb_fifo_detach.9.gz
4235 OLD_FILES+=usr/share/man/man9/usb_fifo_free_buffer.9.gz
4236 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data.9.gz
4237 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_buffer.9.gz
4238 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_error.9.gz
4239 OLD_FILES+=usr/share/man/man9/usb_fifo_get_data_linear.9.gz
4240 OLD_FILES+=usr/share/man/man9/usb_fifo_put_bytes_max.9.gz
4241 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data.9.gz
4242 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_buffer.9.gz
4243 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_error.9.gz
4244 OLD_FILES+=usr/share/man/man9/usb_fifo_put_data_linear.9.gz
4245 OLD_FILES+=usr/share/man/man9/usb_fifo_reset.9.gz
4246 OLD_FILES+=usr/share/man/man9/usb_fifo_softc.9.gz
4247 OLD_FILES+=usr/share/man/man9/usb_fifo_wakeup.9.gz
4248 OLD_FILES+=usr/share/man/man9/usbd_do_request.9.gz
4249 OLD_FILES+=usr/share/man/man9/usbd_do_request_flags.9.gz
4250 OLD_FILES+=usr/share/man/man9/usbd_errstr.9.gz
4251 OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_info.9.gz
4252 OLD_FILES+=usr/share/man/man9/usbd_lookup_id_by_uaa.9.gz
4253 OLD_FILES+=usr/share/man/man9/usbd_transfer_clear_stall.9.gz
4254 OLD_FILES+=usr/share/man/man9/usbd_transfer_drain.9.gz
4255 OLD_FILES+=usr/share/man/man9/usbd_transfer_pending.9.gz
4256 OLD_FILES+=usr/share/man/man9/usbd_transfer_poll.9.gz
4257 OLD_FILES+=usr/share/man/man9/usbd_transfer_setup.9.gz
4258 OLD_FILES+=usr/share/man/man9/usbd_transfer_start.9.gz
4259 OLD_FILES+=usr/share/man/man9/usbd_transfer_stop.9.gz
4260 OLD_FILES+=usr/share/man/man9/usbd_transfer_submit.9.gz
4261 OLD_FILES+=usr/share/man/man9/usbd_transfer_unsetup.9.gz
4262 OLD_FILES+=usr/share/man/man9/usbd_xfer_clr_flag.9.gz
4263 OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_data.9.gz
4264 OLD_FILES+=usr/share/man/man9/usbd_xfer_frame_len.9.gz
4265 OLD_FILES+=usr/share/man/man9/usbd_xfer_get_frame.9.gz
4266 OLD_FILES+=usr/share/man/man9/usbd_xfer_get_priv.9.gz
4267 OLD_FILES+=usr/share/man/man9/usbd_xfer_is_stalled.9.gz
4268 OLD_FILES+=usr/share/man/man9/usbd_xfer_max_framelen.9.gz
4269 OLD_FILES+=usr/share/man/man9/usbd_xfer_max_frames.9.gz
4270 OLD_FILES+=usr/share/man/man9/usbd_xfer_max_len.9.gz
4271 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_flag.9.gz
4272 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_data.9.gz
4273 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_len.9.gz
4274 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frame_offset.9.gz
4275 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_frames.9.gz
4276 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_interval.9.gz
4277 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_priv.9.gz
4278 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_stall.9.gz
4279 OLD_FILES+=usr/share/man/man9/usbd_xfer_set_timeout.9.gz
4280 OLD_FILES+=usr/share/man/man9/usbd_xfer_softc.9.gz
4281 OLD_FILES+=usr/share/man/man9/usbd_xfer_state.9.gz
4282 OLD_FILES+=usr/share/man/man9/usbd_xfer_status.9.gz
4283 OLD_FILES+=usr/share/man/man9/usbdi.9.gz
4284 OLD_FILES+=usr/share/misc/usb_hid_usages
4285 OLD_FILES+=usr/share/misc/usbdevs
4286 .endif
4287
4288 .if ${MK_UTMPX} == no
4289 OLD_FILES+=etc/periodic/monthly/200.accounting
4290 OLD_FILES+=usr/bin/last
4291 OLD_FILES+=usr/bin/users
4292 OLD_FILES+=usr/bin/who
4293 OLD_FILES+=usr/bin/wtmpcvt
4294 OLD_FILES+=usr/sbin/ac
4295 OLD_FILES+=usr/sbin/lastlogin
4296 OLD_FILES+=usr/sbin/utxrm
4297 OLD_FILES+=usr/share/man/man1/last.1.gz
4298 OLD_FILES+=usr/share/man/man1/users.1.gz
4299 OLD_FILES+=usr/share/man/man1/who.1.gz
4300 OLD_FILES+=usr/share/man/man1/wtmpcvt.1.gz
4301 OLD_FILES+=usr/share/man/man8/ac.8.gz
4302 OLD_FILES+=usr/share/man/man8/lastlogin.8.gz
4303 OLD_FILES+=usr/share/man/man8/utxrm.8.gz
4304 .endif
4305
4306 .if ${MK_WIRELESS} == no
4307 OLD_FILES+=etc/regdomain.xml
4308 OLD_FILES+=etc/rc.d/hostapd
4309 OLD_FILES+=etc/rc.d/wpa_supplicant
4310 OLD_FILES+=usr/sbin/ancontrol
4311 OLD_FILES+=usr/sbin/hostapd
4312 OLD_FILES+=usr/sbin/hostapd_cli
4313 OLD_FILES+=usr/sbin/ndis_events
4314 OLD_FILES+=usr/sbin/wlandebug
4315 OLD_FILES+=usr/sbin/wlconfig
4316 OLD_FILES+=usr/sbin/wpa_cli
4317 OLD_FILES+=usr/sbin/wpa_passphrase
4318 OLD_FILES+=usr/sbin/wpa_supplicant
4319 OLD_FILES+=usr/share/examples/etc/regdomain.xml
4320 OLD_FILES+=usr/share/examples/etc/wpa_supplicant.conf
4321 OLD_FILES+=usr/share/examples/hostapd/hostapd.conf
4322 OLD_FILES+=usr/share/examples/hostapd/hostapd.eap_user
4323 OLD_FILES+=usr/share/examples/hostapd/hostapd.wpa_psk
4324 OLD_FILES+=usr/share/man/man5/hostapd.conf.5.gz
4325 OLD_FILES+=usr/share/man/man5/wpa_supplicant.conf.5.gz
4326 OLD_FILES+=usr/share/man/man8/ancontrol.8.gz
4327 OLD_FILES+=usr/share/man/man8/hostapd.8.gz
4328 OLD_FILES+=usr/share/man/man8/hostapd_cli.8.gz
4329 OLD_FILES+=usr/share/man/man8/i386/wlconfig.8.gz
4330 OLD_FILES+=usr/share/man/man8/ndis_events.8.gz
4331 OLD_FILES+=usr/share/man/man8/wlandebug.8.gz
4332 OLD_FILES+=usr/share/man/man8/wpa_cli.8.gz
4333 OLD_FILES+=usr/share/man/man8/wpa_passphrase.8.gz
4334 OLD_FILES+=usr/share/man/man8/wpa_supplicant.8.gz
4335 .endif