diff options
author | H. P. <harald.p.@bechtle.com> | 2019-04-23 14:23:10 +0200 |
---|---|---|
committer | H. P. <harald.p.@bechtle.com> | 2019-04-23 14:23:10 +0200 |
commit | 615071faa1a1f3836cb69efe1ced45717b4ac545 (patch) | |
tree | 24d020b36af0b6e72102645abfa225461a693162 /patches/raw/Makefile | |
parent | 98a9d53f5ce11e4d83189e7daf30f3d8303b2848 (diff) | |
download | nagios-plugins-contrib-615071faa1a1f3836cb69efe1ced45717b4ac545.tar.bz2 |
foldered build routine
Diffstat (limited to 'patches/raw/Makefile')
-rw-r--r-- | patches/raw/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/patches/raw/Makefile b/patches/raw/Makefile deleted file mode 100644 index f8bfa92..0000000 --- a/patches/raw/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -VERSION = 3.82 - -all: check_memory - -check_memory: - @patch --follow-symlinks -o check_memory.new check_memory.orig < check_memory.patch |