diff --git a/usr.bin/Makefile b/usr.bin/Makefile index a56b7eb9805..c001e7c0d9f 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.