c6063d0da8
from the latter.
16 lines
236 B
Makefile
16 lines
236 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= mdconfig
|
|
MAN= mdconfig.8
|
|
|
|
DPADD= ${LIBUTIL} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
|
|
LDADD= -lutil -lgeom -lbsdxml -lsbuf
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|