summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-11-03 17:01:25 +0000
committermarkm <markm@FreeBSD.org>1996-11-03 17:01:25 +0000
commit9484de227f4e491f5c1e77544065dad3d194a7c7 (patch)
tree51b0f89971526193c70e08dbefb111b96ffcc946 /usr.bin/Makefile
parentc019accf009b7159bf1ddc240c7727717d5f40c2 (diff)
downloadFreeBSD-src-9484de227f4e491f5c1e77544065dad3d194a7c7.zip
FreeBSD-src-9484de227f4e491f5c1e77544065dad3d194a7c7.tar.gz
Compile telnet from eBones instead of secure.
2.2 candidate.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 49c53f2..565b063 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.72 1996/09/06 23:07:07 phk Exp $
+# $Id: Makefile,v 1.73 1996/10/19 09:08:41 sos Exp $
# XXX MISSING: deroff diction graph learn plot
# spell spline struct units xsend
@@ -27,14 +27,14 @@ SUBDIR= apply ar at banner basename biff brandelf cal calendar \
write xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich
SUBDIR+=gprof4
-.if !exists(../secure) || defined(NOSECURE)
+.if !exists(../eBones) || defined(NOSECURE)
SUBDIR+=telnet
.else
.if defined(RELEASEDIR)
# releases do need both
SUBDIR+=telnet
.endif
-SUBDIR+= ../secure/usr.bin/telnet
+SUBDIR+= ../eBones/usr.bin/telnet
.endif
# Cmp, look and tail all use mmap, so new-VM only.
OpenPOWER on IntegriCloud