Build ebones/telnetd only if MAKE_EBONES defined

This commit is contained in:
Andrey A. Chernov 1997-01-08 11:46:23 +00:00
parent 1f18743134
commit b8b15e71f7

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id: Makefile,v 1.20 1996/09/22 21:51:36 wosch Exp $
# $Id: Makefile,v 1.21 1996/11/03 17:00:12 markm Exp $
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty lfs_cleanerd \
mail.local makekey mknetid named-xfer revnetgroup rexecd rlogind \
@ -7,7 +7,7 @@ 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(../eBones) || defined(NOSECURE)
.if !exists(../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
SUBDIR+=telnetd
.else
.if defined(RELEASEDIR)