Drop unused condition check
[pcp.git] / qa / cisco / GNUmakefile.install
blobc26d3f8034ff95fc26fcf19960327960e02b0129
1 #!gmake
3 ifdef PCP_CONF
4 include $(PCP_CONF)
5 else
6 include $(PCP_DIR)/etc/pcp.conf
7 endif
8 PATH    = $(shell . $(PCP_DIR)/etc/pcp.env; echo $$PATH)
9 include $(PCP_INC_DIR)/builddefs
11 TESTDIR = $(PCP_VAR_DIR)/testsuite/cisco
13 CISCOS = ATM-12-0 Ethernet-0 Ethernet-1-0 Ethernet-3-5 \
14          FastEthernet-0-5 FastEthernet-0-6 FastEthernet-1-0 \
15          Fddi-2-0 GigabitEthernet-0-1 Hssi-3-0 hugh-800 \
16          Serial-0 Serial-1 Serial-1-0-min Serial-1-0-sec \
17          Vlan-1 Vlan-160 Vlan-256
19 default default_pcp setup: 
21 install install_pcp:
23 include $(BUILDRULES)