summaryrefslogtreecommitdiff
path: root/qa/cisco/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'qa/cisco/GNUmakefile')
-rw-r--r--qa/cisco/GNUmakefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/qa/cisco/GNUmakefile b/qa/cisco/GNUmakefile
new file mode 100644
index 0000000..3e107a6
--- /dev/null
+++ b/qa/cisco/GNUmakefile
@@ -0,0 +1,23 @@
+#!gmake
+
+TOPDIR = ../..
+include $(TOPDIR)/src/include/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
+
+LSRCFILES = $(CISCOS)
+
+default default_pcp setup:
+
+install install_pcp:
+ $(INSTALL) -m 755 -d $(TESTDIR)
+ $(INSTALL) -m 644 $(CISCOS) $(TESTDIR)
+ $(SUBDIRS_MAKERULE)
+
+include $(BUILDRULES)