1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/sbin/mdconfig/Makefile
Baptiste Daroussin 13eb765f2d Convert sbin/ to LIBADD
Reduce overlinking
2014-11-25 11:23:12 +00:00

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>