mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Build/install lib/libc/tests/hash/t_sha2 if MK_OPENSSL == yes
Reported by: Beeblebrox <zaphod@berentweb.com>
This commit is contained in:
parent
0f1f7f67b8
commit
70cf851cc5
1 changed files with 7 additions and 1 deletions
|
|
@ -1,8 +1,14 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
TESTSDIR= ${TESTSBASE}/lib/libc/hash
|
||||
|
||||
NETBSD_ATF_TESTS_C= sha2_test
|
||||
NETBSD_ATF_TESTS_C=
|
||||
|
||||
.if ${MK_OPENSSL} != "no"
|
||||
NETBSD_ATF_TESTS_C+= sha2_test
|
||||
.endif
|
||||
|
||||
NETBSD_ATF_TESTS_SH= hash_test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue