13eb765f2d
Reduce overlinking
15 lines
164 B
Makefile
15 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= mdconfig
|
|
MAN= mdconfig.8
|
|
|
|
LIBADD= util geom
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|