9 lines
69 B
Makefile
9 lines
69 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= i2c
|
|
MAN= i2c.8
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|