summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-01-08 11:34:32 +0000
committerache <ache@FreeBSD.org>1997-01-08 11:34:32 +0000
commit8938f66feb21cb40405a1285a7a0b067ad003510 (patch)
treee20d0b8456b1a707629cfff82f79de0ecea362d1 /lib/Makefile
parent1ff202e3f38cb2c8963594b4ab13907d89c9f634 (diff)
downloadFreeBSD-src-8938f66feb21cb40405a1285a7a0b067ad003510.zip
FreeBSD-src-8938f66feb21cb40405a1285a7a0b067ad003510.tar.gz
Build ebones/libtelnet only if MAKE_EBONES defined
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index ebe1692..8798677 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -30,7 +30,7 @@ SUBDIR+= libcrypt
.endif
.endif
-.if !exists(${.CURDIR}/../eBones) || defined(NOSECURE)
+.if !exists(${.CURDIR}/../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
SUBDIR+= libtelnet
.else
.if defined(RELEASEDIR)
OpenPOWER on IntegriCloud