This file is indexed.

/usr/share/doc/php-horde-mime/mime_mapping/Makefile is in php-horde-mime 2.10.3-1ubuntu1.

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
OUT=mime.mapping.php
HOST=`hostname -f`

all:  ${OUT}
${OUT}:
	HOST=${HOST} php convert.php > ${OUT}
clean:
	rm -f ${OUT}