xref: /freebsd-14.2/usr.sbin/i2c/Makefile (revision d0b2dbfa)
1
2PROG=	i2c
3MAN=	i2c.8
4
5WARNS?=	6
6
7.include <bsd.prog.mk>
8