Makefile.inc revision 1.2
1#	$NetBSD: Makefile.inc,v 1.2 2007/11/28 21:39:48 ad Exp $
2
3.if defined(LIB) && (${LIB} == "kern")
4
5SRCS+=	atomic_add.S atomic_and.S atomic_cas.S atomic_dec.S \
6	atomic_inc.S atomic_or.S atomic_swap.S membar_ops.S
7
8.endif
9