c6db8143ed
Reduce overlinking
11 lines
99 B
Makefile
11 lines
99 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= lmcconfig
|
|
MAN= lmcconfig.8
|
|
|
|
LIBADD= netgraph
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|