1# Makefile for libi2cdriver 2 3CPPFLAGS+=-D_MINIX_SYSTEM 4 5LIB= i2cdriver 6 7SRCS= i2cdriver.c 8 9.include <bsd.lib.mk> 10