summaryrefslogtreecommitdiffstats
path: root/tools/diag/dumpvfscache/Makefile
blob: a9299ce2d60dd661a4c0b2afecb206452df4b01f (plain)
1
2
3
4
5
6
7
8
9
10
11

PROG=	dumpvfscache

LDADD=	-lkvm -lmd

NOMAN=	1

test:	${PROG}
	./${PROG} > a

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud