No need to check for the directory, fols are assumed to have all the

correct sources. Only check the crypto macros.
This commit is contained in:
Mark Murray 2003-09-27 17:27:02 +00:00
parent 0710534208
commit d4bac1558f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120519

View File

@ -68,7 +68,7 @@ CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df echo \
ed expr getfacl hostname kenv kill ln ls mkdir mv pax ps pwd \
realpath rm rmdir setfacl sh stty sync test
CRUNCH_LIBS+= -lcrypt -ledit -lkvm -ll -lm -ltermcap -lutil
.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
CRUNCH_LIBS+= -lcrypto
.endif