]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/lmcconfig/Makefile
This commit was generated by cvs2svn to compensate for changes in r161537,
[FreeBSD/FreeBSD.git] / usr.sbin / lmcconfig / Makefile
1 # $FreeBSD$
2
3 MAN8= lmcconfig.8
4 PROG= lmcconfig
5
6 LDADD= -lnetgraph
7 DPADD= ${LIBNETGRAPH}
8
9 .include <bsd.prog.mk>