1# $FreeBSD$
2
3PROG=	lmcconfig
4MAN=	lmcconfig.8
5
6DPADD=	${LIBNETGRAPH}
7LDADD=	-lnetgraph
8
9WARNS?=	3
10
11.include <bsd.prog.mk>
12