Build secure telnet if available and allowed

This commit is contained in:
Andrey A. Chernov 1995-09-29 19:50:40 +00:00
parent 12e35e512e
commit 0bf30bc7b2

View file

@ -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.