summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom/MdLoad/Makefile
blob: 7bf18af772e27c64b6b78676749ab4698fa13e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PROG=	MdLoad
DPADD=	${LIBSBUF} ${LIBBSDXML}
LDADD=	-lsbuf -lbsdxml

NO_MAN=


WARNS?=	4
.include "bsd.prog.mk"

test:	${PROG}
	./${PROG} md34 ../Data/disk.critter.ad0.xml
OpenPOWER on IntegriCloud