cffd173436
Slight style(9) improvments - function definitions - sort #include
12 lines
122 B
Makefile
12 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= lmcconfig
|
|
MAN= lmcconfig.8
|
|
|
|
DPADD= ${LIBNETGRAPH}
|
|
LDADD= -lnetgraph
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|