mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
11 lines
122 B
Makefile
11 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= lmcconfig
|
|
MAN= lmcconfig.8
|
|
|
|
DPADD= ${LIBNETGRAPH}
|
|
LDADD= -lnetgraph
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|