summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-23 04:23:59 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-23 04:23:59 +0000
commit535add65ac98d0ca871df3e8438ff56ba9129bcc (patch)
tree760c5b47c254af152605b0ddb356af68f100067f /java
parentUpgrade to zircon-1.18.223 (diff)
grep -> ${GREP}
true -> ${TRUE} false -> ${FALSE}
Notes
Notes: svn path=/head/; revision=20902
Diffstat (limited to 'java')
-rw-r--r--java/jikes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jikes/Makefile b/java/jikes/Makefile
index 05b4907e3cad..efb458360bc6 100644
--- a/java/jikes/Makefile
+++ b/java/jikes/Makefile
@@ -3,7 +3,7 @@
# Date created: 09 December 1998
# Whom: Matthew Dillon <dillon@backplane.com>
#
-# $Id: Makefile,v 1.10 1999/03/22 06:40:16 archie Exp $
+# $Id: Makefile,v 1.11 1999/06/28 02:22:18 billf Exp $
#
DISTNAME= jikes-0.47
@@ -28,7 +28,7 @@ PATCH_STRIP= -p2
# @echo "then set READ_IBM_LICENSE=YES in /etc/make.conf.local"
# @echo ""
# @echo "The license is available at http://www.ibm.com/research/jikes"
-# @false
+# @${FALSE}
#.endif
.include <bsd.port.mk>