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

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

NOMAN=	sorry


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

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