summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index ab1f29b..5f9e8a2 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
-# $Id: Makefile,v 1.84 1997/05/28 16:05:03 wpaul Exp $
+# $Id: Makefile,v 1.85 1997/05/29 15:03:32 wpaul Exp $
# XXX MISSING: deroff diction graph learn plot
# spell spline struct units xsend
@@ -32,7 +32,7 @@ SUBDIR+=gprof4
SUBDIR+=tclsh
.endif
-.if !exists(../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
+.if !exists(${.CURDIR}/../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
SUBDIR+=telnet
.else
.if defined(RELEASEDIR)
OpenPOWER on IntegriCloud