mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
11 lines
104 B
Makefile
11 lines
104 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= dumpvfscache
|
|
LIBADD= kvm
|
|
|
|
MAN=
|
|
|
|
test: ${PROG}
|
|
./${PROG} > a
|
|
|
|
.include <bsd.prog.mk>
|