rc.conf: Add and document the missing root_rw_mount=YES
[dragonfly.git] / tools / diag / dumpvfscache / Makefile
blobf0ec41403e6369e0d79c3f0c635b8d20c9980d5c
2 PROG= dumpvfscache
4 LDADD= -lkvm
5 DPADD= ${LIBKVM}
7 NOMAN= 1
9 test: ${PROG}
10 ./${PROG} > a
12 .include <bsd.prog.mk>