head	1.2;
access;
symbols
	netbsd-11-0-RC5:1.1
	netbsd-11-0-RC4:1.1
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.2
	netbsd-11-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2026.06.09.19.20.32;	author christos;	state Exp;
branches;
next	1.1;
commitid	hexKMXlS5LibQ9JG;

1.1
date	2025.07.19.17.41.37;	author christos;	state Exp;
branches;
next	;
commitid	ibRNtw4hHFxdKn3G;


desc
@@


1.2
log
@merge changes between OpenSSL 3.5.6 and 3.5.7
@
text
@#	$NetBSD: Makefile,v 1.1 2025/07/19 17:41:37 christos Exp $

.include "bsd.own.mk"

CRYPTODIST=${NETBSDSRCDIR}/crypto
.include "${NETBSDSRCDIR}/crypto/Makefile.openssl"

.if make(regen) && ${HAVE_LLVM:U} == "yes"
CC+= -fno-integrated-as
.endif

regen:
	for i in $$(find ${OPENSSLSRC} -name \*riscv32\*.pl); do \
		j=$$(basename $$i .pl).S; \
		(echo "#include <machine/asm.h>"; CC=${CC:Q} perl $$i) > $$j; \
	done
@


1.1
log
@Add assembly stubs
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.1 2025/07/17 14:25:37 christos Exp $
d13 1
a13 1
	for i in $$(find ${OPENSSLSRC} -name \*${MACHINE_ARCH}\*.pl); do \
@

