mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
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>
|