mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
9 lines
69 B
Makefile
9 lines
69 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= i2c
|
||
|
MAN= i2c.8
|
||
|
|
||
|
WARNS?= 2
|
||
|
|
||
|
.include <bsd.prog.mk>
|