]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sbin/mdconfig/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sbin / mdconfig / Makefile
1 # $FreeBSD$
2
3 PROG=           mdconfig
4 MAN=            mdconfig.8
5 MLINKS=         mdconfig.8 vnconfig.8
6
7 DPADD=  ${LIBUTIL} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} 
8 LDADD=  -lutil -lgeom -lbsdxml -lsbuf
9
10 .include <bsd.prog.mk>