This file is indexed.

/usr/share/doc/mk-configure/examples/Makefile is in mk-configure 0.25.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
# for regression tests
NOEXPORT_VARNAMES =	MKC_CACHEDIR

_THISDIR_         =
.export _THISDIR_

# examples
SUBDIR+=	hello_world
SUBDIR+=	hello_scripts
SUBDIR+=	hello_files
SUBDIR+=	hello_sizeof
SUBDIR+=	hello_lex
SUBDIR+=	hello_yacc
SUBDIR+=	hello_calc2
SUBDIR+=	subprojects
SUBDIR+=	hello_compilers
SUBDIR+=	hello_plugins
SUBDIR+=	hello_plugins2
SUBDIR+=	hello_glib2
SUBDIR+=	hello_subdirs
SUBDIR+=	hello_strlcpy
SUBDIR+=	hello_customtests
SUBDIR+=	hello_customtests2
SUBDIR+=	hello_requirements
SUBDIR+=	hello_cxx
SUBDIR+=	hello_cxxlib
SUBDIR+=	hello_dictd
SUBDIR+=	hello_lua
SUBDIR+=	hello_lua2
SUBDIR+=	hello_lua3
SUBDIR+=	hello_superfs
SUBDIR+=	hello_xxzip
SUBDIR+=	hello_progs
SUBDIR+=	hello_progs2
SUBDIR+=	tools
SUBDIR+=	tools2

.ifdef WITH_require_tools
SUBDIR+=	hello_require_tools
.endif

.include <mkc.mk>