mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 01:07:21 +01:00
477f656bb9
devices on the bus. Reviewed by: bms, stas Obtained from: Semihalf
9 lines
69 B
Makefile
9 lines
69 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= i2c
|
|
MAN= i2c.8
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|