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

Install riscv_vector.h

Used at least by ports/news/nzbget

ok kettenis@
This commit is contained in:
jca 2024-12-17 13:22:38 +00:00
parent 5df986e2a2
commit 03fc72bb76

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2023/11/11 18:35:35 robert Exp $
# $OpenBSD: Makefile,v 1.27 2024/12/17 13:22:38 jca Exp $
.include <bsd.own.mk>
@ -140,6 +140,7 @@ HEADERS+= altivec.h \
htmxlintrin.h
.elif ${MACHINE_ARCH} == "riscv64"
GEN+= riscv_vector.h
HEADERS+= ${GEN}
.endif
all: ${HEADERS}