]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/mdconfig/Makefile
This commit was generated by cvs2svn to compensate for changes in r155290,
[FreeBSD/FreeBSD.git] / sbin / mdconfig / Makefile
1 # $FreeBSD$
2
3 PROG=           mdconfig
4 MAN=            mdconfig.8
5 MLINKS=         mdconfig.8 vnconfig.8
6
7 DPADD=  ${LIBUTIL}
8 LDADD=  -lutil
9
10 .include <bsd.prog.mk>