1# $FreeBSD$
2
3PROG=	lmcconfig
4MAN=	lmcconfig.8
5
6LIBADD=	netgraph
7
8WARNS?=	3
9
10.include <bsd.prog.mk>
11