# NB: building via <kmod.mk> does not work on this guest (no populated
# sys/modules tree / make include path).  Use ./build.sh, which replicates
# the kmod.mk compile+link by hand (symlinked machine/cpu include dirs,
# cc -DKLD_MODULE, ld.bfd -r).  Do NOT link with ld.gold.
KMOD=	rman_overlap
SRCS=	rman_overlap.c
