summaryrefslogtreecommitdiff
path: root/neon
diff options
context:
space:
mode:
Diffstat (limited to 'neon')
-rw-r--r--neon/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/neon/makefile.mk b/neon/makefile.mk
index ae1e4d50c8da..ce5ccbea2184 100644
--- a/neon/makefile.mk
+++ b/neon/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 20:01:10 $
+# last change: $Author: hr $ $Date: 2006-04-20 13:31:10 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -49,6 +49,11 @@ TARGET=so_neon
@echo "Using system neon...."
.ENDIF
+.IF "$(DISABLE_NEON)" == "TRUE"
+@all:
+ @echo "neon disabled...."
+.ENDIF
+
NEON_NAME=neon-0.24.7
TARFILE_NAME=$(NEON_NAME)