Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/modules/i2c/controllers/pcf/Makefile 127018 2004-03-15 11:27:39Z imp $
---
> # $FreeBSD: head/sys/modules/i2c/controllers/pcf/Makefile 151805 2005-10-28 15:58:19Z joerg $
3c3
< .PATH: ${.CURDIR}/../../../../i386/isa
---
> .PATH: ${.CURDIR}/../../../../dev/pcf
7a8,16
> .if ${MACHINE_ARCH} != "sparc64"
> SRCS += pcf_isa.c
> .endif
>
> .if ${MACHINE_ARCH} == "sparc64"
> SRCS += envctrl.c
> SRCS += pcf_ebus.c
> .endif
>