Add a sysctl to control 8254 bios overwrite warnings. Default is on.
[dragonfly.git] / tools / diag / dumpvfscache / Makefile
1
2 PROG=   dumpvfscache
3
4 LDADD=  -lkvm -lmd
5
6 NOMAN=  1
7
8 test:   ${PROG}
9         ./${PROG} > a
10
11 .include <bsd.prog.mk>