mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-30 19:59:46 +02:00
7 lines
108 B
Makefile
7 lines
108 B
Makefile
KMOD=cr3_printer
|
|
SRCS=cr3_printer.c
|
|
|
|
# Name of KLD to build.
|
|
# List of source files.
|
|
.include <bsd.kmod.mk>
|