aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdconfig/Makefile
blob: eeb2a93d202301a394238b1d4f4c837694d33401 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

.include <src.opts.mk>

PACKAGE=runtime
PROG=		mdconfig
MAN=		mdconfig.8

LIBADD=		util geom

SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>