Build secure telnet if available and allowed

This commit is contained in:
ache 1995-09-29 19:50:40 +00:00
parent 3f114f05de
commit 53b1457d9c

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.