1# $FreeBSD$
2
3.include <src.opts.mk>
4
5PACKAGE=runtime
6PROG=		mdconfig
7MAN=		mdconfig.8
8
9LIBADD=		util geom
10
11HAS_TESTS=
12SUBDIR.${MK_TESTS}+= tests
13
14.include <bsd.prog.mk>
15