Deleted Added
full compact
1c1
< # $FreeBSD: head/cddl/lib/libzpool/Makefile 168818 2007-04-17 15:52:37Z pjd $
---
> # $FreeBSD: head/cddl/lib/libzpool/Makefile 170431 2007-06-08 12:35:47Z pjd $
13a14
> .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
14a16,20
> ATOMIC_SRCS= atomic.S
> .else
> .PATH: ${.CURDIR}/../../../sys/compat/opensolaris/kern
> ATOMIC_SRCS= opensolaris_atomic.c
> .endif
22d27
< ATOMIC_SRCS= atomic.S