summaryrefslogtreecommitdiff
path: root/misc/tet/Makefile
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 /misc/tet/Makefile
parentUpgrade to zircon-1.18.223 (diff)
grep -> ${GREP}
true -> ${TRUE} false -> ${FALSE}
Notes
Notes: svn path=/head/; revision=20902
Diffstat (limited to '')
-rw-r--r--misc/tet/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/tet/Makefile b/misc/tet/Makefile
index f5aa3972f9f6..108200e7878f 100644
--- a/misc/tet/Makefile
+++ b/misc/tet/Makefile
@@ -3,7 +3,7 @@
# Date created: 02 Oct 1998
# Whom: jkoshy
#
-# $Id: Makefile,v 1.6 1999/02/11 09:05:38 jkoshy Exp $
+# $Id: Makefile,v 1.7 1999/08/22 18:59:15 mharo Exp $
#
DISTNAME= tet3.2e-unsup
@@ -32,9 +32,9 @@ pre-extract:
@echo "You must set it to the directory where you would like "
@echo "this port to reside before attempting extraction."
@echo
- @false
+ @${FALSE}
.else
- @true
+ @${TRUE}
.endif
# remove the TET_ROOT directory if it exists