head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.09.10.03.55.30; author agc; state Exp; branches; next ; commitid GDjuD1HuzmyxJ1VG; desc @@ 1.1 log @security/mldsa - update package to version 20260909nb1 + don't build or install profiling or shared libs @ text @$NetBSD$ Don't build shared or profiling libs --- lib/Makefile 2026/09/10 03:47:55 1.1 +++ lib/Makefile 2026/09/10 03:48:23 @@@@ -39,6 +39,9 @@@@ CPPFLAGS+= -I${DIST}/liboqs/include # for "../ossl_helpers.h" CPPFLAGS+= -DDILITHIUM_MODE=3 +MKPROFILE= no +MKPIC= no + .sinclude "../namespace.mk" DIST= ${.CURDIR}/../dist @