summaryrefslogtreecommitdiffstats
path: root/mcast
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-13 18:55:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-13 18:55:13 +0000
commit94e30bd16549d612f2ada5838759fa8861cb8826 (patch)
tree8a375a928452cc10e505b4506d9006f7e6b826c7 /mcast
parent2009-05-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadnetwork-demos-94e30bd16549d612f2ada5838759fa8861cb8826.tar.bz2
2009-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Allow overrides from invoking environment.
Diffstat (limited to 'mcast')
-rw-r--r--mcast/ChangeLog4
-rw-r--r--mcast/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/mcast/ChangeLog b/mcast/ChangeLog
index c7d0741..abd4752 100644
--- a/mcast/ChangeLog
+++ b/mcast/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile: Allow overrides from invoking environment.
+
2009-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c: Now build with libbsdport.
diff --git a/mcast/Makefile b/mcast/Makefile
index 9776f44..5ecf8ec 100644
--- a/mcast/Makefile
+++ b/mcast/Makefile
@@ -22,7 +22,7 @@ include $(PROJECT_ROOT)/make/leaf.cfg
# (OPTIONAL) Add local stuff here using +=
#
-DEFINES +=
+override DEFINES +=
CPPFLAGS +=
CFLAGS +=
CFLAGS_LD +=