summaryrefslogtreecommitdiff
path: root/archivers/ha/patches/patch-c_makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/ha/patches/patch-c_makefile')
-rw-r--r--archivers/ha/patches/patch-c_makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/archivers/ha/patches/patch-c_makefile b/archivers/ha/patches/patch-c_makefile
new file mode 100644
index 00000000000..e8653a84ce9
--- /dev/null
+++ b/archivers/ha/patches/patch-c_makefile
@@ -0,0 +1,15 @@
+$NetBSD: patch-c_makefile,v 1.1 2013/09/18 20:58:36 asau Exp $
+
+--- c/makefile.orig 1995-01-12 06:43:42.000000000 +0000
++++ c/makefile
+@@ -35,7 +35,7 @@ clean:
+ #
+ # include a dependency file if one exists
+ #
+-ifeq (.depend,$(wildcard .depend))
+-include .depend
+-endif
++#ifeq (.depend,$(wildcard .depend))
++#include .depend
++#endif
+