mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
Compile telnetd from eBones instead of secure.
2.2 candidate.
This commit is contained in:
parent
58dee85f34
commit
50ab54df69
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19368
@ -1,5 +1,5 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.20 1996/09/22 21:51:36 wosch Exp $
|
||||
|
||||
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \
|
||||
mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \
|
||||
@ -7,14 +7,14 @@ SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \
|
||||
rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd rshd talkd tftpd uucpd \
|
||||
xtend ypxfr
|
||||
|
||||
.if !exists(../secure) || defined(NOSECURE)
|
||||
.if !exists(../eBones) || defined(NOSECURE)
|
||||
SUBDIR+=telnetd
|
||||
.else
|
||||
.if defined(RELEASEDIR)
|
||||
# make release needs both
|
||||
SUBDIR+=telnetd
|
||||
.endif
|
||||
SUBDIR+= ../secure/libexec/telnetd
|
||||
SUBDIR+= ../eBones/libexec/telnetd
|
||||
.endif
|
||||
|
||||
# Present but disabled: kpasswdd
|
||||
|
Loading…
Reference in New Issue
Block a user