aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--support/tools/Burg/Makefile5
-rw-r--r--utils/Burg/Makefile5
2 files changed, 10 insertions, 0 deletions
diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile
index 70bb26e..ddec8cc 100644
--- a/support/tools/Burg/Makefile
+++ b/support/tools/Burg/Makefile
@@ -1,5 +1,10 @@
# $Id$
+LEVEL = ../..
+
+include $(LEVEL)/Makefile.config
+include $(LEVEL)/Makefile.$(shell uname)
+
#CFLAGS =
#CFLAGS = -O
#CFLAGS = -O -DNOLEX
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index 70bb26e..ddec8cc 100644
--- a/utils/Burg/Makefile
+++ b/utils/Burg/Makefile
@@ -1,5 +1,10 @@
# $Id$
+LEVEL = ../..
+
+include $(LEVEL)/Makefile.config
+include $(LEVEL)/Makefile.$(shell uname)
+
#CFLAGS =
#CFLAGS = -O
#CFLAGS = -O -DNOLEX