diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-29 19:50:40 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-29 19:50:40 +0000 |
| commit | 0bf30bc7b23483fce224b4fa0f4be013d74b9727 (patch) | |
| tree | 2b23a1371dd9a24313e1b56892d3c7d7aa3554ae /usr.bin | |
| parent | 12e35e512e2f57bd100e666beac9be3b983046ed (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index a56b7eb98059b..c001e7c0d9f5b 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. |
