freebsd-dev/usr.sbin/i2c/Makefile
Rafal Jaworowski 477f656bb9 Introduce the I2C diagnostic utility. It let's discover and inspect slave
devices on the bus.

Reviewed by:	bms, stas
Obtained from:	Semihalf
2009-01-26 14:00:50 +00:00

9 lines
69 B
Makefile

# $FreeBSD$
PROG= i2c
MAN= i2c.8
WARNS?= 2
.include <bsd.prog.mk>