Build secure telnet if available and allowed
This commit is contained in:
parent
3f114f05de
commit
53b1457d9c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user