This file is indexed.

/usr/share/doc/libpam0g-dev/examples/modules/Makefile is in libpam0g-dev 1.1.3-7ubuntu2.

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
CFLAGS = -g -fPIC -I"../../include"

pam_secret.so: pam_secret.o
	ld -x --shared -o pam_secret.so pam_secret.o -lc

.o.c:

clean:
	rm -f *.so *.o