Makefile.inc revision 1.3
1#	$NetBSD: Makefile.inc,v 1.3 2008/02/10 18:45:41 ad Exp $
2
3SRCS+=	atomic.S
4
5.if defined(LIB) && (${LIB} == "c")
6
7SRCS+=	atomic_init_cas.c
8
9.endif
10