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