freebsd-dev/sbin/mdconfig/Makefile

14 lines
158 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <src.opts.mk>
PACKAGE=runtime
PROG= mdconfig
MAN= mdconfig.8
LIBADD= util geom
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>