Makefile revision 29095
1
2PROG=	dumpvfscache
3
4LDADD=	-lkvm -lmd
5
6NOMAN=	1
7
8test:	${PROG}
9	./${PROG} > a
10
11.include <bsd.prog.mk>
12