Don't look for encumbered objects, but encumbered sources.

This commit is contained in:
Poul-Henning Kamp 1996-12-11 10:02:29 +00:00
parent 2ffc1ec6ca
commit d4c468e3fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20318

View File

@ -20,7 +20,7 @@ SUBDIR+=libc libcompat libcom_err libcurses libdisk libedit \
SUBDIR+= libc_r
.endif
.if !exists(../secure) || defined(NOSECURE) || defined(NOCRYPT)
.if !exists(${.CURDIR}/../secure) || defined(NOSECURE) || defined(NOCRYPT)
SUBDIR+= libcrypt
.else
SUBDIR+= ../secure/lib/libcrypt
@ -30,7 +30,7 @@ SUBDIR+= libcrypt
.endif
.endif
.if !exists(../eBones) || defined(NOSECURE)
.if !exists(${.CURDIR}/../eBones) || defined(NOSECURE)
SUBDIR+= libtelnet
.else
.if defined(RELEASEDIR)