Makefile.inc revision 1.5
1#	$NetBSD: Makefile.inc,v 1.5 2008/09/29 08:43:01 ad Exp $
2
3.if defined(LIB) && (${LIB} == "kern" || ${LIB} == "c" || ${LIB} == "pthread")
4
5SRCS+=	atomic.S
6
7.endif
8
9.if defined(LIB) && (${LIB} == "c" || ${LIB} == "pthread")
10
11SRCS+=	atomic_init_cas.c
12
13.endif
14