mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 21:43:34 +00:00
Compile telnet from eBones instead of secure.
2.2 candidate.
This commit is contained in:
parent
50ab54df69
commit
90c68a6718
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19369
@ -1,5 +1,5 @@
|
||||
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
|
||||
# $Id: Makefile,v 1.72 1996/09/06 23:07:07 phk Exp $
|
||||
# $Id: Makefile,v 1.73 1996/10/19 09:08:41 sos Exp $
|
||||
|
||||
# XXX MISSING: deroff diction graph learn plot
|
||||
# spell spline struct units xsend
|
||||
@ -27,14 +27,14 @@ SUBDIR= apply ar at banner basename biff brandelf cal calendar \
|
||||
write xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich
|
||||
SUBDIR+=gprof4
|
||||
|
||||
.if !exists(../secure) || defined(NOSECURE)
|
||||
.if !exists(../eBones) || defined(NOSECURE)
|
||||
SUBDIR+=telnet
|
||||
.else
|
||||
.if defined(RELEASEDIR)
|
||||
# releases do need both
|
||||
SUBDIR+=telnet
|
||||
.endif
|
||||
SUBDIR+= ../secure/usr.bin/telnet
|
||||
SUBDIR+= ../eBones/usr.bin/telnet
|
||||
.endif
|
||||
|
||||
# Cmp, look and tail all use mmap, so new-VM only.
|
||||
|
Loading…
Reference in New Issue
Block a user