/var/lib/pcp/testsuite/cisco/GNUmakefile is in pcp-testsuite 3.10.8build1.
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  | #!gmake
ifdef PCP_CONF
include $(PCP_CONF)
else
include $(PCP_DIR)/etc/pcp.conf
endif
PATH	= $(shell . $(PCP_DIR)/etc/pcp.env; echo $$PATH)
include $(PCP_INC_DIR)/builddefs
TESTDIR = $(PCP_VAR_DIR)/testsuite/cisco
CISCOS = ATM-12-0 Ethernet-0 Ethernet-1-0 Ethernet-3-5 \
	 FastEthernet-0-5 FastEthernet-0-6 FastEthernet-1-0 \
	 Fddi-2-0 GigabitEthernet-0-1 Hssi-3-0 hugh-800 \
	 Serial-0 Serial-1 Serial-1-0-min Serial-1-0-sec \
	 Vlan-1 Vlan-160 Vlan-256
default default_pcp setup: 
install install_pcp:
include $(BUILDRULES)
 |