1 1.1 christos # $NetBSD: Makefile,v 1.1 2025/01/17 16:07:27 christos Exp $ 2 1.1 christos 3 1.1 christos .include <bsd.own.mk> 4 1.1 christos 5 1.1 christos LIBISPRIVATE=yes 6 1.1 christos LIB=urcu-mb 7 1.1 christos CPPFLAGS+=-DRCU_MB 8 1.1 christos 9 1.1 christos SRCS+= urcu.c urcu-pointer.c compat_arch.c compat_futex.c 10 1.1 christos 11 1.1 christos 12 1.1 christos .include <bsd.lib.mk> 13