6fa40729c8
glue. Submitted by: David Boggs
10 lines
112 B
Makefile
10 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
MAN8= lmcconfig.8
|
|
PROG= lmcconfig
|
|
|
|
LDADD= -lnetgraph
|
|
DPADD= ${LIBNETGRAPH}
|
|
|
|
.include <bsd.prog.mk>
|