mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
8 lines
69 B
Makefile
8 lines
69 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= i2c
|
|
MAN= i2c.8
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|