diff options
Diffstat (limited to 'qa/pconf/network/GNUmakefile')
-rw-r--r-- | qa/pconf/network/GNUmakefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/qa/pconf/network/GNUmakefile b/qa/pconf/network/GNUmakefile new file mode 100644 index 0000000..73b87b6 --- /dev/null +++ b/qa/pconf/network/GNUmakefile @@ -0,0 +1,16 @@ +#!gmake + +TOPDIR = ../../.. +include $(TOPDIR)/src/include/builddefs + +TESTDIR = $(PCP_VAR_DIR)/testsuite/pconf/network +CONFIGS = interface_bytes interface_packets tcp_dropped_conns tcp_retransmit +LSRCFILES = $(CONFIGS) + +default default_pcp setup: + +install install_pcp: + $(INSTALL) -m 755 -d $(TESTDIR) + $(INSTALL) -m 644 $(CONFIGS) $(TESTDIR) + +include $(BUILDRULES) |