mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
11 lines
103 B
Makefile
11 lines
103 B
Makefile
|
|
PROG= dumpvfscache
|
|
|
|
LDADD= -lkvm -lmd
|
|
|
|
NOMAN= 1
|
|
|
|
test: ${PROG}
|
|
./${PROG} > a
|
|
|
|
.include <bsd.prog.mk>
|