mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Build secure telnet if available and allowed
This commit is contained in:
parent
12e35e512e
commit
0bf30bc7b2
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue