]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/lmcconfig/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / usr.sbin / lmcconfig / Makefile
1 # $FreeBSD$
2
3 PROG=   lmcconfig
4 MAN=    lmcconfig.8
5
6 DPADD=  ${LIBNETGRAPH}
7 LDADD=  -lnetgraph
8
9 .include <bsd.prog.mk>