1# $FreeBSD: releng/11.0/usr.sbin/i2c/Makefile 187712 2009-01-26 14:00:50Z raj $
2
3PROG=	i2c
4MAN=	i2c.8
5
6WARNS?=	2
7
8.include <bsd.prog.mk>
9