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:
parent
8764286be6
commit
e2e1b548e6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user