This file is indexed.

/usr/share/doc/libaudit-dev/examples/plugin/Makefile is in libaudit-dev 1:2.4-1+b1.

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
CFLAGS=-g -W -Wall -Wundef
LIBS= -lauparse -laudit
all:
	gcc $(CFLAGS) audisp-example.c -o audisp-example $(LIBS)

clean:
	rm -f audisp-example *.o