# Makefile for libi2cdriver

NOGCCERROR=yes

CPPFLAGS+=-D_MINIX_SYSTEM

LIB=	i2cdriver

SRCS=	i2cdriver.c

.include <bsd.lib.mk>
