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