Deleted Added
full compact
Makefile (93023) Makefile (127018)
1# $FreeBSD: head/sys/modules/i2c/controllers/pcf/Makefile 93023 2002-03-23 15:49:15Z nsouch $
1# $FreeBSD: head/sys/modules/i2c/controllers/pcf/Makefile 127018 2004-03-15 11:27:39Z imp $
2
3.PATH: ${.CURDIR}/../../../../i386/isa
4KMOD = pcf
5SRCS = device_if.h bus_if.h iicbus_if.h isa_if.h \
2
3.PATH: ${.CURDIR}/../../../../i386/isa
4KMOD = pcf
5SRCS = device_if.h bus_if.h iicbus_if.h isa_if.h \
6 opt_compat_oldisa.h pcf.c
6 pcf.c
7
8.include <bsd.kmod.mk>
7
8.include <bsd.kmod.mk>