summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-09-29 19:50:40 +0000
committerache <ache@FreeBSD.org>1995-09-29 19:50:40 +0000
commit53b1457d9c49ec00d97965441645184219651967 (patch)
tree2b23a1371dd9a24313e1b56892d3c7d7aa3554ae /usr.bin/Makefile
parent3f114f05deb5465811cb6e91a88f82fab23a312d (diff)
downloadFreeBSD-src-53b1457d9c49ec00d97965441645184219651967.zip
FreeBSD-src-53b1457d9c49ec00d97965441645184219651967.tar.gz
Build secure telnet if available and allowed
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index a56b7eb..c001e7c 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.59 1995/08/06 11:19:27 ache Exp $
+# $Id: Makefile,v 1.60 1995/08/30 09:52:07 jkh Exp $
# XXX MISSING: deroff diction graph learn plot
# spell spline struct units xsend
@@ -28,6 +28,8 @@ SUBDIR= apply ar at banner basename biff cal calendar \
.if !exists(../secure) || defined(NOSECURE)
SUBDIR+=telnet
+.else
+SUBDIR+= ../secure/usr.bin/telnet
.endif
# Cmp, look and tail all use mmap, so new-VM only.
OpenPOWER on IntegriCloud