mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
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
0710534208
commit
d4bac1558f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120519
@ -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