summaryrefslogtreecommitdiff
path: root/devel/mk-configure/PLIST
blob: ad6e346e142430a5a5acd9eb6719e55a65dc6fc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
@comment $NetBSD: PLIST,v 1.10 2014/11/30 16:26:58 cheusov Exp $
bin/mkc_check_common.sh
bin/mkc_check_compiler
bin/mkc_check_custom
bin/mkc_check_decl
bin/mkc_check_funclib
bin/mkc_check_header
bin/mkc_check_prog
bin/mkc_check_sizeof
bin/mkc_check_version
bin/mkc_get_deps
bin/mkc_install
bin/mkc_long_lines
bin/mkc_test_helper
bin/mkc_which
bin/mkcmake
man/man1/mkc_check_custom.1
man/man1/mkc_check_decl.1
man/man1/mkc_check_funclib.1
man/man1/mkc_check_header.1
man/man1/mkc_check_prog.1
man/man1/mkc_check_sizeof.1
man/man1/mkcmake.1
man/man7/mk-configure.7
share/doc/mk-configure/FAQ
share/doc/mk-configure/LICENSE
share/doc/mk-configure/NEWS
share/doc/mk-configure/NOTES
share/doc/mk-configure/README
share/doc/mk-configure/TODO
share/doc/mk-configure/presentation.pdf
share/examples/mk-configure/Makefile.inc
share/examples/mk-configure/check_compiler_opts/Makefile
share/examples/mk-configure/check_compiler_opts/expect.out
share/examples/mk-configure/check_compiler_opts/hello_world.c
share/examples/mk-configure/check_compiler_opts/test.mk
share/examples/mk-configure/hello_RBTREE/Makefile
share/examples/mk-configure/hello_RBTREE/expect.out
share/examples/mk-configure/hello_RBTREE/hello_RBTREE.c
share/examples/mk-configure/hello_RBTREE/input.in
share/examples/mk-configure/hello_RBTREE/test.mk
share/examples/mk-configure/hello_SLIST/Makefile
share/examples/mk-configure/hello_SLIST/expect.out
share/examples/mk-configure/hello_SLIST/hello_SLIST.c
share/examples/mk-configure/hello_SLIST/input.in
share/examples/mk-configure/hello_SLIST/test.mk
share/examples/mk-configure/hello_TARGETS/Makefile
share/examples/mk-configure/hello_TARGETS/Makefile.inc
share/examples/mk-configure/hello_TARGETS/expect.out
share/examples/mk-configure/hello_TARGETS/hello1/Makefile
share/examples/mk-configure/hello_TARGETS/hello1/hello1.c
share/examples/mk-configure/hello_TARGETS/hello1/hello1.pod
share/examples/mk-configure/hello_TARGETS/hello2/Makefile
share/examples/mk-configure/hello_TARGETS/hello2/hello2.c
share/examples/mk-configure/hello_TARGETS/hello2/hello2.pod
share/examples/mk-configure/hello_TARGETS/test.mk
share/examples/mk-configure/hello_autoconf/Makefile
share/examples/mk-configure/hello_autoconf/expect.out
share/examples/mk-configure/hello_autoconf/proj/AUTHORS
share/examples/mk-configure/hello_autoconf/proj/COPYING
share/examples/mk-configure/hello_autoconf/proj/ChangeLog
share/examples/mk-configure/hello_autoconf/proj/Makefile.in
share/examples/mk-configure/hello_autoconf/proj/NEWS
share/examples/mk-configure/hello_autoconf/proj/README
share/examples/mk-configure/hello_autoconf/proj/configure.ac
share/examples/mk-configure/hello_autoconf/proj/hello_autoconf.c
share/examples/mk-configure/hello_autoconf/test.mk
share/examples/mk-configure/hello_autotools/Makefile
share/examples/mk-configure/hello_autotools/expect.out
share/examples/mk-configure/hello_autotools/proj/AUTHORS
share/examples/mk-configure/hello_autotools/proj/COPYING
share/examples/mk-configure/hello_autotools/proj/ChangeLog
share/examples/mk-configure/hello_autotools/proj/Makefile.am
share/examples/mk-configure/hello_autotools/proj/NEWS
share/examples/mk-configure/hello_autotools/proj/README
share/examples/mk-configure/hello_autotools/proj/configure.ac
share/examples/mk-configure/hello_autotools/proj/main.c
share/examples/mk-configure/hello_autotools/test.mk
share/examples/mk-configure/hello_calc2/Makefile
share/examples/mk-configure/hello_calc2/expect.out
share/examples/mk-configure/hello_calc2/expressions.txt
share/examples/mk-configure/hello_calc2/lex.l
share/examples/mk-configure/hello_calc2/parser.y
share/examples/mk-configure/hello_calc2/test.mk
share/examples/mk-configure/hello_compatlib/Makefile
share/examples/mk-configure/hello_compatlib/Makefile.inc
share/examples/mk-configure/hello_compatlib/expect.out
share/examples/mk-configure/hello_compatlib/libcmpt/Makefile
share/examples/mk-configure/hello_compatlib/prog1/Makefile
share/examples/mk-configure/hello_compatlib/prog1/prog1.c
share/examples/mk-configure/hello_compatlib/prog2/Makefile
share/examples/mk-configure/hello_compatlib/prog2/prog2.c
share/examples/mk-configure/hello_compatlib/test.mk
share/examples/mk-configure/hello_compilers/Makefile
share/examples/mk-configure/hello_compilers/compiler_test.c
share/examples/mk-configure/hello_compilers/expect.out
share/examples/mk-configure/hello_compilers/test.mk
share/examples/mk-configure/hello_customtests/Makefile
share/examples/mk-configure/hello_customtests/custom_tests/alloca_in_alloca_h.c
share/examples/mk-configure/hello_customtests/custom_tests/alloca_in_stdlib_h.c
share/examples/mk-configure/hello_customtests/custom_tests/cxx_with_templates.cc
share/examples/mk-configure/hello_customtests/custom_tests/shtest
share/examples/mk-configure/hello_customtests/custom_tests/true_is_available
share/examples/mk-configure/hello_customtests/expect.out
share/examples/mk-configure/hello_customtests/hello_customtests.c
share/examples/mk-configure/hello_customtests/test.mk
share/examples/mk-configure/hello_customtests2/Makefile
share/examples/mk-configure/hello_customtests2/expect.out
share/examples/mk-configure/hello_customtests2/hello_customtests2.c
share/examples/mk-configure/hello_customtests2/test.mk
share/examples/mk-configure/hello_cxx/Makefile
share/examples/mk-configure/hello_cxx/expect.out
share/examples/mk-configure/hello_cxx/five.c
share/examples/mk-configure/hello_cxx/five.h
share/examples/mk-configure/hello_cxx/hello_msg.cc
share/examples/mk-configure/hello_cxx/hello_msg.h
share/examples/mk-configure/hello_cxx/main.cc
share/examples/mk-configure/hello_cxx/seven.c
share/examples/mk-configure/hello_cxx/seven.h
share/examples/mk-configure/hello_cxx/test.mk
share/examples/mk-configure/hello_cxxlib/Makefile
share/examples/mk-configure/hello_cxxlib/Makefile.inc
share/examples/mk-configure/hello_cxxlib/cxxapp/Makefile
share/examples/mk-configure/hello_cxxlib/cxxapp/cxxapp.cc
share/examples/mk-configure/hello_cxxlib/cxxlib/Makefile
share/examples/mk-configure/hello_cxxlib/cxxlib/dummy.c
share/examples/mk-configure/hello_cxxlib/cxxlib/hello_msg1.cpp
share/examples/mk-configure/hello_cxxlib/cxxlib/hello_msg2.cpp
share/examples/mk-configure/hello_cxxlib/cxxlib/include/hello_msg.h
share/examples/mk-configure/hello_cxxlib/cxxlib/include/impl/hello_msg1.h
share/examples/mk-configure/hello_cxxlib/cxxlib/include/impl/hello_msg2.h
share/examples/mk-configure/hello_cxxlib/cxxlib/linkme.mk
share/examples/mk-configure/hello_cxxlib/expect.out
share/examples/mk-configure/hello_cxxlib/test.mk
share/examples/mk-configure/hello_dictd/Makefile
share/examples/mk-configure/hello_dictd/Makefile.inc
share/examples/mk-configure/hello_dictd/dict/Makefile
share/examples/mk-configure/hello_dictd/dict/dict.1
share/examples/mk-configure/hello_dictd/dict/dict.c
share/examples/mk-configure/hello_dictd/dictd/Makefile
share/examples/mk-configure/hello_dictd/dictd/dictd.8
share/examples/mk-configure/hello_dictd/dictd/dictd.c
share/examples/mk-configure/hello_dictd/dictfmt/Makefile
share/examples/mk-configure/hello_dictd/dictfmt/dictfmt.1
share/examples/mk-configure/hello_dictd/dictfmt/dictfmt.c
share/examples/mk-configure/hello_dictd/dictzip/Makefile
share/examples/mk-configure/hello_dictd/dictzip/dictzip.1
share/examples/mk-configure/hello_dictd/dictzip/dictzip.c
share/examples/mk-configure/hello_dictd/doc/Makefile
share/examples/mk-configure/hello_dictd/doc/doc.txt
share/examples/mk-configure/hello_dictd/expect.out
share/examples/mk-configure/hello_dictd/libcommon/Makefile
share/examples/mk-configure/hello_dictd/libcommon/iswalnum.c
share/examples/mk-configure/hello_dictd/libcommon/str.c
share/examples/mk-configure/hello_dictd/libdz/Makefile
share/examples/mk-configure/hello_dictd/libdz/dz.c
share/examples/mk-configure/hello_dictd/libdz/export.sym
share/examples/mk-configure/hello_dictd/libmaa/Makefile
share/examples/mk-configure/hello_dictd/libmaa/export.sym
share/examples/mk-configure/hello_dictd/libmaa/log.c
share/examples/mk-configure/hello_dictd/libmaa/prime.c
share/examples/mk-configure/hello_dictd/libmaa/set.c
share/examples/mk-configure/hello_dictd/test.mk
share/examples/mk-configure/hello_errwarn/Makefile
share/examples/mk-configure/hello_errwarn/Makefile.inc
share/examples/mk-configure/hello_errwarn/expect.out
share/examples/mk-configure/hello_errwarn/hello.c
share/examples/mk-configure/hello_errwarn/test.mk
share/examples/mk-configure/hello_fgetln/Makefile
share/examples/mk-configure/hello_fgetln/expect.out
share/examples/mk-configure/hello_fgetln/hello.c
share/examples/mk-configure/hello_fgetln/test.mk
share/examples/mk-configure/hello_files/DEBIAN/control
share/examples/mk-configure/hello_files/Makefile
share/examples/mk-configure/hello_files/expect.NetBSD.out
share/examples/mk-configure/hello_files/expect.out
share/examples/mk-configure/hello_files/shell_func.7
share/examples/mk-configure/hello_files/shell_func.texinfo
share/examples/mk-configure/hello_files/shell_func1
share/examples/mk-configure/hello_files/shell_func2
share/examples/mk-configure/hello_files/shell_func3
share/examples/mk-configure/hello_files/test.mk
share/examples/mk-configure/hello_glib2/Makefile
share/examples/mk-configure/hello_glib2/expect.out
share/examples/mk-configure/hello_glib2/hello_glib2.c
share/examples/mk-configure/hello_glib2/test.mk
share/examples/mk-configure/hello_iconv/Makefile
share/examples/mk-configure/hello_iconv/expect.out
share/examples/mk-configure/hello_iconv/hello_iconv.c
share/examples/mk-configure/hello_iconv/test.mk
share/examples/mk-configure/hello_lex/Makefile
share/examples/mk-configure/hello_lex/expect.out
share/examples/mk-configure/hello_lex/hello_lex.l
share/examples/mk-configure/hello_lex/input.txt
share/examples/mk-configure/hello_lex/test.mk
share/examples/mk-configure/hello_libdeps/Makefile
share/examples/mk-configure/hello_libdeps/expect.out
share/examples/mk-configure/hello_libdeps/libs/libbar/Makefile
share/examples/mk-configure/hello_libdeps/libs/libbar/bar.c
share/examples/mk-configure/hello_libdeps/libs/libbar/bar.h
share/examples/mk-configure/hello_libdeps/libs/libbaz/Makefile
share/examples/mk-configure/hello_libdeps/libs/libbaz/baz.c
share/examples/mk-configure/hello_libdeps/libs/libbaz/include/baz.h
share/examples/mk-configure/hello_libdeps/libs/libbaz/linkme.mk
share/examples/mk-configure/hello_libdeps/libs/libfoo/Makefile
share/examples/mk-configure/hello_libdeps/libs/libfoo/foo.c
share/examples/mk-configure/hello_libdeps/libs/libfoo/foo.h
share/examples/mk-configure/hello_libdeps/libs/libfoo/linkme.mk
share/examples/mk-configure/hello_libdeps/libs/libfooqux/Makefile
share/examples/mk-configure/hello_libdeps/libs/libfooqux/fooqux.c
share/examples/mk-configure/hello_libdeps/libs/libfooqux/fooqux.h
share/examples/mk-configure/hello_libdeps/progs/foobaz/Makefile
share/examples/mk-configure/hello_libdeps/progs/foobaz/foobaz.c
share/examples/mk-configure/hello_libdeps/progs/fooquxfoobar/Makefile
share/examples/mk-configure/hello_libdeps/progs/fooquxfoobar/fooquxfoobar.c
share/examples/mk-configure/hello_libdeps/test.mk
share/examples/mk-configure/hello_lua/Makefile
share/examples/mk-configure/hello_lua/bar.lua
share/examples/mk-configure/hello_lua/baz.c
share/examples/mk-configure/hello_lua/expect.out
share/examples/mk-configure/hello_lua/foo.lua
share/examples/mk-configure/hello_lua/foobar.in
share/examples/mk-configure/hello_lua/test.mk
share/examples/mk-configure/hello_lua2/Makefile
share/examples/mk-configure/hello_lua2/bar.lua
share/examples/mk-configure/hello_lua2/expect.out
share/examples/mk-configure/hello_lua2/foo.lua
share/examples/mk-configure/hello_lua2/foobar
share/examples/mk-configure/hello_lua2/test.mk
share/examples/mk-configure/hello_lua3/Makefile
share/examples/mk-configure/hello_lua3/expect.out
share/examples/mk-configure/hello_lua3/socket_bar.lua
share/examples/mk-configure/hello_lua3/socket_baz.c
share/examples/mk-configure/hello_lua3/socket_foo.lua
share/examples/mk-configure/hello_lua3/test.mk
share/examples/mk-configure/hello_plugins/Makefile
share/examples/mk-configure/hello_plugins/app/Makefile
share/examples/mk-configure/hello_plugins/app/app.c
share/examples/mk-configure/hello_plugins/expect.out
share/examples/mk-configure/hello_plugins/plugin1/Makefile
share/examples/mk-configure/hello_plugins/plugin1/plugin1.c
share/examples/mk-configure/hello_plugins/plugin2/Makefile
share/examples/mk-configure/hello_plugins/plugin2/plugin2.c
share/examples/mk-configure/hello_plugins/test.mk
share/examples/mk-configure/hello_plugins2/Makefile
share/examples/mk-configure/hello_plugins2/app/Makefile
share/examples/mk-configure/hello_plugins2/app/app.c
share/examples/mk-configure/hello_plugins2/expect.out
share/examples/mk-configure/hello_plugins2/plugin1/Makefile
share/examples/mk-configure/hello_plugins2/plugin1/plugin1.c
share/examples/mk-configure/hello_plugins2/plugin2/Makefile
share/examples/mk-configure/hello_plugins2/plugin2/plugin2.c
share/examples/mk-configure/hello_plugins2/test.mk
share/examples/mk-configure/hello_progs/Makefile
share/examples/mk-configure/hello_progs/client.c
share/examples/mk-configure/hello_progs/client_puts.c
share/examples/mk-configure/hello_progs/expect.out
share/examples/mk-configure/hello_progs/server.c
share/examples/mk-configure/hello_progs/server_puts.c
share/examples/mk-configure/hello_progs/test.mk
share/examples/mk-configure/hello_progs2/Makefile
share/examples/mk-configure/hello_progs2/client.c
share/examples/mk-configure/hello_progs2/common.c
share/examples/mk-configure/hello_progs2/expect.out
share/examples/mk-configure/hello_progs2/server.c
share/examples/mk-configure/hello_progs2/test.mk
share/examples/mk-configure/hello_require_tools/Makefile
share/examples/mk-configure/hello_require_tools/fake
share/examples/mk-configure/hello_requirements/Makefile
share/examples/mk-configure/hello_requirements/custom_check1.c
share/examples/mk-configure/hello_requirements/custom_check2.c
share/examples/mk-configure/hello_requirements/expect.out
share/examples/mk-configure/hello_requirements/hello_world.c
share/examples/mk-configure/hello_requirements/test.mk
share/examples/mk-configure/hello_scripts/Makefile
share/examples/mk-configure/hello_scripts/expect.out
share/examples/mk-configure/hello_scripts/hello_world.1
share/examples/mk-configure/hello_scripts/hello_world2
share/examples/mk-configure/hello_scripts/hello_world3.in
share/examples/mk-configure/hello_scripts/main.c
share/examples/mk-configure/hello_scripts/more_scripts/script1
share/examples/mk-configure/hello_scripts/more_scripts/script2
share/examples/mk-configure/hello_scripts/more_scripts/script3
share/examples/mk-configure/hello_scripts/msg.c
share/examples/mk-configure/hello_scripts/test.mk
share/examples/mk-configure/hello_sizeof/Makefile
share/examples/mk-configure/hello_sizeof/expect.out
share/examples/mk-configure/hello_sizeof/sizeof_test.c
share/examples/mk-configure/hello_sizeof/test.mk
share/examples/mk-configure/hello_strlcpy/Makefile
share/examples/mk-configure/hello_strlcpy/expect.out
share/examples/mk-configure/hello_strlcpy/getline.c
share/examples/mk-configure/hello_strlcpy/hello.c
share/examples/mk-configure/hello_strlcpy/input.in
share/examples/mk-configure/hello_strlcpy/strlcpy.c
share/examples/mk-configure/hello_strlcpy/test.mk
share/examples/mk-configure/hello_strlcpy2/Makefile
share/examples/mk-configure/hello_strlcpy2/expect.out
share/examples/mk-configure/hello_strlcpy2/hello.c
share/examples/mk-configure/hello_strlcpy2/input.in
share/examples/mk-configure/hello_strlcpy2/missing/getline.c
share/examples/mk-configure/hello_strlcpy2/missing/strlcpy.c
share/examples/mk-configure/hello_strlcpy2/test.mk
share/examples/mk-configure/hello_strlcpy3/Makefile
share/examples/mk-configure/hello_strlcpy3/expect.out
share/examples/mk-configure/hello_strlcpy3/hello.c
share/examples/mk-configure/hello_strlcpy3/input.in
share/examples/mk-configure/hello_strlcpy3/test.mk
share/examples/mk-configure/hello_subdirs/Makefile
share/examples/mk-configure/hello_subdirs/prog1/Makefile
share/examples/mk-configure/hello_subdirs/prog1/expect.out
share/examples/mk-configure/hello_subdirs/prog1/prog1.awk.in
share/examples/mk-configure/hello_subdirs/prog1/prog1.c
share/examples/mk-configure/hello_subdirs/prog1/prog1.sh
share/examples/mk-configure/hello_subdirs/prog1/test.mk
share/examples/mk-configure/hello_subdirs/prog2/Makefile
share/examples/mk-configure/hello_subdirs/prog2/expect.out
share/examples/mk-configure/hello_subdirs/prog2/prog2.c
share/examples/mk-configure/hello_subdirs/prog2/test.mk
share/examples/mk-configure/hello_superfs/Makefile
share/examples/mk-configure/hello_superfs/Makefile.inc
share/examples/mk-configure/hello_superfs/docs/LICENSE
share/examples/mk-configure/hello_superfs/docs/Makefile
share/examples/mk-configure/hello_superfs/docs/NEWS
share/examples/mk-configure/hello_superfs/docs/README
share/examples/mk-configure/hello_superfs/expect.out
share/examples/mk-configure/hello_superfs/fsck_superfs/Makefile
share/examples/mk-configure/hello_superfs/fsck_superfs/fsck_superfs.8
share/examples/mk-configure/hello_superfs/fsck_superfs/fsck_superfs.c
share/examples/mk-configure/hello_superfs/mkfs_superfs/Makefile
share/examples/mk-configure/hello_superfs/mkfs_superfs/mkfs_superfs.8
share/examples/mk-configure/hello_superfs/mkfs_superfs/mkfs_superfs.c
share/examples/mk-configure/hello_superfs/test.mk
share/examples/mk-configure/hello_world/COPYRIGHT
share/examples/mk-configure/hello_world/Makefile
share/examples/mk-configure/hello_world/README
share/examples/mk-configure/hello_world/expect.out
share/examples/mk-configure/hello_world/hello_world.c
share/examples/mk-configure/hello_world/test.mk
share/examples/mk-configure/hello_xxzip/Makefile
share/examples/mk-configure/hello_xxzip/expect.out
share/examples/mk-configure/hello_xxzip/test.mk
share/examples/mk-configure/hello_xxzip/tutorial.pod
share/examples/mk-configure/hello_xxzip/xxzip.c
share/examples/mk-configure/hello_xxzip/xxzip.pod
share/examples/mk-configure/hello_yacc/Makefile
share/examples/mk-configure/hello_yacc/calc.y
share/examples/mk-configure/hello_yacc/expect.out
share/examples/mk-configure/hello_yacc/input.txt
share/examples/mk-configure/hello_yacc/test.mk
share/examples/mk-configure/pkgconfig3/Makefile
share/examples/mk-configure/pkgconfig3/expect.out
share/examples/mk-configure/pkgconfig3/pkgconfig3.c
share/examples/mk-configure/pkgconfig3/test.mk
share/examples/mk-configure/subprojects/Makefile
share/examples/mk-configure/subprojects/expect.out
share/examples/mk-configure/subprojects/hello/Makefile
share/examples/mk-configure/subprojects/hello/hello_subprojects.1.in
share/examples/mk-configure/subprojects/hello/hello_subprojects.c
share/examples/mk-configure/subprojects/hello/hello_subprojects2.in
share/examples/mk-configure/subprojects/hello/test.mk
share/examples/mk-configure/subprojects/libhello1/Makefile
share/examples/mk-configure/subprojects/libhello1/hello1.c
share/examples/mk-configure/subprojects/libhello1/hello1.h
share/examples/mk-configure/subprojects/libhello1/linkme.mk
share/examples/mk-configure/subprojects/libhello2/Makefile
share/examples/mk-configure/subprojects/libhello2/hello2.3
share/examples/mk-configure/subprojects/libhello2/hello2.c
share/examples/mk-configure/subprojects/libhello2/include/hello2.h
share/examples/mk-configure/subprojects/libhello2/linkme.mk
share/examples/mk-configure/subprojects/test.mk
share/examples/mk-configure/subprojects/version.mk
share/examples/mk-configure/tools/Makefile
share/examples/mk-configure/tools/expect.out
share/examples/mk-configure/tools/libs/bar/Makefile
share/examples/mk-configure/tools/libs/bar/bar.c
share/examples/mk-configure/tools/libs/bar/bar.h
share/examples/mk-configure/tools/libs/foo/Makefile
share/examples/mk-configure/tools/libs/foo/foo.c
share/examples/mk-configure/tools/libs/foo/foo.h
share/examples/mk-configure/tools/libs/qux/Makefile
share/examples/mk-configure/tools/libs/qux/qux.c
share/examples/mk-configure/tools/libs/qux/qux.h.in
share/examples/mk-configure/tools/test.mk
share/examples/mk-configure/tools/tools/prog1/Makefile
share/examples/mk-configure/tools/tools/prog1/prog1.c
share/examples/mk-configure/tools/tools/prog2/Makefile
share/examples/mk-configure/tools/tools/prog2/prog2.c
share/examples/mk-configure/tools/tools/prog3/Makefile
share/examples/mk-configure/tools/tools/prog3/prog3.c
share/examples/mk-configure/tools/tools/prog4/Makefile
share/examples/mk-configure/tools/tools/prog4/prog4.c
share/examples/mk-configure/tools2/Makefile
share/examples/mk-configure/tools2/expect.out
share/examples/mk-configure/tools2/libs/bar/Makefile
share/examples/mk-configure/tools2/libs/bar/bar.c
share/examples/mk-configure/tools2/libs/bar/bar.h
share/examples/mk-configure/tools2/libs/foo/Makefile
share/examples/mk-configure/tools2/libs/foo/foo.c
share/examples/mk-configure/tools2/libs/foo/foo.h
share/examples/mk-configure/tools2/libs/qux/Makefile
share/examples/mk-configure/tools2/libs/qux/qux.c
share/examples/mk-configure/tools2/libs/qux/qux.h.in
share/examples/mk-configure/tools2/test.mk
share/examples/mk-configure/tools2/tests/prog1/Makefile
share/examples/mk-configure/tools2/tests/prog2/Makefile
share/examples/mk-configure/tools2/tests/prog3/Makefile
share/examples/mk-configure/tools2/tests/prog4/Makefile
share/examples/mk-configure/tools2/tools/prog1/Makefile
share/examples/mk-configure/tools2/tools/prog1/prog1.c
share/examples/mk-configure/tools2/tools/prog2/Makefile
share/examples/mk-configure/tools2/tools/prog2/prog2.c
share/examples/mk-configure/tools2/tools/prog3/Makefile
share/examples/mk-configure/tools2/tools/prog3/prog3.c
share/examples/mk-configure/tools2/tools/prog4/Makefile
share/examples/mk-configure/tools2/tools/prog4/prog4.c
share/mk-configure/builtins/easy.c
share/mk-configure/builtins/endianness
share/mk-configure/builtins/prog_bison
share/mk-configure/builtins/prog_flex
share/mk-configure/builtins/prog_gawk
share/mk-configure/builtins/prog_gm4
share/mk-configure/builtins/prog_gmake
share/mk-configure/features/getline/getline.c
share/mk-configure/features/mkc_CIRCLEQ.h
share/mk-configure/features/mkc_LIST.h
share/mk-configure/features/mkc_RB.h
share/mk-configure/features/mkc_SIMPLEQ.h
share/mk-configure/features/mkc_SLIST.h
share/mk-configure/features/mkc_SPLAY.h
share/mk-configure/features/mkc_STAILQ.h
share/mk-configure/features/mkc_TAILQ.h
share/mk-configure/features/mkc_getline.h
share/mk-configure/features/mkc_libdl.h
share/mk-configure/features/mkc_libm.h
share/mk-configure/features/mkc_strlcat.h
share/mk-configure/features/mkc_strlcpy.h
share/mk-configure/features/netbsd_sys_queue.h
share/mk-configure/features/netbsd_sys_tree.h
share/mk-configure/features/strlcat/strlcat.c
share/mk-configure/features/strlcpy/strlcpy.c
share/mkc-mk/mkc.configure.mk
share/mkc-mk/mkc.files.mk
share/mkc-mk/mkc.init.mk
share/mkc-mk/mkc.intexts.mk
share/mkc-mk/mkc.lib.mk
share/mkc-mk/mkc.minitest.mk
share/mkc-mk/mkc.mk
share/mkc-mk/mkc.pkg-config.mk
share/mkc-mk/mkc.prog.mk
share/mkc-mk/mkc.subdir.mk
share/mkc-mk/mkc.subprj.mk
share/mkc-mk/mkc.subprjs.mk
share/mkc-mk/mkc_imp.arch.mk
share/mkc-mk/mkc_imp.checkprogs.mk
share/mkc-mk/mkc_imp.conf-cleanup.mk
share/mkc-mk/mkc_imp.conf-final.mk
share/mkc-mk/mkc_imp.conf.mk
share/mkc-mk/mkc_imp.dep.mk
share/mkc-mk/mkc_imp.dpvars.mk
share/mkc-mk/mkc_imp.f_CIRCLEQ.mk
share/mkc-mk/mkc_imp.f_LIST.mk
share/mkc-mk/mkc_imp.f_RB.mk
share/mkc-mk/mkc_imp.f_SIMPLEQ.mk
share/mkc-mk/mkc_imp.f_SLIST.mk
share/mkc-mk/mkc_imp.f_SPLAY.mk
share/mkc-mk/mkc_imp.f_STAILQ.mk
share/mkc-mk/mkc_imp.f_TAILQ.mk
share/mkc-mk/mkc_imp.f_getline.mk
share/mkc-mk/mkc_imp.f_libdl.mk
share/mkc-mk/mkc_imp.f_libm.mk
share/mkc-mk/mkc_imp.f_strlcat.mk
share/mkc-mk/mkc_imp.f_strlcpy.mk
share/mkc-mk/mkc_imp.files.mk
share/mkc-mk/mkc_imp.final.mk
share/mkc-mk/mkc_imp.inc.mk
share/mkc-mk/mkc_imp.info.mk
share/mkc-mk/mkc_imp.intexts.mk
share/mkc-mk/mkc_imp.lib.mk
share/mkc-mk/mkc_imp.links.mk
share/mkc-mk/mkc_imp.lua.mk
share/mkc-mk/mkc_imp.man.mk
share/mkc-mk/mkc_imp.mk
share/mkc-mk/mkc_imp.obj.mk
share/mkc-mk/mkc_imp.objdir.mk
share/mkc-mk/mkc_imp.pkg-config.mk
share/mkc-mk/mkc_imp.platform.sys.mk
share/mkc-mk/mkc_imp.pod.mk
share/mkc-mk/mkc_imp.preinit.mk
share/mkc-mk/mkc_imp.prog.mk
share/mkc-mk/mkc_imp.rules.mk
share/mkc-mk/mkc_imp.scripts.mk
share/mkc-mk/mkc_imp.subprj.mk
share/mkc-mk/mkc_imp.vars.mk
share/mkc-mk/sys.mk