mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
12 lines
103 B
Makefile
12 lines
103 B
Makefile
|
|
PROG= dumpvfscache
|
|
|
|
LDADD= -lkvm -lmd
|
|
|
|
NOMAN= 1
|
|
|
|
test: ${PROG}
|
|
./${PROG} > a
|
|
|
|
.include <bsd.prog.mk>
|