1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

Fix whitespace in Makefile

This commit is contained in:
tb 2024-12-20 01:53:46 +00:00
parent f3c21583ac
commit 6f65ec34f2

View File

@ -1,36 +1,36 @@
# $OpenBSD: Makefile,v 1.6 2024/12/20 01:51:27 tb Exp $
# $OpenBSD: Makefile,v 1.7 2024/12/20 01:53:46 tb Exp $
PROGS += mlkem_unittest
PROGS += mlkem768_nist_keygen_tests
PROGS += mlkem768_keygen_tests
PROGS += mlkem768_nist_decap_tests
PROGS += mlkem768_decap_tests
PROGS += mlkem768_encap_tests
PROGS += mlkem768_iteration_test
PROGS += mlkem1024_nist_keygen_tests
PROGS += mlkem1024_keygen_tests
PROGS += mlkem1024_nist_decap_tests
PROGS += mlkem1024_decap_tests
PROGS += mlkem1024_encap_tests
PROGS += mlkem1024_iteration_test
PROGS += mlkem768_decap_tests
PROGS += mlkem768_encap_tests
PROGS += mlkem768_iteration_test
PROGS += mlkem768_keygen_tests
PROGS += mlkem768_nist_decap_tests
PROGS += mlkem768_nist_keygen_tests
PROGS += mlkem1024_decap_tests
PROGS += mlkem1024_encap_tests
PROGS += mlkem1024_iteration_test
PROGS += mlkem1024_keygen_tests
PROGS += mlkem1024_nist_decap_tests
PROGS += mlkem1024_nist_keygen_tests
PROGS += mlkem_unittest
# Link test programs with mlkem_tests_util.c and use custom target
.for p in ${PROGS}
SRCS_$p += $p.c mlkem_tests_util.c
SRCS_$p += $p.c mlkem_tests_util.c
REGRESS_TARGETS += run-$p
run-$p: $p
./$p ${.CURDIR}/$p.txt
.endfor
LDADD = ${CRYPTO_INT}
DPADD = ${LIBCRYPTO}
LDADD = ${CRYPTO_INT}
DPADD = ${LIBCRYPTO}
CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror
CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring
CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem
CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha
CFLAGS += -DLIBRESSL_INTERNAL
CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror
CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring
CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem
CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha
CFLAGS += -DLIBRESSL_INTERNAL
WARNINGS = Yes