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 NOLINT=yes # XXX 4 1.1 christos .include <bsd.own.mk> 5 1.1 christos 6 1.1 christos LIBISPRIVATE=yes 7 1.1 christos LIB=urcu-cds 8 1.1 christos 9 1.1 christos SRCS+= rculfqueue.c rculfstack.c lfstack.c workqueue.c rculfhash.c 10 1.1 christos SRCS+= rculfhash-mm-order.c rculfhash-mm-chunk.c rculfhash-mm-mmap.c 11 1.1 christos SRCS+= compat_arch.c compat_futex.c 12 1.1 christos 13 1.1 christos .include <bsd.lib.mk> 14