mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
12 lines
122 B
Makefile
12 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= lmcconfig
|
|
MAN= lmcconfig.8
|
|
|
|
DPADD= ${LIBNETGRAPH}
|
|
LDADD= -lnetgraph
|
|
|
|
WARNS?= 0
|
|
|
|
.include <bsd.prog.mk>
|