mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 01:59:01 -05:00
10 lines
99 B
Makefile
10 lines
99 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= lmcconfig
|
|
MAN= lmcconfig.8
|
|
|
|
LIBADD= netgraph
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|