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

That works better with a G

This commit is contained in:
tb 2024-12-20 01:51:27 +00:00
parent e9751d5483
commit f3c21583ac

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2024/12/20 00:07:12 tb Exp $
# $OpenBSD: Makefile,v 1.6 2024/12/20 01:51:27 tb Exp $
PROGS += mlkem_unittest
PROGS += mlkem768_nist_keygen_tests
@ -32,6 +32,6 @@ CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/mlkem
CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/sha
CFLAGS += -DLIBRESSL_INTERNAL
WARNINS = Yes
WARNINGS = Yes
.include <bsd.regress.mk>