]> CyberLeo.Net >> Repos - FreeBSD/releng/9.3.git/blob - usr.sbin/lmcconfig/Makefile
Fix issues with original SA-15:06.openssl commit:
[FreeBSD/releng/9.3.git] / usr.sbin / lmcconfig / Makefile
1 # $FreeBSD$
2
3 PROG=   lmcconfig
4 MAN=    lmcconfig.8
5
6 DPADD=  ${LIBNETGRAPH}
7 LDADD=  -lnetgraph
8
9 WARNS?= 3
10
11 .include <bsd.prog.mk>