1#	$NetBSD: Makefile.inc,v 1.6 2009/01/04 17:54:29 pooka Exp $
2
3.if defined(LIB) && (${LIB} == "kern" || ${LIB} == "c" || ${LIB} == "pthread" \
4	|| ${LIB} == "rump")
5
6SRCS+=	atomic.S
7
8.endif
9
10.if defined(LIB) && (${LIB} == "c" || ${LIB} == "pthread")
11
12SRCS+=	atomic_init_cas.c
13
14.endif
15