freebsd-dev/sbin/mdconfig/Makefile

15 lines
164 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <src.opts.mk>
PROG= mdconfig
MAN= mdconfig.8
LIBADD= util geom
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
.include <bsd.prog.mk>