sync with OpenBSD -current

This commit is contained in:
purplerain 2024-04-29 00:35:41 +00:00
parent 5d45cd7ee8
commit 155eb8555e
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
5506 changed files with 1786257 additions and 1416034 deletions

View file

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1 2024/04/02 10:42:12 jsg Exp $
LIB= blake3
NOPROFILE=
SRCS= blake3.c \
blake3_dispatch.c \
blake3_portable.c
.if ${MACHINE_ARCH} == "amd64"
SRCS+= blake3_sse2_x86-64_unix.S \
blake3_sse41_x86-64_unix.S \
blake3_avx2_x86-64_unix.S \
blake3_avx512_x86-64_unix.S
.endif
.include "../Makefile.inc"
CFLAGS+= ${C_VIS_ARGS}
CPPFLAGS+=
install:
obj: _xenocara_obj
.include <bsd.lib.mk>
.include <bsd.xorg.mk>
.PATH: ${MESA_SRC}/src/util/blake3