406d87b1c3
Sponsored by: The FreeBSD Foundation
16 lines
180 B
Makefile
16 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE=runtime
|
|
PROG= mdconfig
|
|
MAN= mdconfig.8
|
|
|
|
LIBADD= util geom
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|