From db75139340be089c1582973f47714949a802147f Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Wed, 11 Jul 2007 13:39:55 -0700
Subject: [PATCH] Makefile: make it clear that it requires GNU Make

---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 2435f158..47239733 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+
+# this Makefile requires GNU make
+
 default: build
 
 BASE=$(shell pwd)
-- 
2.45.2