mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 13:57:02 -04: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>
|