mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 00:45:17 -04:00
12 lines
126 B
Makefile
12 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= dumpvfscache
|
|
DPADD= ${LIBKVM}
|
|
LDADD= -lkvm
|
|
|
|
NOMAN= 1
|
|
|
|
test: ${PROG}
|
|
./${PROG} > a
|
|
|
|
.include <bsd.prog.mk>
|