mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 09:23:00 +01:00
Obey NOCRYPT
Submitted by: Skip Ford <skip.ford@verizon.net>
This commit is contained in:
parent
fcaec66af7
commit
bfa053a8c5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117711
@ -67,7 +67,10 @@ CRUNCH_SRCDIRS+= bin
|
|||||||
CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df domainname echo \
|
CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df domainname echo \
|
||||||
ed expr getfacl hostname kenv kill ln ls mkdir mv pax ps pwd \
|
ed expr getfacl hostname kenv kill ln ls mkdir mv pax ps pwd \
|
||||||
realpath rm rmdir setfacl sh sleep stty sync test
|
realpath rm rmdir setfacl sh sleep stty sync test
|
||||||
CRUNCH_LIBS+= -lcrypt -lcrypto -ledit -lkvm -ll -lm -ltermcap -lutil
|
CRUNCH_LIBS+= -lcrypt -ledit -lkvm -ll -lm -ltermcap -lutil
|
||||||
|
.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
||||||
|
CRUNCH_LIBS+= -lcrypto
|
||||||
|
.endif
|
||||||
|
|
||||||
# Additional options for specific programs
|
# Additional options for specific programs
|
||||||
CRUNCH_ALIAS_test= [
|
CRUNCH_ALIAS_test= [
|
||||||
|
Loading…
Reference in New Issue
Block a user