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