Compile telnetd from eBones instead of secure.

2.2 candidate.
This commit is contained in:
Mark Murray 1996-11-03 17:00:12 +00:00
parent 58dee85f34
commit 50ab54df69
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19368

View File

@ -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