head	1.1;
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.1
date	2025.01.17.16.07.26;	author christos;	state Exp;
branches;
next	;
commitid	hyZDwzforQjl6RFF;


desc
@@


1.1
log
@Add build glue and NetBSD-specific changes. The changes have been fed upstream:
https://github.com/urcu/userspace-rcu/pull/27
@
text
@# $Makefile$

URCU:= ${.PARSEDIR}
URCU_DIST= ${URCU}/dist

.PATH.c: ${URCU_DIST}/src

CPPFLAGS+=	-DHAVE_CONFIG_H -include ${URCU}/include/urcu/config.h
CPPFLAGS+=	-I${URCU}/include -I${URCU_DIST}/include
CFLAGS+=	-pthread
LDFLAGS+=	-pthread
@
