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