This file is indexed.

/var/lib/pcp/testsuite/perl/GNUmakefile is in pcp-testsuite 4.0.1-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
default setup install:

clean:
	rm -f cvalue cvalue.o

PFILE = test.pl
CFILE = cvalue.c

cvalue:	cvalue.c
	$(CC) -o cvalue cvalue.c -lpcp

# files from the perl/PMDA source directory
#
$(PFILE):
	cp ../../src/perl/PMDA/$(PFILE) .
$(CFILE):
	cp ../../src/perl/PMDA/$(CFILE) .