summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom/MdLoad/Makefile
blob: 1543c17b070c8aae2cf82fe6f3d60d6b647dfa2e (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