mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
12 lines
125 B
Makefile
12 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= dumpvfscache
|
|
DPADD= ${LIBKVM}
|
|
LDADD= -lkvm
|
|
|
|
NO_MAN=
|
|
|
|
test: ${PROG}
|
|
./${PROG} > a
|
|
|
|
.include <bsd.prog.mk>
|